Morning, all. Here's my hekad.toml:
https://gist.github.com/hourback/36f29939a804becd9723 I am using a TcpInput for IBM HTTPServer access log data. I'm using a similar pipeline for Rsyslog messages coming from the same remote host (via nxlog) and things are working okay. However, for this TcpInput, nothing seems to be coming through, i.e., the input and decoder show up in the Heka dashboard, but the number of messages processed is always zero. I was originally using the unfortunately named IbmHttpserverAccessCommonLogDecoder as my TcpInput. When that wasn't showing results, I decided to test things by creating another decoder, the ApacheRegexDecoder of type PayloadRegexDecoder. My intention was to just grab everything sent to the decoder and throw it back out to ElasticSearch with the rest of the log data so I could verify that the data is actually getting to Heka from the remote host. However, nothing seems to be coming through here either. I'm sure I'm getting dozens of things wrong so whatever tips you have would be appreciated. :-) TIA, Ali
_______________________________________________ Heka mailing list [email protected] https://mail.mozilla.org/listinfo/heka

