Getting Data In

Display which index associated with which monitor?

standias
Explorer

Hi ,

How do I know which index is associated with which monitor if I dont have splunk web enabled e.g splunk light forwarder?In web can see this under monitor file section.

Is there any CLI command for this? splunk list monitor only shows which files are monitored.

Tags (2)
0 Karma
1 Solution

ziegfried
Influencer

You can use the btool command to generate the list.

splunk cmd btool list monitor

lists all configured monitors and their configured options.

If you're on linux, you could use the following command to generate list that contains only the monitor and the associated index:

splunk cmd btool inputs list monitor | grep -P "^(\[|index)"

View solution in original post

ziegfried
Influencer

You can use the btool command to generate the list.

splunk cmd btool list monitor

lists all configured monitors and their configured options.

If you're on linux, you could use the following command to generate list that contains only the monitor and the associated index:

splunk cmd btool inputs list monitor | grep -P "^(\[|index)"

standias
Explorer

Thanks ziegfried!

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...