Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error creating Logstash logs since version 5 #81

Closed
spujadas opened this issue Nov 3, 2016 · 0 comments
Closed

Error creating Logstash logs since version 5 #81

spujadas opened this issue Nov 3, 2016 · 0 comments

Comments

@spujadas
Copy link
Owner

spujadas commented Nov 3, 2016

(Follow-up to #70)

In /etc/init.d/logstash, need to fix:

LS_LOG_DIR=/var/log/logstash
LS_LOG_FILE="${LS_LOG_DIR}/$name.log"
...
args="-f ${LS_CONF_DIR} -l ${LS_LOG_FILE} ${LS_OPTS}"

as the -l flag requires a path argument (https://www.elastic.co/guide/en/logstash/current/command-line-flags.html) as from version 5 (used to be a file argument: https://www.elastic.co/guide/en/logstash/2.4/command-line-flags.html).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant