Skip to content

A Fluent container setting to send event data do Elasticsearch.

License

Notifications You must be signed in to change notification settings

bortes/fluentd-elasticsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fluentd-elasticsearch

A image setting with Elasticsearch output plugin to send event data to Elasticsearch server.

You must have a server with Elasticsearch installed and configured on port 9200.

hands-on

Ensure that Elasticsearch is running and run the container:

docker run --rm -p 24224:24224 bortes/fluentd-elasticsearch

After that, just run your desired dockerized application and setting logger output. For example:

docker run --rm -p 8080:80 --log-driver=fluentd --log-opt fluentd-address=localhost:24224 nginx:alpine

next steps

Enable the pipeline for Elasticsearch.

more info

Based on Fluentd with Elasticsearch plugin.

About Docker logger output and Logging Driver to Fluentd.

About

A Fluent container setting to send event data do Elasticsearch.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published