Knowledge Management

Solutions: "Splunk could not get the description for this event"

hrawat
Splunk Employee
Splunk Employee

If you find issue happens after windows server is restarted. Restarting splunk universal forwarder fixes the issue. Then try one of the following workarounds.

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.

Or

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.



If above does not solve the issue, meaning the issue is not related to windows server  restart. 
Try one of the following workarounds.

 

Workaround 1.
in inputs.conf
  1. Stop UF
  2. Set batch_size to 1.
  3. Start UF
[<impacted channel>] 
batch_size=1
Workaround 2.
in inputs.conf
  1. Stop UF
  2. backup checkpoint file $SPLUNK_HOME\var\lib\splunk\modinputs\WinEventLog\<impacted channel> . Saves current record id
  3.  In inputs.conf for impacted channel add use_old_eventlog_api=true
  4. Start UF
  5. Stop  UF after 30 sec
  6. Replace current record with  record id found in step 2. So that ingestion starts from right place.
  7. When setting use_old_eventlog_api=false ( in case if it does help). Follow all above steps so that UF correctly starts from desired record id.
 [<impacted channel>] 
use_old_eventlog_api=true

 

Tags (1)
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

.conf25 Global Broadcast: Don’t Miss a Moment

Hello Splunkers, .conf25 is only a click away.  Not able to make it to .conf25 in person? No worries, you can ...

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 ...

What's New in Splunk Observability - August 2025

What's New We are excited to announce the latest enhancements to Splunk Observability Cloud as well as what is ...