Getting Data In

sending data to multiple indexers

frankfowler
Explorer

I have DBX currently on a standalone splunk install (acting as both SearchHead and Indexer). I need to be able to send DB data retrieved via DBX to multiple indexers (not just the splunk instance that DBX is installed on). How is this configured ?

0 Karma

lguinn2
Legend

Well, the easiest way to do that would be to set up distributed search on the other search head(s) so that they also search this indexer.

An example will make this clearer, I hope:-)

Indexer A

  • standalone (running as search head and indexer)
  • with DBX

Indexer B

  • standalone (search head and indexer)
  • indexing other stuff

Search Head C

  • searches across indexers D, E, F

On either B or C (or both), you can configure Distributed Search. It's in the Splunk Manager UI.

Go to Distributed Search Setup - by default it is turned on; if it is on, you can leave everything at the defaults.

Go to Search Peers and Add New. Enter the info for Indexer A.

Wait a few minutes and then run a search on B or C - whichever you set up - and you should see the data from Indexer A.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...