Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dasibre/9452600 to your computer and use it in GitHub Desktop.
Save dasibre/9452600 to your computer and use it in GitHub Desktop.
<source>
type embedded_elasticsearch
</source>
<source>
type kibana_server
bind 0.0.0.0
port 24300
mount /kibana/
access_log_path var/log/kibana/access.log
elasticsearch_url http://localhost:9200
</source>
<source>
type http
port 8888
</source>
<match es.**>
type copy
<store>
type elasticsearch
logstash_format true
index_name fluentd
type_name fluentd
flush_interval 3
</store>
<store>
type stdout
</store>
</match>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment