elasticsearchTo use the Elasticsearch tools, you need to configure a Connector with the following fields:
| Field | Required | Description |
|---|---|---|
instance_name | Yes | Instance name to identify this connector instance. |
base_url | Yes | The base URL of your Elasticsearch server (e.g., http://elasticsearch:9200). |
auth_type | Yes | Set to none, basic or api_key. |
username | No | Basic Auth username. |
password | No | Basic Auth password. |
api_key | No | API Key for authentication. |
verify_ssl | No | SSL certificate verification (default: true). |
The connector provides a set of tools for data retrieval and cluster exploration.