<?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: Eval and rex to props.comf in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Eval-and-rex-to-props-comf/m-p/373895#M67764</link>
    <description>&lt;P&gt;Are you trying to get the base64 encoded field decoded through the &lt;CODE&gt;props.conf&lt;/CODE&gt;configuration? If so, this can't be done, there is no method of doing the decoding within the &lt;CODE&gt;props.conf&lt;/CODE&gt; file. You can extract the field, but it will be in the encoded state, not decoded.&lt;/P&gt;</description>
    <pubDate>Wed, 02 May 2018 15:12:26 GMT</pubDate>
    <dc:creator>cpetterborg</dc:creator>
    <dc:date>2018-05-02T15:12:26Z</dc:date>
    <item>
      <title>Eval and rex to props.comf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Eval-and-rex-to-props-comf/m-p/373891#M67760</link>
      <description>&lt;P&gt;Just looking some help to construct props file for below search statement.&lt;/P&gt;

&lt;P&gt;|  rex max_match=10 field=violation_details "(?[^&amp;lt;]+)" | base64 field=cookie_value action=decode |&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 19:20:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Eval-and-rex-to-props-comf/m-p/373891#M67760</guid>
      <dc:creator>Splunk_rocks</dc:creator>
      <dc:date>2020-09-29T19:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Eval and rex to props.comf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Eval-and-rex-to-props-comf/m-p/373892#M67761</link>
      <description>&lt;P&gt;|  rex max_match=10 field=violation_details "(?[^&amp;lt;]+)" | base64 field=cookie_value action=decode |&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 19:20:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Eval-and-rex-to-props-comf/m-p/373892#M67761</guid>
      <dc:creator>Splunk_rocks</dc:creator>
      <dc:date>2020-09-29T19:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Eval and rex to props.comf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Eval-and-rex-to-props-comf/m-p/373893#M67762</link>
      <description>&lt;P&gt;missing filed info so pasted here ..Looks like field=violation_details ""(?) &lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 14:22:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Eval-and-rex-to-props-comf/m-p/373893#M67762</guid>
      <dc:creator>Splunk_rocks</dc:creator>
      <dc:date>2018-05-02T14:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Eval and rex to props.comf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Eval-and-rex-to-props-comf/m-p/373894#M67763</link>
      <description>&lt;P&gt;put your search code in as code (use the 101010 button, or surround with ```).&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 14:24:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Eval-and-rex-to-props-comf/m-p/373894#M67763</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2018-05-02T14:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Eval and rex to props.comf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Eval-and-rex-to-props-comf/m-p/373895#M67764</link>
      <description>&lt;P&gt;Are you trying to get the base64 encoded field decoded through the &lt;CODE&gt;props.conf&lt;/CODE&gt;configuration? If so, this can't be done, there is no method of doing the decoding within the &lt;CODE&gt;props.conf&lt;/CODE&gt; file. You can extract the field, but it will be in the encoded state, not decoded.&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 15:12:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Eval-and-rex-to-props-comf/m-p/373895#M67764</guid>
      <dc:creator>cpetterborg</dc:creator>
      <dc:date>2018-05-02T15:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Eval and rex to props.comf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Eval-and-rex-to-props-comf/m-p/373896#M67765</link>
      <description>&lt;P&gt;The rex part you can do with a REPORT and a MV_ADD = true in the transforms I think, however the base64 command is another question, as you can't call commands in props/transforms. &lt;/P&gt;

&lt;P&gt;I think you would either have to still have the base64 in your search, or thinking outside of the box a bit:&lt;BR /&gt;
You could implement a base64 lookup as an external script lookup, although I don't know what the limits are of the size that you can input (i.e. this probably won't work for big base64 blobs)&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 15:20:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Eval-and-rex-to-props-comf/m-p/373896#M67765</guid>
      <dc:creator>mhoogcarspel_sp</dc:creator>
      <dc:date>2018-05-02T15:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Eval and rex to props.comf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Eval-and-rex-to-props-comf/m-p/373897#M67766</link>
      <description>&lt;P&gt;Thanks for the update, thats what i feel but just thought of double check&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 15:21:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Eval-and-rex-to-props-comf/m-p/373897#M67766</guid>
      <dc:creator>Splunk_rocks</dc:creator>
      <dc:date>2018-05-02T15:21:35Z</dc:date>
    </item>
  </channel>
</rss>

