Setup
A guide to setup elasticsearch on Kubernetes cluster using "Logging Operator".
Elasticsearch, Fluentd, and Kibana setup can be done by kubectl
and helm
. The API for information for elasticsearch is:-
Elasticsearch
Elasticsearch API information:-
Kubectl
For deployment using kubectl, we can use config/samples/elasticsearch.yaml file.
Elasticsearch configurated can be updated in the same file.
Helm
Helm can also be used to setup elasticsearch. Get into the directory helm-charts/logging-setup.
Validate the elasticsearch cluster.
Fluentd
Fluentd API information:-
Kubectl
For deployment using kubectl, we can use config/samples/fluentd.yaml file.
Fluentd configurated can be updated in the same file.
Helm
Helm can also be used to setup fluentd. Get into the directory helm-charts/logging-setup.
Validate fluentd status
Kibana
Kibana API information:-
Kubectl
For deployment using kubectl, we can use config/samples/kibana.yaml file.
Kibana configuration can be updated in the same file.
Helm
Helm can also be used to setup kibana. Get into the directory helm-charts/logging-setup.
Last updated