What Myrmex Can Do
Compliance audit
Run a Security Posture audit and map findings to CIS, ISO 27001, NIST CSF, and BACEN frameworks.
Health checks
Review cluster health, shard allocation, and node resource use.
Explore indices
List indices so you can see what the cluster holds.
Describe structure
Inspect an index’s mappings, settings, and shards.
Sensitive-data scan
Scan indices and fields for personal or sensitive data that needs protection.
Run queries
Run read queries any time; write operations require your confirmation.
Before You Start
- A Collector on a network that can reach the Elasticsearch host on its HTTP port (default
9200). See Collector mode. - A dedicated user for Myrmex (create it in Step 1).
- TLS is recommended. Set Protocol to
httpswhere the cluster is TLS-enabled.
Step 1 — Create the Credential in Elasticsearch
Create a dedicated, least-privilege role and user for auditing. Clustermonitor and read_security cover health, settings, and security configuration; view_index_metadata exposes index settings and mappings. Run the calls below (via the Dev Tools console or the REST API).
Step 2 — Add the Integration in Myrmex
From the Directory, choose Add Integration → Elasticsearch, then fill in:Connect
Click Connect to validate the login and protocol. The cluster then appears under Environment → Integrations alongside your other integrations, and you can start asking the AI about it in the Workspace.Notes
- Read-only by default. Auditing, health, exploration, and sensitive-data scans only need the read-only role above. Add write privileges only if you want confirmation-gated Run queries operations.
- Nothing is stored. Every operation runs in real time through the Collector; results return to your Workspace and no cluster data is retained on the Myrmex side.
- TLS. Prefer
https; the posture audit flags a cluster served over plainhttp.