We have installed and configured the UMA agent.
We have enabled event metrics but our dashboard is not showing anything.
Is there perhaps something we missed?
DX OI 2*
DXO2
DX APM
Checking clusterinfo pod that belongs to UMA agent errors shown below can be found:
ERROR c.c.a.b.events.OIDataPublisher.send - Exception seen when ingesting the events data 400 Bad Request: "{"_message":"index_name is missing.","_code":"2004"}"
ERROR c.c.a.b.events.OIDataPublisher.send - Exception seen when ingesting the events data 400 Bad Request: "{"_message":"index_name is missing.","_code":"2004"}"
Add the following block to ConfigMap (ingress-nginx-controller) of the ingress-ngnix namespace:
data:
enable-underscores-in-headers: "true"