Supported Providers
Elastic
Elastic provider is a provider used to query Elastic Search (tested with elastic.co)
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)
Certain scopes may be required to perform specific actions or queries via the provider. Below is a summary of relevant scopes and their use cases:
- 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:
Check the following workflow examples:
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.