Getting Data In

Why Splunk could not get the description for this event?

hrawat
Splunk Employee
Splunk Employee

Issue happens after windows server is restarted. Restarting splunk universal forwarder fixes the issue.

Either the component that raises this event is not installed

Labels (2)
0 Karma
1 Solution

hrawat
Splunk Employee
Splunk Employee
0 Karma

hrawat
Splunk Employee
Splunk Employee

There are two workarounds.

1. Use 'Delayed Start' for the Splunk Forwarder service. (https://community.splunk.com/t5/Getting-Data-In/Why-quot-FormatMessage-error-quot-appears-in-indexed...). However it's hard to configure thousands of DCs.

2. Configure  interval as cron schedule instead.

interval = [<decimal>|<cron schedule>]

 

[WinEventLog]

interval=* * * * *

 


By default wineventlog interval is 60 sec. That means as soon as splunk is restarted, wineventlog (or any modinput) is immediately started. Subsequently every 60( configured interval) splunk checks if modinput is still running. If not, re-launch modinput.
Instead of setting interval 60 sec, if we use cron schedule to run every minute, then splunk is not going to launch modinput immediately. So essentially the idea is to convert interval setting from decimal to cron schedule to introduce a delay.

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!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...