blob: 15d102249fe991284b7793d2ccc65c5c34fa1050 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- a/config/kibana.yml
+++ b/config/kibana.yml
@@ -90,6 +90,7 @@
#elasticsearch.logQueries: false
# Specifies the path where Kibana creates the process ID file.
+# Don't enable this, supervise-daemon uses its own PID to control it
#pid.file: /var/run/kibana.pid
# Enables you specify a file where Kibana stores log output.
@@ -112,3 +112,6 @@
# The default locale. This locale can be used in certain circumstances to substitute any missing
# translations.
#i18n.defaultLocale: "en"
+
+# Move default data location
+path.data: /var/lib/kibana/data
|