<?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: URLDECODE in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/URLDECODE/m-p/491377#M194233</link>
    <description>&lt;P&gt;Tried it with single quotes around it?&lt;/P&gt;</description>
    <pubDate>Fri, 24 Jan 2020 20:01:54 GMT</pubDate>
    <dc:creator>jkat54</dc:creator>
    <dc:date>2020-01-24T20:01:54Z</dc:date>
    <item>
      <title>URLDECODE</title>
      <link>https://community.splunk.com/t5/Splunk-Search/URLDECODE/m-p/491367#M194223</link>
      <description>&lt;P&gt;I would like to know how can I use the urldecorder command for all URLs in the reqHdr.referer field (Akamai)&lt;/P&gt;

&lt;P&gt;index=akamai &lt;BR /&gt;
| eval newfield = urldecode("https%3a%2f%2fwww....................%2f")&lt;BR /&gt;
| table newfield&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 18:17:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/URLDECODE/m-p/491367#M194223</guid>
      <dc:creator>erlindemberg</dc:creator>
      <dc:date>2020-01-24T18:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: URLDECODE</title>
      <link>https://community.splunk.com/t5/Splunk-Search/URLDECODE/m-p/491368#M194224</link>
      <description>&lt;P&gt;What results do you get and what results do you expect?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 18:26:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/URLDECODE/m-p/491368#M194224</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-01-24T18:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: URLDECODE</title>
      <link>https://community.splunk.com/t5/Splunk-Search/URLDECODE/m-p/491369#M194225</link>
      <description>&lt;P&gt;In this case, if I specify a single URL in this field it will bring me the result of the decoded URL.&lt;BR /&gt;
However, the field has thousands of other URLs.&lt;/P&gt;

&lt;P&gt;The result I hope is that all URLs are shown decrypted.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 18:39:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/URLDECODE/m-p/491369#M194225</guid>
      <dc:creator>erlindemberg</dc:creator>
      <dc:date>2020-01-24T18:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: URLDECODE</title>
      <link>https://community.splunk.com/t5/Splunk-Search/URLDECODE/m-p/491370#M194226</link>
      <description>&lt;PRE&gt;&lt;CODE&gt; ... | eval newField=urldecode('reqHdr.referer') | table newField
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 24 Jan 2020 18:39:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/URLDECODE/m-p/491370#M194226</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2020-01-24T18:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: URLDECODE</title>
      <link>https://community.splunk.com/t5/Splunk-Search/URLDECODE/m-p/491371#M194227</link>
      <description>&lt;P&gt;I've tried and the field doesn't show the URLs, just the name reqHdr.referer&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 18:43:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/URLDECODE/m-p/491371#M194227</guid>
      <dc:creator>erlindemberg</dc:creator>
      <dc:date>2020-01-24T18:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: URLDECODE</title>
      <link>https://community.splunk.com/t5/Splunk-Search/URLDECODE/m-p/491372#M194228</link>
      <description>&lt;P&gt;Can you share some sample data?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 18:59:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/URLDECODE/m-p/491372#M194228</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-01-24T18:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: URLDECODE</title>
      <link>https://community.splunk.com/t5/Splunk-Search/URLDECODE/m-p/491373#M194229</link>
      <description>&lt;P&gt;Using this query:&lt;/P&gt;

&lt;P&gt;index=c4_akamai &lt;BR /&gt;
| eval newfield = urldecode("reqHdr.referer")&lt;BR /&gt;
| table newfield&lt;/P&gt;

&lt;P&gt;o resultado é:&lt;/P&gt;

&lt;P&gt;newfield&lt;BR /&gt;
reqHdr.referer&lt;BR /&gt;
reqHdr.referer&lt;BR /&gt;
reqHdr.referer&lt;BR /&gt;
reqHdr.referer&lt;BR /&gt;
reqHdr.referer&lt;BR /&gt;
reqHdr.referer&lt;BR /&gt;
reqHdr.referer&lt;BR /&gt;
reqHdr.referer&lt;BR /&gt;
reqHdr.referer&lt;BR /&gt;
reqHdr.referer&lt;BR /&gt;
reqHdr.referer&lt;BR /&gt;
reqHdr.referer&lt;BR /&gt;
reqHdr.referer&lt;/P&gt;

&lt;P&gt;Eu usando apenas uma URL de referencia dentro do campo reqHdr.referer o resultado é:&lt;/P&gt;

&lt;P&gt;index=c4_akamai &lt;BR /&gt;
| eval newfield = urldecode("https%3a%2f%2fwww.*******.com.br%2f")&lt;BR /&gt;
| table newfield&lt;/P&gt;

