<?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: Convert HEX data to Text via search query in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Convert-HEX-data-to-Text-via-search-query/m-p/484630#M31762</link>
    <description>&lt;P&gt;Nope.. I need to convert the hexadecimal values to text format not to any numerical conversions..&lt;/P&gt;

&lt;P&gt;I used table but that just displays the field value right? but I need that to be converted to text..&lt;/P&gt;

&lt;P&gt;For Example: I have X=48 69 20 and I need this X to be converted to Hi (human readable format) using splunk search commands.&lt;/P&gt;

&lt;P&gt;Many thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 30 Apr 2020 07:59:32 GMT</pubDate>
    <dc:creator>sarahnazzar</dc:creator>
    <dc:date>2020-04-30T07:59:32Z</dc:date>
    <item>
      <title>Convert HEX data to Text via search query</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Convert-HEX-data-to-Text-via-search-query/m-p/484628#M31760</link>
      <description>&lt;P&gt;Hello Splunkers,&lt;/P&gt;

&lt;P&gt;I've a event with hexadecimal data which I extracted as a field named X and I need to convert this X into text value which will be in human readable format i.e decoding hexadecimal value to text via splunk query.. &lt;/P&gt;

&lt;P&gt;Is there any way to do so via splunk search commands?&lt;/P&gt;

&lt;P&gt;Thanks in Advance!&lt;BR /&gt;
Sarah&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 12:17:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Convert-HEX-data-to-Text-via-search-query/m-p/484628#M31760</guid>
      <dc:creator>sarahnazzar</dc:creator>
      <dc:date>2020-04-29T12:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Convert HEX data to Text via search query</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Convert-HEX-data-to-Text-via-search-query/m-p/484629#M31761</link>
      <description>&lt;P&gt;Hexadecimal numbers can be expressed as text (use &lt;CODE&gt;table&lt;/CODE&gt;), but it sounds like you want to convert them to decimal.  Do that with &lt;CODE&gt;tonumber&lt;/CODE&gt;.  &lt;CODE&gt;... | eval D = tonumber(X, 16) | ...&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 12:49:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Convert-HEX-data-to-Text-via-search-query/m-p/484629#M31761</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-04-29T12:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Convert HEX data to Text via search query</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Convert-HEX-data-to-Text-via-search-query/m-p/484630#M31762</link>
      <description>&lt;P&gt;Nope.. I need to convert the hexadecimal values to text format not to any numerical conversions..&lt;/P&gt;

&lt;P&gt;I used table but that just displays the field value right? but I need that to be converted to text..&lt;/P&gt;

&lt;P&gt;For Example: I have X=48 69 20 and I need this X to be converted to Hi (human readable format) using splunk search commands.&lt;/P&gt;

&lt;P&gt;Many thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 07:59:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Convert-HEX-data-to-Text-via-search-query/m-p/484630#M31762</guid>
      <dc:creator>sarahnazzar</dc:creator>
      <dc:date>2020-04-30T07:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Convert HEX data to Text via search query</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Convert-HEX-data-to-Text-via-search-query/m-p/484631#M31763</link>
      <description>&lt;P&gt;For Example: I have X=48 69 20 and I need this X to be converted to Hi (human readable format) using splunk search commands.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 08:00:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Convert-HEX-data-to-Text-via-search-query/m-p/484631#M31763</guid>
      <dc:creator>sarahnazzar</dc:creator>
      <dc:date>2020-04-30T08:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Convert HEX data to Text via search query</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Convert-HEX-data-to-Text-via-search-query/m-p/484632#M31764</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;| makeresults
