DrDroid connects to OpenSearch so DroidAgent can query logs during alert investigations. Add the integration from the OpenSearch setup page or through the VPC agent.Documentation Index
Fetch the complete documentation index at: https://docs.drdroid.io/llms.txt
Use this file to discover all available pages before exploring further.

Connection via dashboard
Open Agent Setup → Integrations → OpenSearch, or go directly to aiops.drdroid.io/integrations/open_search. Choose one of the two connection types:OpenSearch Connection with Basic Auth
Use this when your cluster requires a username and password.| Field | Description |
|---|---|
| Integration Name | A label for this connector (e.g. Production OpenSearch). |
| Protocol | http or https. |
| Host | OpenSearch hostname, e.g. my-opensearch.example.com or localhost. Do not include the port in the host if you set Port separately. |
| Port | Cluster port, e.g. 9200. |
| Username | Read-only user with access to the indices the agent should query. |
| Password | Password for that user. |
OpenSearch Connection (Host Only)
Use this when your cluster does not require basic authentication (for example, a VPC-restricted endpoint or a cluster behind another auth layer). Fill in Integration Name, Protocol, Host, and Port the same way as above. Username and password are not required for this connection type.Connection via VPC agent
If you run DrDroid through the VPC agent, add an OpenSearch entry to yoursecrets.yaml (copy from credentials_template.yaml):

