Getting Data In

German umaulat Character is not getting recognized by Splunk Universal Forwarder

naiktej13
Engager

My PowerShell script results with "german umaulat" character into data. In our local lab Splunk Universal Forwarder runs this script at some interval and forwards data to Splunk Enterprise(SearchHead)

Now when I manually run this script, I can see that character without encoding(original value ) but when I receive the events from UF, I can see that those characters are encoded on my SH.I have also added "CHARSET=UTF-8" into props.conf on both side(forwarder and receiver)

Now my questions are:
1) Does Universal Forwarder read props.conf?
2) Where should I handle this characters?

Tags (2)
0 Karma

jkat54
SplunkTrust
SplunkTrust
  1. Yes, UF reads props on some occasions such as everything under "Structured Data Header Extraction and configuration" in props.conf.spec and everywhere else you see "this setting is for forwarders" (Just search the page for "forwarder", you'll see them)

  2. Character Encoding happens in the Parsing Queue which happens on heavy forwarders and indexers

http://docs.splunk.com/Documentation/Splunk/latest/Deploy/Datapipeline
http://docs.splunk.com/Documentation/Splunk/6.5.1/Deploy/Componentsofadistributedenvironment

To solve your encoding problem, try setting the CHARSET=iso-8859-1 instead.

0 Karma
Get Updates on the Splunk Community!

What's New in Splunk Cloud Platform 9.3.2411?

Hey Splunky People! We are excited to share the latest updates in Splunk Cloud Platform 9.3.2411. This release ...

Buttercup Games: Further Dashboarding Techniques (Part 6)

This series of blogs assumes you have already completed the Splunk Enterprise Search Tutorial as it uses the ...

Technical Workshop Series: Splunk Data Management and SPL2 | Register here!

Hey, Splunk Community! Ready to take your data management skills to the next level? Join us for a 3-part ...