We have configured the "Splunk App for Infrastructure" per the documentation. We see some data in our metrics index but the host field is the name of my Splunk HEC receiver? Is this expected?
The "Splunk App for Infrastructure" doesn't see any entities at this point, I think it's because of the host field maybe?
Our infra looks like this.. Linux UF with collectd/write_splunk plugin ---> HEC HF ---> Index Cluster
Here is the query that I am using to try to find my data.
| mstats avg(_value) prestats=t WHERE index=mymetrics AND metric_name="*" span=1m by metric_name,host
I can see metrics with the following command.
| mcatalog values(metric_name) WHERE index=mymetrics
What am I missing, I am very new to the metrics indexes.
-Archie
... View more