Deployment Architecture

Forward logs from multiple Linux servers

kkossery
Communicator

Experts,

We have a enterprise product running on Red Hat Linux running on about 40 servers and want to forward logs from a non-standard location quickly and efficiently. I know we can use Splunk Forwarder to push logs out. Is there a way to pull logs from splunk rather than push from the clients. I'm looking for a way out where we don't have individually log in to each system and install the forwarder.

Thank you.

Tags (1)
0 Karma

MuS
SplunkTrust
SplunkTrust

Hi kkossery,

No, Splunk does not support pull method for remote logs out of box ..... but you could do it in different ways:

  • rsync the logs from the indexer and read the files from there
  • NFS mount the source files and index them from there

Anyhow, best way to do it, is using the universal forwarder and forward logs to the indexer.

hope this helps ...

cheers, MuS

MuS
SplunkTrust
SplunkTrust

you can use puppet to install the universal forwarder - the lesser 'hard way' 😉

0 Karma

kkossery
Communicator

Thank you. I guess I'll have to do the hard way of deploying the agent on all my systems.

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...