Splunk Search

Is there a way to do a Splunk query on data spread across different splunk instances?

manus
Communicator

Is there a way to do a Splunk query on data spread across different splunk instances? I guess not.
If not, is there any feature worth knowing, which would ease data aggregation between different Splunk instances?

0 Karma

yannK
Splunk Employee
Splunk Employee

Once you have the search-head configured to search on your indexers, you can look at the actual number of events repartition per indexer.

index=* | chart count by index splunk_server

FYI about deployment with multiple indexers and a search-head
- you only need a single license and define a license-master.
- you can configure your forwarders to loadbalance the data to the indexers
- more indexers means a better loadbalancing and faster searches (map-reduce)

0 Karma

gfuente
Motivator

The solution is having just one splunk instance (with many indexers as part of the same Splunk instance or arquitecture) as big as needed with all the data.

I think this is on purpose to avoid having a small license in tons of servers and query them all.

Regards

0 Karma

somesoni2
Revered Legend

You would be able to add different Splunk instances as Search Peer to your search head. This will allow you to run your query across search peers. See this
http://docs.splunk.com/Documentation/Splunk/6.2.0/DistSearch/Whatisdistributedsearch

Get Updates on the Splunk Community!

Stronger Security with Federated Search for S3, GCP SQL & Australian Threat ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Accelerating Observability as Code with the Splunk AI Assistant

We’ve seen in previous posts what Observability as Code (OaC) is and how it’s now essential for managing ...

Integrating Splunk Search API and Quarto to Create Reproducible Investigation ...

 Splunk is More Than Just the Web Console For Digital Forensics and Incident Response (DFIR) practitioners, ...