stack kb slo create-slo-op cli command

Auth required
elastic stack kb slo create-slo-op \
  --space-id <space-id> \
  --budgeting-method <budgeting-method> \
  --description <description> \
  --indicator <indicator> \
  --name <name> \
  --objective <objective> \
  --time-window <time-window> \
  [options]
		

Create an SLO

Behaviour flags:

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

--space-id string required
An identifier for the space. If /s/ and the identifier are omitted from the path, the default space is used.
--budgeting-method enum required

Values: occurrences, timeslices

--description string required
A description for the SLO.
--indicator string required
--name string required
A name for the SLO.
--objective string required
--time-window string required
--artifacts string
--group-by string

Repeatable: pass --group-by multiple times to supply more than one value

--id string
A optional and unique identifier for the SLO. Must be between 8 and 48 chars
--settings string
--tags string[]
List of tags
--input-file string
path to a JSON file to use as command input
--dry-run
validate all inputs and exit without performing any action (preview changes without applying them)
--json

output as JSON