Skip to content
Snippets Groups Projects
Commit ad90805c authored by Christian Berendt's avatar Christian Berendt
Browse files

kibana: allow use of server.basePath

When using server.basePath a dynamic bundle optimization will be started.
This job needs write access to /usr/share/kibana/optimize/bundles.

Change-Id: Ieaae79a5940f3972a8067814a1113ef635970875
parent d891ac39
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,11 @@ ...@@ -13,6 +13,11 @@
"path": "/var/log/kolla/kibana", "path": "/var/log/kolla/kibana",
"owner": "kibana:kibana", "owner": "kibana:kibana",
"recurse": true "recurse": true
},
{
"path": "/usr/share/kibana/optimize/bundles",
"owner": "kibana:kibana",
"recurse": true
} }
] ]
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment