A demonstration of how agents can be useful in security operations.
- Elasticsearch Search - Search security events and logs using Elasticsearch query_string syntax
- Elasticsearch Aggregations - Perform aggregations on security data for analysis
- Kibana Detection Alerts - Aggregate and manage detection alerts from Kibana Security
ANTHROPIC_API_KEY- Required. API key for Anthropic ClaudeELASTIC_USER_API_KEY- Required. API key for Elasticsearch/Kibana authenticationELASTICSEARCH_URL- Required. URL of your Elasticsearch instanceKIBANA_URL- Required. URL of your Kibana instance
go buildexport ANTHROPIC_API_KEY="your-key"
export ELASTIC_USER_API_KEY="your-key"
export ELASTICSEARCH_URL="https://your-es-instance:9200"
export KIBANA_URL="https://your-kibana-instance:5601"
./security-operations-agent