./bin/kibana
. You can modify its configuration file (config/kibana.yml
).http://localhost:5601
in your browser.td-agent
)td-agent
, the stable release of Fluentd. Please refer to the guides below for detailed instructions:fluent-plugin-elasticsearch
as follows:/etc/td-agent/td-agent.conf
as shown below:fluent-plugin-elasticsearch
comes with a logstash_format
option that allows Kibana to search through the stored event logs in Elasticsearch.td-agent
:rsyslogd
rsyslogd
to fluentd
. Please add the following line to /etc/rsyslog.conf
, and restart rsyslog
. This will forward the local syslogs to Fluentd, and Fluentd in turn will forward the logs to Elasticsearch.rsyslog
service once the modification is complete:rsyslog
and has flushed them to Elasticsearch, you can view, search and visualize the log data using Kibana.http://localhost:5601
and click the Set up index patters
button in the upper-right corner of the screen.logstash-*
as the index pattern, and select @timestamp
as the time-filter field.logger
command:td-agent
configuration, using filter_stdout
will be useful. All the logs including errors can be found at /etc/td-agent/td-agent.log
.