mirror of
https://github.com/elastic/logstash.git
synced 2025-06-27 17:08:55 -04:00
Change the default LS_SETTINGS_DIR to /etc/logstash for service installations
Fixes #9304
This commit is contained in:
parent
d6e730f9b6
commit
e25aa0b845
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue