Advertisement
Guest User

remote-tcp.toml

a guest
Oct 30th, 2014
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. [hekad]
  2. pid_file = "/var/run/hekad-remote-tcp.pid"
  3.  
  4. [TcpInput]
  5. address = ":5565"
  6. parser_type = "message.proto"
  7. decoder = "ProtobufDecoder"
  8.  
  9. [ProtobufDecoder]
  10.  
  11. [ESJsonEncoder]
  12. index = "%{Type}-%{2006.01.02}"
  13. es_index_from_timestamp = true
  14. type_name = "%{Type}"
  15.  
  16. [ElasticSearchOutput]
  17. message_matcher = "TRUE"
  18. #message_matcher = "Type == 'system' || Type == 'apache'"
  19. server = "http://localhost:9200"
  20. encoder = "ESJsonEncoder"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement