Skip to content

Instantly share code, notes, and snippets.

@pcn
Last active December 17, 2015 07:39
Show Gist options
  • Select an option

  • Save pcn/5573969 to your computer and use it in GitHub Desktop.

Select an option

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
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