Enable Error Links
Enabling the dashboard links for a running TNC-O
- Add the following to the
nimrod
secret in vault:
"alm.nimrod.loggingDashboard.application": "kibana",
"alm.nimrod.loggingDashboard.enabled": "true",
"alm.nimrod.loggingDashboard.endpoint": "http://kibana.lm:31001",
"alm.nimrod.loggingDashboard.kibana.index": "lm-logs"
Create an index in Kibana named
lm-logs
Delete the Nimrod pod
kubectl delete pod <nimrod pod id>>