Monitoring T4K Logs using ELK Stack
This section provides step by step instructions to install and configure Elastic Search, Logstash and Kibana to monitor T4K logs with other native Kubernetes resources.
Introduction
What is ELK Stack
Install and configure ELK on Kubernetes
Install CRDs and Operators
kubectl create -f https://download.elastic.co/downloads/eck/1.7.1/crds.yamlkubectl get crd | grep elasticagents.agent.k8s.elastic.co 2021-08-30T07:36:15Z
apmservers.apm.k8s.elastic.co 2021-08-30T07:36:15Z
beats.beat.k8s.elastic.co 2021-08-30T07:36:16Z
elasticmapsservers.maps.k8s.elastic.co 2021-08-30T07:36:16Z
elasticsearches.elasticsearch.k8s.elastic.co 2021-08-30T07:36:16Z
enterprisesearches.enterprisesearch.k8s.elastic.co 2021-08-30T07:36:16Z
kibanas.kibana.k8s.elastic.co 2021-08-30T07:36:16ZDeploy an Elasticsearch Cluster
Install Kibana Dashboard

Last updated
Was this helpful?