mirror of
https://github.com/deviantony/docker-elk.git
synced 2026-01-05 20:43:21 +01:00
20 lines
254 B
JSON
20 lines
254 B
JSON
{
|
|
"cluster": [
|
|
"manage_ilm",
|
|
"manage_index_templates",
|
|
"monitor",
|
|
"read_pipeline"
|
|
],
|
|
"indices": [
|
|
{
|
|
"names": [
|
|
"filebeat-*"
|
|
],
|
|
"privileges": [
|
|
"create_doc",
|
|
"manage"
|
|
]
|
|
}
|
|
]
|
|
}
|