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