Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ambiguous arguments in aggregation rule documentation #616

Open
darianm23 opened this issue Jan 24, 2024 · 0 comments · May be fixed by #619
Open

ambiguous arguments in aggregation rule documentation #616

darianm23 opened this issue Jan 24, 2024 · 0 comments · May be fixed by #619

Comments

@darianm23
Copy link

darianm23 commented Jan 24, 2024

the arguments in the documentation for aggregation rules appear to be invalid due to ambiguous use of nested bullets.

documentation suggests all the following fields are configured as such:

  • mapping - (Optional) The map of record values to severities to use in the "fieldValueMapping" case
  • type - (Required) Must be set to "eq" currently
  • from - (Required) The record value to map from
  • to - (Required) The severity value to map to

when the fields "type" "from" and "to" are nested under "mapping"

  • mapping - (Optional) The map of record values to severities to use in the "fieldValueMapping" case
    • type - (Required) Must be set to "eq" currently
    • from - (Required) The record value to map from
    • to - (Required) The severity value to map to

https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/cse_aggregation_rule

@darianm23 darianm23 changed the title invalid arguments in aggregation rule documentation ambiguous arguments in aggregation rule documentation Jan 24, 2024
@darianm23 darianm23 linked a pull request Jan 24, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant