Getting Data In

Splunk forwarder not working

vramali1
New Member

Hello I couldnt see the log files indexed in splunk
Could you please help and mafdetlogindexer is the index name in the remote system.
Is it rightly configured and am i missing something?

Inputs.conf

[monitor:///ngs/app/coecmsd/shared/Cluster/logs/Latest_Log_8888.txt]
index=default
sourcetype=sendcsapplogs

Outputs.conf

[tcpout:mafdetlogindexer]
server = mafdet.corp.apple.com:8888
maxQueueSize = 500KB

Thanks,
-VIjay

Tags (1)
0 Karma

au_chrismor
Explorer

I hit something very similar sounding, where the receiver simple did not.

The only way around it was do remove the receiver, restart and re-add.

Cheers

0 Karma

Damien_Dallimor
Ultra Champion

Ensure that the receiver port on mafdet.corp.apple.com is configured to listen on 8888 (9997 is the default)

And try something like this in your config files:

inputs.conf

[monitor:///ngs/app/coecmsd/shared/Cluster/logs/Latest_Log_8888.txt] 
index=mafdetlogindexer 
sourcetype=sendcsapplogs
disabled = false

outputs.conf

[tcpout]
defaultGroup = mafdetlogindexer
disabled = false

[tcpout:mafdetlogindexer] 
server = mafdet.corp.apple.com:8888 
maxQueueSize = 500KB
0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...