<?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: Normalize action field values in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Normalize-action-field-values/m-p/534244#M9592</link>
    <description>&lt;P&gt;Aliases create new fields with different names, but the same values so they won't help normalize values.&amp;nbsp; Use &lt;FONT face="courier new,courier"&gt;eval&lt;/FONT&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;EVAL action=if(action="accept" OR action="Authorize" OR action="pass", "allowed", action)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Dec 2020 21:53:51 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2020-12-28T21:53:51Z</dc:date>
    <item>
      <title>Normalize action field values</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Normalize-action-field-values/m-p/534233#M9589</link>
      <description>&lt;P&gt;I have an index called firewall and sourcetypes of Palo Alto, Checkpoint and Fortinet routers&lt;BR /&gt;&lt;BR /&gt;The configuration was carried out according to the documentation recommendations regarding recommended sourcertype and Add-on according to the vendor&lt;/P&gt;&lt;P&gt;The "&lt;STRONG&gt;action&lt;/STRONG&gt;" type fields that are accepted have different names depending on the brand of the device&lt;/P&gt;&lt;P&gt;&lt;U&gt;Those that are accepted are:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;allowed&lt;BR /&gt;accept&lt;BR /&gt;&lt;SPAN&gt;Authorize&lt;/SPAN&gt;&lt;BR /&gt;pass&lt;/P&gt;&lt;P&gt;Taking into account that "accept" and "allowed" mean the same thing, should I normalize them? or as they are already recognized by the correlation events that Splunk ES has created?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2020 14:41:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Normalize-action-field-values/m-p/534233#M9589</guid>
      <dc:creator>splunkcol</dc:creator>
      <dc:date>2020-12-28T14:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Normalize action field values</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Normalize-action-field-values/m-p/534236#M9590</link>
      <description>&lt;P&gt;Splunk ES expects normalized field values as documented in the Common Information Model (CIM).&amp;nbsp; The TAs for those sources should have normalized the fields for you, but if they did not (or you don't use TAs) then you'll have to do so.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2020 15:04:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Normalize-action-field-values/m-p/534236#M9590</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-12-28T15:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Normalize action field values</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Normalize-action-field-values/m-p/534241#M9591</link>
      <description>&lt;P&gt;should I do it through aliases?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2020 15:18:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Normalize-action-field-values/m-p/534241#M9591</guid>
      <dc:creator>splunkcol</dc:creator>
      <dc:date>2020-12-28T15:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Normalize action field values</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Normalize-action-field-values/m-p/534244#M9592</link>
      <description>&lt;P&gt;Aliases create new fields with different names, but the same values so they won't help normalize values.&amp;nbsp; Use &lt;FONT face="courier new,courier"&gt;eval&lt;/FONT&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;EVAL action=if(action="accept" OR action="Authorize" OR action="pass", "allowed", action)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2020 21:53:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Normalize-action-field-values/m-p/534244#M9592</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-12-28T21:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Normalize action field values</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Normalize-action-field-values/m-p/534246#M9594</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;&amp;nbsp;Last question, what is the correct way to normalize it in this case?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2020 15:39:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Normalize-action-field-values/m-p/534246#M9594</guid>
      <dc:creator>splunkcol</dc:creator>
      <dc:date>2020-12-28T15:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Normalize action field values</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/Normalize-action-field-values/m-p/534279#M9597</link>
      <description>Like with many things Splunk,there is more than one way to do it. The "correct" one is the one that works for you.</description>
      <pubDate>Mon, 28 Dec 2020 21:59:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/Normalize-action-field-values/m-p/534279#M9597</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-12-28T21:59:51Z</dc:date>
    </item>
  </channel>
</rss>