| eval _raw="46 69 6c 65 53 69 7a 65 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 20 36 39 36 33 32 0a 0a 49 73 4c 6f 67 46 75 6c 6c 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 20 46 61 6c 73 65 0a 0a 4c 61 73 74 41 63 63 65 73 73 54 69 6d 65 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 20 32 2f 31 34 2f 32 30 30 38 20 31 32 3a 35 35 3a 31 32 20 41 4d 0a 0a 4c 61 73 74 57 72 69 74 65 54 69 6d 65 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 20 37 2f 39 2f 32 30 30 38 20 33 3a 31 32 3a 30 35 20 41 4d 0a 0a 4f 6c 64 65 73 74 52 65 63 6f 72 64 4e 75 6d 62 65 72 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 20 31 0a 0a 52 65 63 6f 72 64 43 6f 75 6e 74 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 20 33 0a 0a 4c 6f 67 4e 61 6d 65 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 20 53 65 74 75 70 0a 0a 4c 6f 67 54 79 70 65 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 20 4f 70 65 72 61 74 69 6f 6e 61 6c 0a 0a 4c 6f 67 49 73 6f 6c 61 74 69 6f 6e 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 20 41 70 70 6c 69 63 61 74 69 6f 6e 0a 0a 49 73 45 6e 61 62 6c 65 64 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 20 54 72 75 65 0a 0a 49 73 43 6c 61 73 73 69 63 4c 6f 67 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 20 46 61 6c 73 65 0a 0a 53 65 63 75 72 69 74 79 44 65 73 63 72 69 70 74 6f 72 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 20 4f 3a 42 41 47 3a 53 59 44 3a 28 41 3b 3b 30 78 66 30 30 30 37 3b 3b 3b 53 59 29 28 41 3b 0a 0a 28 41 3b 3b 30 78 31 3b 3b 3b 53 2d 31 2d 35 2d 33 32 2d 35 37 33 29 0a 0a 4c 6f 67 46 69 6c 65 50 61 74 68 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 20 25 53 79 73 74 65 6d 52 6f 6f 74 25 5c 53 79 73 74 65 6d 33 32 5c 57 69 6e 65 76 74 5c 4c 0a 0a 4d 61 78 69 6d 75 6d 53 69 7a 65 49 6e 42 79 74 65 73 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 20 31 30 35 32 36 37 32 0a 0a 4c 6f 67 4d 6f 64 65 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 20 43 69 72 63 75 6c 61 72 0a 0a 4f 77 6e 69 6e 67 50 72 6f 76 69 64 65 72 4e 61 6d 65 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 20 4d 69 63 72 6f 73 6f 66 74 2d 57 69 6e 64 6f 77 73 2d 45 76 65 6e 74 6c 6f 67 0a 0a 50 72 6f 76 69 64 65 72 4e 61 6d 65 73 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 20 7b 4d 69 63 72 6f 73 6f 66 74 2d 57 69 6e 64 6f 77 73 2d 57 55 53 41 2c 20 4d 69 63 72 6f 0a 0a 50 72 6f 76 69 64 65 72 4c 65 76 65 6c 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 0a 0a 50 72 6f 76 69 64 65 72 4b 65 79 77 6f 72 64 73 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 0a 0a 50 72 6f 76 69 64 65 72 42 75 66 66 65 72 53 69 7a 65 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 20 36 34 0a 0a 50 72 6f 76 69 64 65 72 4d 69 6e 69 6d 75 6d 4e 75 6d 62 65 72 4f 66 42 75 66 66 65 72 73 20 3a 20 30 0a 0a 50 72 6f 76 69 64 65 72 4d 61 78 69 6d 75 6d 4e 75 6d 62 65 72 4f 66 42 75 66 66 65 72 73 20 3a 20 36 34 0a 0a 50 72 6f 76 69 64 65 72 4c 61 74 65 6e 63 79 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 20 31 30 30 30 0a 0a 50 72 6f 76 69 64 65 72 43 6f 6e 74 72 6f 6c 47 75 69 64 20 20 20 20 20 20 20 20 20 20 20 20 3a"
| rex mode=sed "s/(\w\w) ?/%\1/g"
| eval text=urldecode(_raw)
| table text
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;HR /&gt;

&lt;PRE&gt;&lt;CODE&gt;| makeresults
| eval X="48 69 20"
| rex field=X mode=sed "s/(\d+)/%\1/g"
| eval decode=urldecode(X)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I see. try &lt;CODE&gt;urldecode&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 08:30:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Convert-HEX-data-to-Text-via-search-query/m-p/484632#M31764</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-04-30T08:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Convert HEX data to Text via search query</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Convert-HEX-data-to-Text-via-search-query/m-p/484633#M31765</link>
      <description>&lt;P&gt;Thanks for the response!&lt;/P&gt;

