docker-elk/setup
Antoine Cotten 02dabf6fb1
fix(logstash): Allow managing "logstash" index
When data streams are disabled in Logstash's "elasticsearch" output
('data_stream => false'), Logstash falls back to managing "logstash-*"
indices and creates an index template with ILM enabled.
In this process, a write index for the alias "logstash" is created. This
step requires the "manage" privilege on the "logstash" alias.

Fixes #679
2022-03-02 17:13:16 +01:00
..
roles fix(logstash): Allow managing "logstash" index 2022-03-02 17:13:16 +01:00
.dockerignore Automate management of required roles and user passwords (#671) 2022-02-21 11:19:43 +01:00
.gitignore Automate management of required roles and user passwords (#671) 2022-02-21 11:19:43 +01:00
Dockerfile fix: Explicitly make entrypoint of 'setup' service executable 2022-02-28 09:46:27 +01:00
entrypoint.sh Automate management of required roles and user passwords (#671) 2022-02-21 11:19:43 +01:00
helpers.sh fix: Explicitly make entrypoint of 'setup' service executable 2022-02-28 09:46:27 +01:00