Loading

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-id string required
Identifier for the anomaly detection job.
--[no-]desc
If true, the results are sorted in descending order.
--end string
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-score number
Returns influencers with anomaly scores greater than or equal to this value.
--from number
Skips the specified number of influencers.
--size number
Specifies the maximum number of influencers to obtain.
--sort string
Specifies the sort field for the requested influencers. By default, the influencers are sorted by the influencer_score value.
--start string
Returns influencers with timestamps after this time. The default value means it is unset and results are not limited to specific timestamps.
--page string
Configures pagination. This parameter has the from and size properties.
--input-file string
path to a JSON file to use as command input
-V --[no-]version
Print the Elastic CLI version
--config-file string
path to a config file (default: ~/.elasticrc.yml)
--use-context string
override the active context from the config file
--command-profile string
restrict available commands to a deployment profile (serverless, stack, default)
--[no-]json
output as JSON
--output-fields string
comma-separated list of fields to include in output (dot-notation supported)
--output-template string
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)