- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
broberg
Communicator
01-21-2019
04:29 AM
We got a large Splunk distributed environment and for troubleshooting i want to search for all data in only one index server and not on the cluster.
I don't want the search or a search request to go to any of there other index servers.
Is this possible?
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

dkeck
Influencer
01-21-2019
06:29 AM
Hi,
just add a splunk_server=your indexer name
e.g. index=_internal splunk_server=your indexer name
to your search
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

dkeck
Influencer
01-21-2019
06:29 AM
Hi,
just add a splunk_server=your indexer name
e.g. index=_internal splunk_server=your indexer name
to your search
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

dkeck
Influencer
01-21-2019
10:33 PM
Any luck with that?
If it helped please accept the answer 🙂 Thank you
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
broberg
Communicator
01-22-2019
02:11 AM
Hi, yes that actually worked. I thought it would send the search to all index servers but it actually did not. Thank you.
