Splunk Search

Is there a way to report on the devices depositing syslogs on my heavy forwarders?

mflippin
New Member

I need to write a search to report on what devices are sending logs to my heavy forwarders using syslog-ng to the /var/log/splunk/* directory. The issue is those directories under Splunk are mostly by IP address instead of host name.

I'd like to map the source log location to the index or vendor type which I could then use to determine if every device log type is actually being ingested into Splunk.

I tried Index!=_* | chart count by sourcetype, host limit=100 but it doesn't identify the folder the log is in.

Any ideas would be helpful.

0 Karma

somesoni2
Revered Legend

Try something like this

| tstats count WHERE index=* by index, source  | search source="/var/log/splunk/*"

THis should give mapping of all index and corresponding source from location /var/log/splunk/ .

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...