Splunk Search

Splunk Deployment only for Log Management Purpose

dheerajsh
Engager

Hi Team,

We have a requirement where we need to deploy Splunk Solution only for Log management purpose (less 50 GB per day). We are planning to have two heavy log forwarder (one in primary and one in DR) which will take the feed from different log sources (Devices (Syslog) and Servers (UF)). The HLF will send the data to indexers for storage (one in each DC) through Network Load balancer to maintain the HA. Also, will send the data to another SIEM solution for correlation and monitoring purpose.

Is there any way that we can installed the Splunk in non-clustered mode with minimum overhead and making sure that we have all the logs as per the Log management requirement.

Tags (1)
0 Karma

woodcock
Esteemed Legend

You have described what you need to do. You have 2 servers that ideally should be setup as Splunk UF, not HF. You have a load balancer between them with sticky sessions configured. They both have the same outputs.conf file to send to multiple indexer tiers like this:

[tcpout]
defaultGroup = primary_indexers,secondary_indexers
autoLB=true

[tcpout:primary_indexers]
server = your.primary.indexer1.here:9997,...,your.primary.indexerZ.here:9997

[tcpout:secondary_indexers]
server = your.secondary.indexer1.here:9997,...,your.secondary.indexerZ.here:9997
0 Karma

dheerajsh
Engager

Thanks for your reply. But Can i send the logs to other siem solution from UF along with indexers?

Also, can i setup search head (just to see what logs are coming not for actual searching) on same indexer node?

Is there any chance that i will loose my logs if i will setup indexers in non clustered mode over two DC.

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

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

What Is Splunk? Here’s What You Can Do with Splunk

Hey Splunk Community, we know you know Splunk. You likely leverage its unparalleled ability to ingest, index, ...

Level Up Your .conf25: Splunk Arcade Comes to Boston

With .conf25 right around the corner in Boston, there’s a lot to look forward to — inspiring keynotes, ...

Manual Instrumentation with Splunk Observability Cloud: How to Instrument Frontend ...

Although it might seem daunting, as we’ve seen in this series, manual instrumentation can be straightforward ...