<?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 Re: How to configure Character Set Encoding when using Splunk DB Connect? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-configure-Character-Set-Encoding-when-using-Splunk-DB/m-p/361121#M43642</link>
    <description>&lt;P&gt;hi &lt;BR /&gt;
how to add both language codes in props.conf file&lt;/P&gt;</description>
    <pubDate>Mon, 13 May 2019 19:51:28 GMT</pubDate>
    <dc:creator>rashid47010</dc:creator>
    <dc:date>2019-05-13T19:51:28Z</dc:date>
    <item>
      <title>How to configure Character Set Encoding when using Splunk DB Connect?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-configure-Character-Set-Encoding-when-using-Splunk-DB/m-p/361117#M43638</link>
      <description>&lt;P&gt;Dears,&lt;/P&gt;

&lt;P&gt;I am getting data from database using Splunk DB Connect, the data is stored in Arabic and needs to be encoded in Splunk.&lt;BR /&gt;
I have edited props.conf with the character set configuration as below, but the data still appear&lt;/P&gt;

&lt;P&gt;I tried all below configurations&lt;BR /&gt;
1:&lt;BR /&gt;
[sourcetype]&lt;BR /&gt;
CHARSET= CP1256&lt;BR /&gt;
2:&lt;BR /&gt;
[sourcetype]&lt;BR /&gt;
CHARSET= ISO-8859-6&lt;BR /&gt;
3:&lt;BR /&gt;
[sourcetype]&lt;BR /&gt;
CHARSET= AUTO&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2017 10:44:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-configure-Character-Set-Encoding-when-using-Splunk-DB/m-p/361117#M43638</guid>
      <dc:creator>Amirahussein</dc:creator>
      <dc:date>2017-03-20T10:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Character Set Encoding when using Splunk DB Connect?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-configure-Character-Set-Encoding-when-using-Splunk-DB/m-p/361118#M43639</link>
      <description>&lt;P&gt;Hi Amirahussein,&lt;/P&gt;

&lt;P&gt;I got into the same issue with names being retrieved correctly from the DB but not being properly indexed. After some digging I found that I had some extra parameters to the JVM Options, restart the Task Server (JAVA) and everything was back to normal again.&lt;/P&gt;

&lt;P&gt;The JVM options are:&lt;BR /&gt;
-Dfile.encoding=UTF-8 &lt;BR /&gt;
-DdefaultCharset=UTF-8 &lt;/P&gt;

&lt;P&gt;This worked in my case. Hopefully that will help you. Maybe in your case should be some Arabic CHARSET.&lt;/P&gt;

&lt;P&gt;--Chip&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 10:05:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-configure-Character-Set-Encoding-when-using-Splunk-DB/m-p/361118#M43639</guid>
      <dc:creator>cdpascariu</dc:creator>
      <dc:date>2017-04-10T10:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Character Set Encoding when using Splunk DB Connect?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-configure-Character-Set-Encoding-when-using-Splunk-DB/m-p/361119#M43640</link>
      <description>&lt;P&gt;Thanks for this. Solved my charset issues after upgrading to DB Connect 3.0.2 from 2.4.0&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2017 09:52:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-configure-Character-Set-Encoding-when-using-Splunk-DB/m-p/361119#M43640</guid>
      <dc:creator>mikaelbje</dc:creator>
      <dc:date>2017-05-15T09:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Character Set Encoding when using Splunk DB Connect?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-configure-Character-Set-Encoding-when-using-Splunk-DB/m-p/361120#M43641</link>
      <description>&lt;P&gt;Dears,&lt;/P&gt;

&lt;P&gt;please note that the right mapping (character set ) needed is "windows-1265" which will map the Arabic massage correctly when being input from external database&lt;/P&gt;

&lt;P&gt;after looking/searching in the documentation i found only the below codes:&lt;/P&gt;

&lt;P&gt;Language    Code&lt;BR /&gt;
Arabic  CP1256&lt;BR /&gt;
Arabic  ISO-8859-6&lt;/P&gt;

&lt;P&gt;so any suggestion please&lt;/P&gt;

&lt;P&gt;Amira&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2017 11:32:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-configure-Character-Set-Encoding-when-using-Splunk-DB/m-p/361120#M43641</guid>
      <dc:creator>Amirahussein</dc:creator>
      <dc:date>2017-05-17T11:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Character Set Encoding when using Splunk DB Connect?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-configure-Character-Set-Encoding-when-using-Splunk-DB/m-p/361121#M43642</link>
      <description>&lt;P&gt;hi &lt;BR /&gt;
how to add both language codes in props.conf file&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 19:51:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-configure-Character-Set-Encoding-when-using-Splunk-DB/m-p/361121#M43642</guid>
      <dc:creator>rashid47010</dc:creator>
      <dc:date>2019-05-13T19:51:28Z</dc:date>
    </item>
  </channel>
</rss>

