Advertisement
Guest User

TruPilot

a guest
Aug 27th, 2014
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. # cat /etc/logstash/conf.d/central.conf
  2. input {
  3. redis {
  4. host => "127.0.0.1"
  5. type => "redis-input"
  6. data_type => "list"
  7. key => "logstash"
  8. }
  9. }
  10. output {
  11. stdout { }
  12. elasticsearch {
  13. cluster => "logstash"
  14. }
  15. }
  16. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement