<source>
@type syslog
port 3356
tag syslog
</source>
<source>
@type forward
</source>
<match syslog.**>
@type elasticsearch
logstash_format true
flush_interval 10s # for testing
</match>
and below is the recipe I am trying for pushing remote server logs to elasticsearch. I can see the remote logs in the td-agent logfile just fine but don't see them in elasticsearch. Could someone advise what I'm doing wrong?
<source>
@type forward
</source>
<match remote_syslog.*.*>
type copy
<store>
type stdout
</store>
<store>
type elasticsearch
logstash_format true
flush_interval 10s
host localhost
port 9200
</store>
</match>
--
You received this message because you are subscribed to the Google Groups "Fluentd Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fluentd+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to fluentd+u...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to fluentd+unsubscribe@googlegroups.com.