Created
May 20, 2014 00:04
-
-
Save heymatthew/2590df4124b4d474d37a to your computer and use it in GitHub Desktop.
Help?! Compressed spooler :(
This file contains 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
[ root@283615a69847:/data ]$ cat /data/logstash.conf | |
input { | |
stdin {} | |
} | |
output { | |
stdout { | |
codec => compress_spooler { | |
compress_level => 6 | |
spool_size => 50 | |
} | |
} | |
} | |
[ root@283615a69847:/data ]$ | |
[ root@283615a69847:/data ]$ | |
[ root@283615a69847:/data ]$ | |
[ root@283615a69847:/data ]$ | |
[ root@283615a69847:/data ]$ | |
[ root@283615a69847:/data ]$ | |
[ root@283615a69847:/data ]$ /data/logstash-1.4.1/bin/logstash -f /data/logstash.conf --configtest | |
+---------------------------------------------------------+ | |
| An unexpected error occurred. This is probably a bug. | | |
| You can find help with this problem in a few places: | | |
| | | |
| * chat: #logstash IRC channel on freenode irc. | | |
| IRC via the web: http://goo.gl/TI4Ro | | |
| * email: [email protected] | | |
| * bug system: https://logstash.jira.com/ | | |
| | | |
+---------------------------------------------------------+ | |
The error reported is: | |
Couldn't find any codec plugin named 'compress_spooler'. Are you sure this is correct? Trying to load the compress_spooler codec plugin resulted in this error: no such file to load -- logstash/codecs/compress_spooler |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment