Loading

stack es fleet msearch cli command

Auth required Idempotent Scope: global
elastic stack es fleet msearch [options]
		

Run multiple Fleet searches.

Behaviour flags:

--dry-run — validate all inputs and exit without performing any action

--index string
A single target to search. If the target is an index alias, it must resolve to a single index.
--[no-]allow-no-indices
A setting that does two separate checks on the index expression. If false, the request returns an error (1) if any wildcard expression (including _all and *) resolves to zero matching indices or (2) if the complete set of resolved indices, aliases or data streams is empty after all expressions are evaluated. If true, index expressions that resolve to no indices are allowed and the request returns an empty result.
--[no-]ccs-minimize-roundtrips
If true, network roundtrips between the coordinating node and remote clusters are minimized for cross-cluster search requests.
--expand-wildcards string

Type of index that wildcard expressions can match. If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.

Repeatable: pass --expand-wildcards multiple times to supply more than one value

--[no-]ignore-throttled
If true, concrete, expanded or aliased indices are ignored when frozen.
--[no-]ignore-unavailable
If false, the request returns an error if it targets a concrete (non-wildcarded) index, alias, or data stream that is missing, closed, or otherwise unavailable. If true, unavailable concrete targets are silently ignored.
--max-concurrent-searches number
Maximum number of concurrent searches the multi search API can execute.
--max-concurrent-shard-requests number
Maximum number of concurrent shard requests that each sub-search request executes per node.
--pre-filter-shard-size number
Defines a threshold that enforces a pre-filter roundtrip to prefilter search shards based on query rewriting if the number of shards the search request expands to exceeds the threshold. This filter roundtrip can limit the number of shards significantly if for instance a shard can not match any documents based on its rewrite method i.e., if date filters are mandatory to match but the shard bounds and the query are disjoint.
--search-type string
Indicates whether global term and document frequencies should be used when scoring returned documents.
--[no-]rest-total-hits-as-int
If true, hits.total are returned as an integer in the response. Defaults to false, which returns an object.
--[no-]typed-keys
Specifies whether aggregation and suggester names should be prefixed by their respective types in the response.
--wait-for-checkpoints string[]
A comma separated list of checkpoints. When configured, the search API will only be executed on a shard after the relevant checkpoint has become visible for search. Defaults to an empty list which will cause Elasticsearch to immediately execute the search.
--[no-]allow-partial-search-results
If true, returns partial results if there are shard request timeouts or shard failures. If false, returns an error with no partial results. Defaults to the configured cluster setting search.default_allow_partial_results, which is true by default.
--searches string[]
--input-file string
path to a JSON file to use as command input
--[no-]dry-run
validate all inputs and exit without performing any action (preview changes without applying them)
--[no-]json

output as JSON