List indexes
Action ID:tools.elasticsearch.list_indexes
List all indexes in the Elasticsearch cluster.
Reference: https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-indices.html
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/guide/en/elasticsearch/reference/current/search-search.html
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.