-
-
Notifications
You must be signed in to change notification settings - Fork 476
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
Pass --quiet to command-line arguments in systemd service file #867
Comments
I think this is a case of the systemd unit file not tracking upstream: |
Which means I think that there is a workaround available to you: I think that that |
sweet, I will have a go with this in the meantime |
Yep, this just needs to be synced with the upstream unit, I'll revisit the unit file to ensure this and other options are up-to-date (related to elastic/elasticsearch#26246) |
thanks a lot! |
Bug description
We have just upgraded all our stacks from version 0.16 to 5.3.1 recently, and so far so good. In addition to that, we upgraded our base system from Ubuntu 14.04 to 16.04, and this brought us a problem in our client nodes. Since they have just a few gigs of space on their root partition, and if the log activity gets really intense, we are filling up our disk quite quickly. This change is due to systemd configuration, to be more precise it comes from
elasticsearch.systemd.erb
file and those two lines:Those two lines are flooding the syslog.conf file with elasticsearch data. Would be possible to add an option to control this behaviour?
Thanks again for keeping this awesome module and the good work,
cheers!
[1]https://discuss.elastic.co/t/prevent-logging-to-var-log-messages/54199
The text was updated successfully, but these errors were encountered: