Deployment Architecture

Splunk Java SDK, load balancing on indexers when sending events from SDK

somesoni2
Revered Legend

I am creating a java program using SPlunk SDK which takes a string data from a application source and pass it to a specific index in the Splunk Indexer. However, I have 2 Indexers configured for load balancing. I know that if I would have been using forwarders to send data to Splunk Indexer, it would be sent in a load balancing manner.

Will sending data from SDK (where we mention the Splunk host name and port explicitly), we would be able to achieve the same??

0 Karma
1 Solution

Damien_Dallimor
Ultra Champion

No it won't be load balanced unless you programmatically implement the load balancing logic yourself in your code ie: at the very simplest level , instantiate 2 Service objects and round robin over them. Of course, you can also implement more intelligent LB algorithms.

View solution in original post

0 Karma

Damien_Dallimor
Ultra Champion

No it won't be load balanced unless you programmatically implement the load balancing logic yourself in your code ie: at the very simplest level , instantiate 2 Service objects and round robin over them. Of course, you can also implement more intelligent LB algorithms.

0 Karma

somesoni2
Revered Legend

Thanks. This helps.

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...