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!

Why You Can't Miss .conf25: Unleashing the Power of Agentic AI with Splunk & Cisco

The Defining Technology Movement of Our Lifetime The advent of agentic AI is arguably the defining technology ...

Deep Dive into Federated Analytics: Unlocking the Full Power of Your Security Data

In today’s complex digital landscape, security teams face increasing pressure to protect sprawling data across ...

Your summer travels continue with new course releases

Summer in the Northern hemisphere is in full swing, and is often a time to travel and explore. If your summer ...