&lt;P&gt;urldecode is working for small strings but I'm not able to pass the field, my hex value field is having value around 20+ lines in that.. and its not working when tried using the same.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 09:14:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Convert-HEX-data-to-Text-via-search-query/m-p/484633#M31765</guid>
      <dc:creator>sarahnazzar</dc:creator>
      <dc:date>2020-04-30T09:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Convert HEX data to Text via search query</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Convert-HEX-data-to-Text-via-search-query/m-p/484634#M31766</link>
      <description>&lt;P&gt;provide logs.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 09:17:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Convert-HEX-data-to-Text-via-search-query/m-p/484634#M31766</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-04-30T09:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Convert HEX data to Text via search query</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Convert-HEX-data-to-Text-via-search-query/m-p/484635#M31767</link>
      <description>&lt;P&gt;Hi sarahnazzar,&lt;/P&gt;

&lt;P&gt;Take a look at this answer &lt;A href="https://answers.splunk.com/answers/151846/how-to-convert-hex-to-ascii-in-splunk.html#comment-220057"&gt;https://answers.splunk.com/answers/151846/how-to-convert-hex-to-ascii-in-splunk.html#comment-220057&lt;/A&gt; which provides a nice way to convert HEX to ASCII.&lt;/P&gt;

&lt;P&gt;Hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;

&lt;P&gt;PS: If it does not, please provide sample events and expected result so the community is able to help you &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 09:23:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Convert-HEX-data-to-Text-via-search-query/m-p/484635#M31767</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2020-04-30T09:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Convert HEX data to Text via search query</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Convert-HEX-data-to-Text-via-search-query/m-p/484636#M31768</link>
      <description>&lt;P&gt;Thanks for the response @MuS !&lt;/P&gt;

&lt;P&gt;I even tried with that but was not getting the expected result..&lt;/P&gt;

&lt;P&gt;I have the winevt logs are encoded.. so I need to decode..&lt;/P&gt;

&lt;P&gt;Sample data:&lt;BR /&gt;
Hexadecimal input - which I have extracted as one field using regular expression for instance let's keep it as X. X is my fieldname the below is my value,&lt;/P&gt;

