Documentation Index
Fetch the complete documentation index at: https://docs.tracecat.com/llms.txt
Use this file to discover all available pages before exploring further.
List indexes
Action ID:tools.elasticsearch.list_indexes
List all indexes in the Elasticsearch cluster.
Reference: https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-cat-indices
Secrets
Required secrets:elasticsearch: required valuesELASTIC_API_KEY.
Input fields
Elasticsearch base URL (e.g. https://localhost:9200).Default:
null.Whether to verify SSL certificates.Default:
true.Search events
Action ID:tools.elasticsearch.search_events
Search events from Elasticsearch using query DSL.
Reference: https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-search
Secrets
Required secrets:elasticsearch: required valuesELASTIC_API_KEY.
Input fields
Elasticsearch query DSL.
Elasticsearch base URL (e.g. https://localhost:9200).Default:
null.Index name to search. If not specified, searches all indices.Default:
null.Maximum number of events to return.Default:
100.Whether to verify SSL certificates.Default:
true.