mirror of
https://github.com/deviantony/docker-elk.git
synced 2025-12-12 01:40:29 +01:00
fix(logstash): Adjust role for ECS compatibility
'ecs_compatibility' is now on by default, therefore Logstash indices are
created with the naming pattern "ecs-logstash-*" when data streams are
disabled ('data_stream => false').
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
{
|
||||
"names": [
|
||||
"logs-generic-default",
|
||||
"logstash-*"
|
||||
"logstash-*",
|
||||
"ecs-logstash-*"
|
||||
],
|
||||
"privileges": [
|
||||
"write",
|
||||
@@ -20,7 +21,8 @@
|
||||
},
|
||||
{
|
||||
"names": [
|
||||
"logstash"
|
||||
"logstash",
|
||||
"ecs-logstash"
|
||||
],
|
||||
"privileges": [
|
||||
"write",
|
||||
|
||||
Reference in New Issue
Block a user