-
-
Save dasibre/9452600 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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