Skip to content

deltaray-io/kibana-logtrail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Build Status

Kibana + Logtrail container

Kibana container equipped with Logtrail plugin. Logtrail's configuration is adjusted to work with Kubernetes/Helm installation of fluentd / fluent-bit.

Config adjustments

ElasticSearch Index

  • default_index: set to logstash-* to match fluentd / fluent-bit's defaults

Field mappings

  • hostname: set to kubernetes.namespace_name
  • program: set to kubernetes.labels.release which is the Helm chart's name
  • message: set to log to work with fluentd / fluent-bit

Usage:

Replace the Kibana Helm chart's image with the built Docker Image. Tested with Kibana Helm chart version: 0.11.0

License

Apache License Version 2.0