Getting Data In

Is it possible to set the default distributed search group on my search head to itself since it is also the indexer?

karabsze
Path Finder

Is it possible to set the default distributed search group to nothing but only search within itself (as my search head is also the indexer)?

If i set the distsearch.conf as below, the search request did not really execute on itself.

[distributedSearch:A]
default = false
servers = machineA:8089

[distributedSearch:B]
default = true
servers =

[distributedSearch]
servers = machineA:8089

1 Solution

karabsze
Path Finder

Finally, we setup like that to search itself too.

[distributedSearch:A]
default = false
servers = machineA:8089

[distributedSearch:B]
default = true
servers =localhost:localhost

[distributedSearch]
servers = machineA:8089, localhost:localhost

View solution in original post

karabsze
Path Finder

Finally, we setup like that to search itself too.

[distributedSearch:A]
default = false
servers = machineA:8089

[distributedSearch:B]
default = true
servers =localhost:localhost

[distributedSearch]
servers = machineA:8089, localhost:localhost

Get Updates on the Splunk Community!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...