You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have hardcoded permissions on hardcoded indices in our logstash_writer_role file. At least the names of the indices need to be changed to a variable, preset with defaults.
We also need to check whether the role has the same permissions we have in the role. Either check for the role in Elasticsearch (better but way more complicated) or just check if the file we put on the host and write into the cluster has changed. A handler might do the trick.
The text was updated successfully, but these errors were encountered:
* Start SuSE integration
We still need tests for SuSE. Since our regular source doesn't provide
them, we need to build something from scratch.
fixesNETWAYS#13
* Install community collection to have zypper modules at hand
* Remove linter rule about fqcn
* Make version a string (for linting)
ivareri
pushed a commit
to ivareri/ansible-collection-elasticstack
that referenced
this issue
Jun 17, 2025
We have hardcoded permissions on hardcoded indices in our
logstash_writer_role
file. At least the names of the indices need to be changed to a variable, preset with defaults.We also need to check whether the role has the same permissions we have in the role. Either check for the role in Elasticsearch (better but way more complicated) or just check if the file we put on the host and write into the cluster has changed. A handler might do the trick.
The text was updated successfully, but these errors were encountered: