Hi Guys.
I've configured the Splunk_TA_nix plug-in running on a Linux server and this is providing data for a Metric Based Index in Splunk Enterprise v9.2.1
I've configured the most basic (Classic) Dashboard with just a dropdown and search based on this Index.
The drop down never populates, so my question is whether dropdown searches can be based on Metric Indexes? My search works in the Search and Reporting field:
|mstat min(df_metric.*) WHERE (host=myhost) span=1h index="linux_os_metric" BY MountedOn
|stats values(MountedOn) as MountedOn
|sort MountedOn
|table MountedOn
It says populating and does not return an error, but the dropdown is greyed out and not selectable. I was hoping it was going to present a list of mounted Filesystems
thanks in advance if anyone can solve this.
... View more