&lt;P&gt;46 69 6c 65 53 69 7a 65 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 20 36 39 36 33 32 0a 0a 49 73 4c 6f 67 46 75 6c 6c 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 20 46 61 6c 73 65 0a 0a 4c 61 73 74 41 63 63 65 73 73 54 69 6d 65 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 20 32 2f 31 34 2f 32 30 30 38 20 31 32 3a 35 35 3a 31 32 20 41 4d 0a 0a 4c 61 73 74 57 72 69 74 65 54 69 6d 65 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 20 37 2f 39 2f 32 30 30 38 20 33 3a 31 32 3a 30 35 20 41 4d 0a 0a 4f 6c 64 65 73 74 52 65 63 6f 72 64 4e 75 6d 62 65 72 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 20 31 0a 0a 52 65 63 6f 72 64 43 6f 75 6e 74 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 20 33 0a 0a 4c 6f 67 4e 61 6d 65 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 20 53 65 74 75 70 0a 0a 4c 6f 67 54 79 70 65 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 20 4f 70 65 72 61 74 69 6f 6e 61 6c 0a 0a 4c 6f 67 49 73 6f 6c 61 74 69 6f 6e 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 20 41 70 70 6c 69 63 61 74 69 6f 6e 0a 0a 49 73 45 6e 61 62 6c 65 64 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 20 54 72 75 65 0a 0a 49 73 43 6c 61 73 73 69 63 4c 6f 67 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 20 46 61 6c 73 65 0a 0a 53 65 63 75 72 69 74 79 44 65 73 63 72 69 70 74 6f 72 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 20 4f 3a 42 41 47 3a 53 59 44 3a 28 41 3b 3b 30 78 66 30 30 30 37 3b 3b 3b 53 59 29 28 41 3b 0a 0a 28 41 3b 3b 30 78 31 3b 3b 3b 53 2d 31 2d 35 2d 33 32 2d 35 37 33 29 0a 0a 4c 6f 67 46 69 6c 65 50 61 74 68 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 20 25 53 79 73 74 65 6d 52 6f 6f 74 25 5c 53 79 73 74 65 6d 33 32 5c 57 69 6e 65 76 74 5c 4c 0a 0a 4d 61 78 69 6d 75 6d 53 69 7a 65 49 6e 42 79 74 65 73 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 20 31 30 35 32 36 37 32 0a 0a 4c 6f 67 4d 6f 64 65 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 20 43 69 72 63 75 6c 61 72 0a 0a 4f 77 6e 69 6e 67 50 72 6f 76 69 64 65 72 4e 61 6d 65 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 20 4d 69 63 72 6f 73 6f 66 74 2d 57 69 6e 64 6f 77 73 2d 45 76 65 6e 74 6c 6f 67 0a 0a 50 72 6f 76 69 64 65 72 4e 61 6d 65 73 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 20 7b 4d 69 63 72 6f 73 6f 66 74 2d 57 69 6e 64 6f 77 73 2d 57 55 53 41 2c 20 4d 69 63 72 6f 0a 0a 50 72 6f 76 69 64 65 72 4c 65 76 65 6c 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 0a 0a 50 72 6f 76 69 64 65 72 4b 65 79 77 6f 72 64 73 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 0a 0a 50 72 6f 76 69 64 65 72 42 75 66 66 65 72 53 69 7a 65 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 20 36 34 0a 0a 50 72 6f 76 69 64 65 72 4d 69 6e 69 6d 75 6d 4e 75 6d 62 65 72 4f 66 42 75 66 66 65 72 73 20 3a 20 30 0a 0a 50 72 6f 76 69 64 65 72 4d 61 78 69 6d 75 6d 4e 75 6d 62 65 72 4f 66 42 75 66 66 65 72 73 20 3a 20 36 34 0a 0a 50 72 6f 76 69 64 65 72 4c 61 74 65 6e 63 79 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 3a 20 31 30 30 30 0a 0a 50 72 6f 76 69 64 65 72 43 6f 6e 74 72 6f 6c 47 75 69 64 20 20 20 20 20 20 20 20 20 20 20 20 3a&lt;/P&gt;

&lt;P&gt;Result must be like below,&lt;/P&gt;

&lt;P&gt;FileSize                       : 69632&lt;/P&gt;

&lt;P&gt;IsLogFull                      : False&lt;/P&gt;

&lt;P&gt;LastAccessTime                 : 2/14/2008 12:55:12 AM&lt;/P&gt;

&lt;P&gt;LastWriteTime                  : 7/9/2008 3:12:05 AM&lt;/P&gt;

&lt;P&gt;OldestRecordNumber             : 1&lt;/P&gt;

&lt;P&gt;RecordCount                    : 3&lt;/P&gt;

&lt;P&gt;LogName                        : Setup&lt;/P&gt;

&lt;P&gt;LogType                        : Operational&lt;/P&gt;

&lt;P&gt;LogIsolation                   : Application&lt;/P&gt;

&lt;P&gt;IsEnabled                      : True&lt;/P&gt;

&lt;P&gt;IsClassicLog                   : False&lt;/P&gt;

