aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDan Hermann <dan.hermann@elastic.co>2018-03-30 14:31:02 -0500
committerDan Hermann <dan.hermann@elastic.co>2018-03-30 19:57:30 +0000
commite25aa0b8454a4784a88b7b6fc36f7210c2a4c0c7 (patch)
treeab377c82c5706d76c88f62a02c5f5873320495c7 /config
parentd6e730f9b686319f1e4f78716e2d3c80ab808350 (diff)
Change the default LS_SETTINGS_DIR to /etc/logstash for service installations
Fixes #9304
Diffstat (limited to 'config')
-rw-r--r--config/startup.options2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/startup.options b/config/startup.options
index aa271fb3..3829fdb9 100644
--- a/config/startup.options
+++ b/config/startup.options
@@ -15,7 +15,7 @@
LS_HOME=/usr/share/logstash
# logstash settings directory, the path which contains logstash.yml
-LS_SETTINGS_DIR="${LS_HOME}/config"
+LS_SETTINGS_DIR=/etc/logstash
# Arguments to pass to logstash
LS_OPTS="--path.settings ${LS_SETTINGS_DIR}"