- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to add existing indexed metrics to Splunk App for Infrastructure?

Hi,
We've trying out the Splunk App for Infrastructure, to see if this adds any value to out existing deployment. We have already deployed UFs, and are already collecting some metrics data, so we though it would be possible to use this existing metric data in the app, but we cant figure out how to make it work.
We have updated the macro "sai_metrics_indexes" to include our custom metric index, but still, when looking at the "Investigate" dashboard of the app, there are no entities listed.
The table shows some of the metric data that we have from Kubernetes, using the following command.
| mstats avg(*) where index=metric-kub by host
host | avg(kube.container.cpu.limit) | avg(kube.container.memory.request) | avg(kube.node.memory.utilization) | avg(kube.pod.cpu.limit) | avg(kube.pod.cpu.request) | avg(kube.pod.memory.limit) | avg(kube.pod.memory.request) |
kub-server01 | 25.8566 | 95.48 | 2675338291 | 39.3 | 73.9 | 57.4 | 145.2 |
kub-server02 | 25.8566 | 95.48 | 2758867115 | 39.3 | 73.9 | 57.4 | 145.2 |
What do we need to do to include this metric data in the Splunk App for Infrastructure?
Do we have to input the data all over, using the exact configuration script from the "Add Data" tab in the app?
Thanks!
