13.3 Verifying the Pods
- Run the following command to check the logstash pod is created
correctly:
For example:kubectl get pods -n <namespace>
The output should look similar to the following:kubectl get pods -n oigns
Wait a couple of minutes to make sure the logstash pod has not had any failures or restarts. If the pod fails you can view the pod log using:NAME READY STATUS RESTARTS AGE governancedomain-adminserver 1/1 Running 0 90m governancedomain-oim-server1 1/1 Running 0 88m governancedomain-soa-server1 1/1 Running 0 88m oig-logstash-77fbbc66f8-lsvcw 1/1 Running 0 3m25s
Most errors occur due to misconfiguration of thekubectl logs -f oig-logstash-<pod> -n oigns
logstash_cm.yaml
orlogstash.yaml
. This is usually because of an incorrect value set, or the certificate was not pasted with the correct indentation.If the pod has errors, delete the pod and ConfigMap as follows:Once you have resolved the issue in the yaml files, run the commands outlined earlier to recreate the ConfigMap and logstash pod.kubectl delete -f $WORKDIR/kubernetes/elasticsearch-and-kibana/logstash.yaml
kubectl delete -f $WORKDIR/kubernetes/elasticsearch-and-kibana/logstash_cm.yaml