Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

🐳 Fluentd image to link kubernetes cluster with elasticsearch

Notifications You must be signed in to change notification settings

abaenglish/fluentd-es-aws

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

🐳 Fluentd image to link kubernetes cluster with elasticsearch

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Shell 42.0%
  • Dockerfile 37.3%
  • Makefile 20.7%