&lt;P&gt;SecurityDescriptor             : O:BAG:SYD:(A;;0xf0007;;;SY)(A;&lt;/P&gt;

&lt;P&gt;(A;;0x1;;;S-1-5-32-573)&lt;/P&gt;

&lt;P&gt;LogFilePath                    : %SystemRoot%\System32\Winevt\L&lt;/P&gt;

&lt;P&gt;MaximumSizeInBytes             : 1052672&lt;/P&gt;

&lt;P&gt;LogMode                        : Circular&lt;/P&gt;

&lt;P&gt;OwningProviderName             : Microsoft-Windows-Eventlog&lt;/P&gt;

&lt;P&gt;ProviderNames                  : {Microsoft-Windows-WUSA, Micro&lt;/P&gt;

&lt;P&gt;ProviderLevel                  :&lt;/P&gt;

&lt;P&gt;ProviderKeywords               :&lt;/P&gt;

&lt;P&gt;ProviderBufferSize             : 64&lt;/P&gt;

&lt;P&gt;ProviderMinimumNumberOfBuffers : 0&lt;/P&gt;

&lt;P&gt;ProviderMaximumNumberOfBuffers : 64&lt;/P&gt;

&lt;P&gt;ProviderLatency                : 1000&lt;/P&gt;

&lt;P&gt;ProviderControlGuid            :&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 11:43:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Convert-HEX-data-to-Text-via-search-query/m-p/484636#M31768</guid>
      <dc:creator>sarahnazzar</dc:creator>
      <dc:date>2020-04-30T11:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Convert HEX data to Text via search query</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Convert-HEX-data-to-Text-via-search-query/m-p/484637#M31769</link>
      <description>&lt;P&gt;I see, please confirm my ans.&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2020 11:14:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Convert-HEX-data-to-Text-via-search-query/m-p/484637#M31769</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-05-01T11:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Convert HEX data to Text via search query</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Convert-HEX-data-to-Text-via-search-query/m-p/484638#M31770</link>
      <description>&lt;P&gt;Thanks @to4kawa ! &lt;/P&gt;

&lt;P&gt;Its working fine when I pass the hex value like you have mentioned.. but when I tried passing a field instead of that.. its not working as expected for some of the field values and for some values its absolutely working fine..do we need to do any modifications in the expression?&lt;/P&gt;

&lt;P&gt;Could you please help on that.!&lt;/P&gt;

&lt;P&gt;HEX is my field extracted via search using rex command&lt;BR /&gt;
| eval HexaValue=HEX&lt;BR /&gt;
| rex field=HexaValue mode=sed "s/(\w\w) ?/%\1/g"&lt;BR /&gt;
| eval Text=urldecode(HexaValue) |table HexaValue Text&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 07:00:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Convert-HEX-data-to-Text-via-search-query/m-p/484638#M31770</guid>
      <dc:creator>sarahnazzar</dc:creator>
      <dc:date>2020-05-04T07:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Convert HEX data to Text via search query</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Convert-HEX-data-to-Text-via-search-query/m-p/484639#M31771</link>
      <description>&lt;P&gt;please provide logs. &lt;BR /&gt;
 your &lt;CODE&gt;HEX&lt;/CODE&gt; is key. but I don't know.&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 07:25:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Convert-HEX-data-to-Text-via-search-query/m-p/484639#M31771</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-05-04T07:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Convert HEX data to Text via search query</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Convert-HEX-data-to-Text-via-search-query/m-p/484640#M31772</link>
      <description>&lt;P&gt;yes.. it is the key..!&lt;/P&gt;

&lt;P&gt;When I tried modifying the expression like below.. its working only for first line of hex value,&lt;/P&gt;

&lt;P&gt;| rex mode=sed "s/(^[0-9A-Fa-f]+) ?/%\1/g"&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 08:08:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Convert-HEX-data-to-Text-via-search-query/m-p/484640#M31772</guid>
      <dc:creator>sarahnazzar</dc:creator>
      <dc:date>2020-05-04T08:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Convert HEX data to Text via search query</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Convert-HEX-data-to-Text-via-search-query/m-p/484641#M31773</link>
      <description>&lt;P&gt;&lt;CODE&gt;| rex mode=sed "s/(?m)(\w\w)\s?/%\1/g"&lt;/CODE&gt;&lt;BR /&gt;
your &lt;EM&gt;HEX&lt;/EM&gt; is multivalue or contains &lt;CODE&gt;\n&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 08:14:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Convert-HEX-data-to-Text-via-search-query/m-p/484641#M31773</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-05-04T08:14:39Z</dc:date>
    </item>
  </channel>
</rss>

