mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 20:25:28 +03:00
17 lines
559 B
Diff
17 lines
559 B
Diff
--- 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
|