-
-
Save pcn/5573969 to your computer and use it in GitHub Desktop.
Logstash-1.1.12 says that a path is relative, when it means that the file doesn't exist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2013-05-14_05:40:45.82695 Exception in thread "LogStash::Runner" org.jruby.exceptions.RaiseException: (ArgumentError) File paths must be absolute, relative path specified: [ "/var/log/auth.log", "/var/log/messages", "/var/log/syslog" ] | |
| The problem here is that the configuration has an array quoted: '[ "/var/log/..."]' which doesn't exist at all. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment