<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic charset issue in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/charset-issue/m-p/18905#M2620</link>
    <description>&lt;P&gt;Hi, everybody.&lt;/P&gt;

&lt;P&gt;I want use splunk to index the data which contain chinese.&lt;/P&gt;

&lt;P&gt;Firstly, the base data will send to my splunk universal forwarder.&lt;/P&gt;

&lt;P&gt;Then,my universal forwarder will forward the data to my splunk.&lt;/P&gt;

&lt;P&gt;The base data char is gb2312. &lt;/P&gt;

&lt;P&gt;This is the inputs.conf in universal forwarder.&lt;/P&gt;

&lt;P&gt;[udp://514]&lt;BR /&gt;
connection_host = none&lt;BR /&gt;
sourcetype = businesslog&lt;/P&gt;

&lt;P&gt;This is the props.conf in splunk.&lt;/P&gt;

&lt;P&gt;[businesslog]&lt;BR /&gt;
CHARSET = GB2312&lt;/P&gt;

&lt;P&gt;But now the chinese still can`t display correctly.&lt;/P&gt;

&lt;P&gt;Wheather i need to define the props.conf in universal forwarder?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Mon, 29 Apr 2013 13:23:33 GMT</pubDate>
    <dc:creator>perlish</dc:creator>
    <dc:date>2013-04-29T13:23:33Z</dc:date>
    <item>
      <title>charset issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/charset-issue/m-p/18905#M2620</link>
      <description>&lt;P&gt;Hi, everybody.&lt;/P&gt;

&lt;P&gt;I want use splunk to index the data which contain chinese.&lt;/P&gt;

&lt;P&gt;Firstly, the base data will send to my splunk universal forwarder.&lt;/P&gt;

&lt;P&gt;Then,my universal forwarder will forward the data to my splunk.&lt;/P&gt;

&lt;P&gt;The base data char is gb2312. &lt;/P&gt;

&lt;P&gt;This is the inputs.conf in universal forwarder.&lt;/P&gt;

&lt;P&gt;[udp://514]&lt;BR /&gt;
connection_host = none&lt;BR /&gt;
sourcetype = businesslog&lt;/P&gt;

&lt;P&gt;This is the props.conf in splunk.&lt;/P&gt;

&lt;P&gt;[businesslog]&lt;BR /&gt;
CHARSET = GB2312&lt;/P&gt;

&lt;P&gt;But now the chinese still can`t display correctly.&lt;/P&gt;

&lt;P&gt;Wheather i need to define the props.conf in universal forwarder?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2013 13:23:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/charset-issue/m-p/18905#M2620</guid>
      <dc:creator>perlish</dc:creator>
      <dc:date>2013-04-29T13:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: charset issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/charset-issue/m-p/18906#M2621</link>
      <description>&lt;P&gt;This props.conf setting is an index-time setting so it needs to be certain  places depending on your configuration.  If you are using Heavy Forwarders, it must be on your forwarders but if you are using Universal or Light-Weight Forwarders, it must be on (all of) your Indexers; is it on all of your Indexers?&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2015 06:58:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/charset-issue/m-p/18906#M2621</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-05-13T06:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: charset issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/charset-issue/m-p/18907#M2622</link>
      <description>&lt;P&gt;CHARSET is an attribute set into the pipeline data at input time, the props.conf should be on your Universal Forwarders. References:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://answers.splunk.com/answers/132918/charset-does-not-effect-when-data-is-from-a-universalforwarder.html"&gt;http://answers.splunk.com/answers/132918/charset-does-not-effect-when-data-is-from-a-universalforwarder.html&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://wiki.splunk.com/Where_do_I_configure_my_Splunk_settings%3F"&gt;http://wiki.splunk.com/Where_do_I_configure_my_Splunk_settings%3F&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://wiki.splunk.com/Community:HowIndexingWorks"&gt;http://wiki.splunk.com/Community:HowIndexingWorks&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 18 May 2015 13:18:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/charset-issue/m-p/18907#M2622</guid>
      <dc:creator>acharlieh</dc:creator>
      <dc:date>2015-05-18T13:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: charset issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/charset-issue/m-p/18908#M2623</link>
      <description>&lt;P&gt;It's checked at parse time, however it's an input time setting. Otherwise the UF would not be able to know if it was cutting multibyte characters in half or not as it sends chunks of data on to the parser.&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2015 13:22:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/charset-issue/m-p/18908#M2623</guid>
      <dc:creator>acharlieh</dc:creator>
      <dc:date>2015-05-18T13:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: charset issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/charset-issue/m-p/18909#M2624</link>
      <description>&lt;P&gt;Fair enough but my point stands that this props.conf should be exported to every node that needs to modify the data (forwarders and indexers) and my suspicion is that it has not been so distributed.&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2015 14:59:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/charset-issue/m-p/18909#M2624</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-05-18T14:59:11Z</dc:date>
    </item>
  </channel>
</rss>

