-
Notifications
You must be signed in to change notification settings - Fork 101
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 if using sincedb_path => "/dev/null"
on Darwin
#275
Comments
I can confirm that this bug is occurring on my Logstash 7.9.2 running on OSX. The error I am seeing is the same as that above. Input file is:
Removing sincedb_path fixes the error. |
As a workaround you can point the
|
Running as |
... and also gives Logstash root/superuser privileges, which is not advised in a production environment. |
100% agree - I think I meant that as an observation, rather than a recommendation ... but I can see how that could end up being interpreted incorrectly. Added an "edit" to the above. |
Please post all product and debugging questions on our forum. Your questions will reach our wider community members there, and if we confirm that there is a bug, then we can open a new issue here.
For all general issues, please provide the following details for fast resolution:
4.1.10
)Start any version of Logstash
bin/logstash -f pipeline.conf
on MacOSX.it produces this error:
Trying to open an irb from the LS pack with
bin/logstash -i irb
and issue the command:produces the same error. It seems related to the fact that the
t = Time.now; File.utime(t,t, '/dev/null')
produces:So to check the file path for sincedb it could be done with:
The text was updated successfully, but these errors were encountered: