es.host | The name of the host on which your Elasticsearch instance runs | localhost |
es.port | The number of the port on which your Elasticsearch instance runs | 9200 |
es.username | If the Elasticsearch instance is secured, the name of a user who can access the Elasticsearch instance | none (Elasticsearch instance is not secured) |
es.password | If the Elasticsearch instance is secured, the password of the user above | none (Elasticsearch instance is not secured) |
es.scheme | If you connect to the Elasticsearch instance through HTTPS, https | none (connect through HTTP) |
es.ingest.username | If you connect to the Elasticsearch instance through Basic Authentication (typically to connect to an external Elasticsearch like Elastic Cloud), the name of a user who can access the Elasticsearch ingest node | none (no Basic Authentication set up for the Elasticsearch instance) |
es.ingest.password | If you connect to the Elasticsearch instance through Basic Authentication, the password of the user above | none (no Basic Authentication set up for the Elasticsearch instance) |