Sunday, October 27, 2019

Kibana + ElasticSearch + filebeat (image 7.4.1)

# kubectl create ns logging

# helm repo add elastic https://helm.elastic.co

# helm install elastic/elasticsearch --name elasticsearch --set elasticsearch.enabled=true --set data.terminationGracePeriodSeconds=0 --namespace=logging --set imageTag=7.4.1

# helm install elastic/kibana --name kibana --set elasticsearchHosts=http://elasticsearch-master.logging.svc.cluster.local:9200 --namespace logging --set imageTag=7.4.1

# helm install elastic/filebeat --name filebeat --namespace logging --set imageTag=7.4.1

No comments:

Post a Comment