stack es ml get-influencers cli command
Auth required
Idempotent
Scope: global
elastic stack es ml get-influencers --job-id <job-id> [options]
Get anomaly detection job results for influencers.
--job-idstringrequired- Identifier for the anomaly detection job.
--[no-]desc- If true, the results are sorted in descending order.
--endstring- Returns influencers with timestamps earlier than this time. The default value means it is unset and results are not limited to specific timestamps.
--[no-]exclude-interim- If true, the output excludes interim results. By default, interim results are included.
--influencer-scorenumber- Returns influencers with anomaly scores greater than or equal to this value.
--fromnumber- Skips the specified number of influencers.
--sizenumber- Specifies the maximum number of influencers to obtain.
--sortstring- Specifies the sort field for the requested influencers. By default, the influencers are sorted by the
influencer_scorevalue. --startstring- Returns influencers with timestamps after this time. The default value means it is unset and results are not limited to specific timestamps.
--pagestring- Configures pagination. This parameter has the
fromandsizeproperties.
--input-filestring- path to a JSON file to use as command input
-V--[no-]version- Print the Elastic CLI version
--config-filestring- path to a config file (default: ~/.elasticrc.yml)
--use-contextstring- override the active context from the config file
--command-profilestring- restrict available commands to a deployment profile (serverless, stack, default)
--[no-]json- output as JSON
--output-fieldsstring- comma-separated list of fields to include in output (dot-notation supported)
--output-templatestring- Mustache-like template for custom text output (e.g. "{{id}}: {{name}}")
--[no-]dry-run-
validate all inputs and exit without performing any action (preview changes without applying them)