All Apps and Add-ons

Ossec and Splunk - No dashboard data

scotte13
New Member

I have configured Ossec.conf to send syslog information to the splunk server. I see the data traveling from the Ossec server to the Splunk server on the port configured (10002) and have checked that the data input UDP 10002 is set to Ossec, however I do not see any information in the Splunk dashboard.

What can I do to troubleshoot?

Thanks,
Scott

0 Karma

DSA_KEY
Engager

I had this issue until I added the index that the data was in to the event type creation for the ossec event type. In Splunk at the top right click on Settings > Event types you should see an event type creation for "ossec" where the search string is "sourcetype=ossec* NOT sourcetype=ossec_agent_control" add your index there like this "index=myindex sourcetype=ossec* NOT sourcetype=ossec_agent_control". This will properly create the ossec even type and will cascade to the event types below it. You can add the index to all of the other event type creations for faster searching but you don't have to.

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...