Elasticsearch v2
Search for and analyze data in real time. Supports version 6 and later.
Database · Elasticsearch
Configuration parameters
url— Server URLauth_type— Authorization type (required)api_key_auth_credentials— API key IDcredentials— Usernameinsecure— Trust any certificate (not secure)proxy— Use system proxy settingsclient_type— Client typefetch_index— Index to fetch incidents fromfetch_query— Query Stringfetch_fields— Fields to Fetchfetch_time_field— Index time fieldraw_query— Raw Querytime_method— Time field typemap_labels— Map JSON fields into labelsfetch_time— First fetch timestampfetch_size— The maximum number of results per fetchtimeout— Request timeout (in seconds).incidentType— Incident typeisFetch— Fetch incidents
Commands (8)
-
es-eql-searchSearch using EQL query.
-
es-esql-searchSearch using ES|QL query. (Elastic >=8.11).
-
es-get-indices-statisticsReturns Elasticsearch indices statistics and information. This command is not supported for client type OpenSearch.
-
es-indexIndexes a document into an Elasticsearch index.
-
es-integration-health-checkReturns the health status of the integration. This commmand should be used for debugging purposes.
-
es-searchQueries an index.
-
get-mapping-fieldsReturns the schema of the index to fetch from. This commmand should be used for debugging purposes.
-
searchSearches an index.