This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
index_set - rotation_strategy - max_size property does not exist #307
Comments
max_size property is also referenced in the https://github.com/suzuki-shunsuke/go-graylog/blob/master/docs/resources/index_set.md |
milosz
changed the title
index_set - retention_strategy - max_size property does not exist
index_set - rotation_strategy - max_size property does not exist
Aug 23, 2020
Thank you for your information. |
There are likely more changes in Graylog API. I do not know about earlier Graylog API versions, but it looks like there are some similarities between dashboards and views which now makes the resource:
plan:
fail in execution:
Useful reading about Dashboard API changes:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Environment
Overview
Example https://github.com/suzuki-shunsuke/go-graylog/blob/master/examples/v0.11/index_set.tf uses max_size property in rotation_strategy, but as of now it is not defined in web interface or api browser.
How to reproduce
For terraform code (same as above example, only different name):
Terraform returns:
Removing "max_size = 0" (rotation_strategy) property solves problem.
JSON from api does not contain this field.
The text was updated successfully, but these errors were encountered: