erivni / fluentd-es-aws

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collecting Docker Log Files with Fluentd and Elasticsearch

This is a fluentd daemon for monitoring kubernetes log and sending the log to AWS ElasticSearch. This is adapted from the kubernetes fluentd-es-image.

You must configure the following environment variables:

  • AWS_ELASTICSEARCH_URL (with https:// appended by the ElasticSearch endpoint)
  • AWS_REGION
  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY

About


Languages

Language:Shell 68.3%Language:Makefile 31.7%