Skip to content

josephaw1022/Kind-Fluentd-With-Local-Elastic-Container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ElasticSearch, Kibana, Kind, and Fluentd

Overview

There is a simple make file to build a local ElasticSearch, Kibana, and Fluentd stack using Kind (Kubernetes in Docker).

simply run

make

to see the options available.

to create a local cluster with ElasticSearch, Kibana, and Fluentd, run:

make kind-create

to start up ElasticSearch and Kibana, run:

make elastic-kibana-local-start

to start up fluentd and some other resources to the cluster, run:

make resources-create

to delete the cluster, run:

make kind-delete

once in kibana and have the logs ingested, you can run queries along the line of something like this to see the logs:

FROM logs*
| WHERE kubernetes.namespace_name != "kube-system"
| KEEP kubernetes.container_image, message, kubernetes.namespace_name, @timestamp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published