<?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: Having a base64 decoding problem in Splunk 9- How to decode Idap-events? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Having-a-base64-decoding-problem-in-Splunk-9-How-to-decode-Idap/m-p/673732#M230669</link>
    <description>&lt;P&gt;Later we have used an app named decrypt2 and it worked for us with this syntax:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| decrypt field=randomfield atob emit('randomfielddecrypt') &lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 10 Jan 2024 06:42:11 GMT</pubDate>
    <dc:creator>rrovers</dc:creator>
    <dc:date>2024-01-10T06:42:11Z</dc:date>
    <item>
      <title>Having a base64 decoding problem in Splunk 9- How to decode Idap-events?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Having-a-base64-decoding-problem-in-Splunk-9-How-to-decode-Idap/m-p/634252#M220315</link>
      <description>&lt;P&gt;After installing splunk 9 we have a problem with decoding ldap-events. We tried several apps but none of them gave us correct results.&lt;/P&gt;
&lt;P&gt;We wanted to use the app "Encode / Decode Data for Splunk" but we can't find any instructions of how to use it.&lt;/P&gt;
&lt;P&gt;Does anyone have experience with base64 decoding in splunk 9?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2023 15:59:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Having-a-base64-decoding-problem-in-Splunk-9-How-to-decode-Idap/m-p/634252#M220315</guid>
      <dc:creator>rrovers</dc:creator>
      <dc:date>2023-03-17T15:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: base64 decoding problem in Splunk 9?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Having-a-base64-decoding-problem-in-Splunk-9-How-to-decode-Idap/m-p/634882#M220564</link>
      <description>&lt;P&gt;Answering my own question:&lt;/P&gt;&lt;P&gt;Syntax is like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| code field=randombase64field method=base64 action=decode destfield=test &lt;/LI-CODE&gt;&lt;P&gt;unfortunately it doesn't decode diacritics correctly.&lt;/P&gt;&lt;P&gt;Does someone have a solution for that? Apps that worked fine in splunk 8 don't seem to work correct in splunk 9.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2023 08:51:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Having-a-base64-decoding-problem-in-Splunk-9-How-to-decode-Idap/m-p/634882#M220564</guid>
      <dc:creator>rrovers</dc:creator>
      <dc:date>2023-03-17T08:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Having a base64 decoding problem in Splunk 9- How to decode Idap-events?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Having-a-base64-decoding-problem-in-Splunk-9-How-to-decode-Idap/m-p/673683#M230667</link>
      <description>&lt;P&gt;We had the same problem initially and found more details about code command usage under&amp;nbsp;\TA-code\default\searchbnf.conf&lt;BR /&gt;&lt;BR /&gt;We are able to decode the URL or process using&amp;nbsp;| code method=base64 field=encodedcommand action=decode destfield=decoded_command key=abc123 but when we stats the decoded_command it gives the result as "p".&lt;BR /&gt;&lt;BR /&gt;I tried the &lt;A href="https://github.com/hamrhed/splunkBase64decode" target="_self"&gt;base64&amp;nbsp;conversion matrix&lt;/A&gt;&amp;nbsp;macro as well, it does the same p thing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vnarahari_0-1704821064925.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/28815i7A1E60C9E68B2210/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vnarahari_0-1704821064925.png" alt="vnarahari_0-1704821064925.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Can anyone help?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2024 17:27:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Having-a-base64-decoding-problem-in-Splunk-9-How-to-decode-Idap/m-p/673683#M230667</guid>
      <dc:creator>vnarahari</dc:creator>
      <dc:date>2024-01-09T17:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Having a base64 decoding problem in Splunk 9- How to decode Idap-events?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Having-a-base64-decoding-problem-in-Splunk-9-How-to-decode-Idap/m-p/673732#M230669</link>
      <description>&lt;P&gt;Later we have used an app named decrypt2 and it worked for us with this syntax:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| decrypt field=randomfield atob emit('randomfielddecrypt') &lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 10 Jan 2024 06:42:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Having-a-base64-decoding-problem-in-Splunk-9-How-to-decode-Idap/m-p/673732#M230669</guid>
      <dc:creator>rrovers</dc:creator>
      <dc:date>2024-01-10T06:42:11Z</dc:date>
    </item>
  </channel>
</rss>

