Authentication
This provider requires authentication.- host: Elasticsearch host (required: False, sensitive: False)
- cloud_id: Elasticsearch cloud id (required: False, sensitive: False)
- verify: Enable SSL verification (required: False, sensitive: False)
- api_key: Elasticsearch API Key (required: False, sensitive: True)
- username: Elasticsearch username (required: False, sensitive: False)
- password: Elasticsearch password (required: False, sensitive: True)
- connect_to_server: The user can connect to the server (mandatory)
In workflows
This provider can be used in workflows. As āstepā to query data, example:Connecting with the Provider
API Key
To obtain the Elastic API key, follow these steps:- Log in to your elastic.co account
- Go to the āElasticsearch Serviceā section
- Click on the āAPI Keyā button
- Generate a new API Key
Cloud ID
To obtain the Elastic Cloud ID, follow these steps:- Log in to your elastic.co account
- Go to the āElasticsearch Serviceā section
- Find the āCloud IDā in the Overview page.

