Advertisement
Guest User

Untitled

a guest
Nov 25th, 2015
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. input {
  2. redis {
  3. host => "redis.marathon.mesos"
  4. type => "redis-input"
  5. data_type => "list"
  6. key => "logstash"
  7. }
  8. }
  9.  
  10. output {
  11. stdout { }
  12. elasticsearch {
  13. hosts => ["elastic-search.marathon.mesos:9200"]
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement