--portedit

Summaryedit

By default, curator will connect to port 9200. You can override this setting with the --port flag.

Flagsedit

  • --port Port remote Elasticsearch instance is running on. Default: 9200

This flag must come before any command.

Exampleedit

Connect to Elasticsearch instance on host es.example.org on port 12345:

curator --host es.example.org --port 12345 <<command>> <<flags>>