&lt;P&gt;newfield&lt;BR /&gt;
&lt;A href="https://www.**********.com.br/"&gt;https://www.**********.com.br/&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://www.**********.com.br/"&gt;https://www.**********.com.br/&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://www.**********.com.br/"&gt;https://www.**********.com.br/&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://www.**********.com.br/"&gt;https://www.**********.com.br/&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://www.**********.com.br/"&gt;https://www.**********.com.br/&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://www.**********.com.br/"&gt;https://www.**********.com.br/&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://www.**********.com.br/"&gt;https://www.**********.com.br/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 19:16:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/URLDECODE/m-p/491373#M194229</guid>
      <dc:creator>erlindemberg</dc:creator>
      <dc:date>2020-01-24T19:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: URLDECODE</title>
      <link>https://community.splunk.com/t5/Splunk-Search/URLDECODE/m-p/491374#M194230</link>
      <description>&lt;P&gt;Using this query:&lt;/P&gt;

&lt;P&gt;index=c4_akamai &lt;BR /&gt;
| eval newfield = urldecode("reqHdr.referer")&lt;BR /&gt;
| table newfield&lt;/P&gt;

&lt;P&gt;o resultado é:&lt;/P&gt;

&lt;P&gt;newfield&lt;BR /&gt;
reqHdr.referer&lt;BR /&gt;
reqHdr.referer&lt;BR /&gt;
reqHdr.referer&lt;BR /&gt;
reqHdr.referer&lt;BR /&gt;
reqHdr.referer&lt;BR /&gt;
reqHdr.referer&lt;BR /&gt;
reqHdr.referer&lt;BR /&gt;
reqHdr.referer&lt;BR /&gt;
reqHdr.referer&lt;BR /&gt;
reqHdr.referer&lt;BR /&gt;
reqHdr.referer&lt;BR /&gt;
reqHdr.referer&lt;BR /&gt;
reqHdr.referer&lt;/P&gt;

&lt;P&gt;Eu usando apenas uma URL de referencia dentro do campo reqHdr.referer o resultado é:&lt;/P&gt;

&lt;P&gt;index=c4_akamai &lt;BR /&gt;
| eval newfield = urldecode("https%3a%2f%2fwww.*******.com.br%2f")&lt;BR /&gt;
| table newfield&lt;/P&gt;

&lt;P&gt;newfield&lt;BR /&gt;
&lt;A href="https://www.**********.com.br/"&gt;https://www.**********.com.br/&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://www.**********.com.br/"&gt;https://www.**********.com.br/&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://www.**********.com.br/"&gt;https://www.**********.com.br/&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://www.**********.com.br/"&gt;https://www.**********.com.br/&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://www.**********.com.br/"&gt;https://www.**********.com.br/&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://www.**********.com.br/"&gt;https://www.**********.com.br/&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://www.**********.com.br/"&gt;https://www.**********.com.br/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 19:16:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/URLDECODE/m-p/491374#M194230</guid>
      <dc:creator>erlindemberg</dc:creator>
      <dc:date>2020-01-24T19:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: URLDECODE</title>
      <link>https://community.splunk.com/t5/Splunk-Search/URLDECODE/m-p/491375#M194231</link>
      <description>&lt;P&gt;Don't use double quotes &lt;CODE&gt;"&lt;/CODE&gt;around the field name.  Try without quotes.  If that doesn't work, use single quotes &lt;CODE&gt;'&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 19:28:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/URLDECODE/m-p/491375#M194231</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-01-24T19:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: URLDECODE</title>
      <link>https://community.splunk.com/t5/Splunk-Search/URLDECODE/m-p/491376#M194232</link>
      <description>&lt;P&gt;Thanks for the help, with single quotes it worked.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 19:50:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/URLDECODE/m-p/491376#M194232</guid>
      <dc:creator>erlindemberg</dc:creator>
      <dc:date>2020-01-24T19:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: URLDECODE</title>
      <link>https://community.splunk.com/t5/Splunk-Search/URLDECODE/m-p/491377#M194233</link>
      <description>&lt;P&gt;Tried it with single quotes around it?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 20:01:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/URLDECODE/m-p/491377#M194233</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2020-01-24T20:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: URLDECODE</title>
      <link>https://community.splunk.com/t5/Splunk-Search/URLDECODE/m-p/491378#M194234</link>
      <description>&lt;P&gt;index=c4_akamai &lt;BR /&gt;
| eval newfield = urldecode('reqHdr.referer')&lt;BR /&gt;
| table newfield&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 21:37:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/URLDECODE/m-p/491378#M194234</guid>
      <dc:creator>snallam123</dc:creator>
      <dc:date>2020-01-24T21:37:54Z</dc:date>
    </item>
  </channel>
</rss>

