All Apps and Add-ons

How do I send DB Connect indexed data to different non-clustered indexers?

hoopydave
Path Finder

I have 1 search head and 2 separate non-clustered indexers in my distributed environment. I am splitting data between the indexers since Indexer1 was filling up. With DB Connect, I've been indexing data from an database input to Indexer1. Now I am creating a new input and I want that data to be sent to Indexer2. Since there is nothing in the serverclass.conf that specifies what DBConnect data goes where, how to I specify that I want my new data to be sent to the new indexer? (Indexer2)

How does DB Connect know which indexer to send data to? Is it an all or nothing situation, or can I specify where I want the different inputs to be indexed?

Help me, Obi-Wan Kenobi. You're my only hope.

0 Karma

tiagofbmm
Influencer

Hi

Well splunk_app_for_dbconnect is just like any other app, so you can configure inputs.conf and outputs.conf the same way:

outputs.conf
[tcpout:new_db_connect_destination]
server = whatever:30001

inputs.conf
[mi_input://DEPT]
connection = wd701
enable_query_wrapping = 1
index = teste
interval = 60
max_rows = 10000
_TCP_ROUTING=new_db_connect_destination

0 Karma

tiagofbmm
Influencer

Please let me know if the answer was useful for you. If it was, accept it and upvote. If not, give us more input so we can help you with that

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...