<?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: Cisco Security Suite: Why is Splunk Add-on for Cisco ASA lookup definition for &amp;quot;action&amp;quot; not working? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-Security-Suite-Why-is-Splunk-Add-on-for-Cisco-ASA-lookup/m-p/124596#M9745</link>
    <description>&lt;P&gt;I also had the same issue with the Splunk_TA_cisco-asa ver 3.2.&lt;/P&gt;

&lt;P&gt;issue earlier today... I believe the problem with version 3.2 is that two LOOKUP statements at the end of the cisco:asa sourcetype section were incomplete, causing the "action" LOOKUP to not be exercised correctly....&lt;/P&gt;

&lt;P&gt;Here are the corrected/completed  LOOKUP statements:&lt;BR /&gt;
LOOKUP-cisco_asa_change_analysis = cisco_asa_change_analysis_lookup message_id OUTPUTNEW change_class change_description action change_type object_type&lt;BR /&gt;
LOOKUP-cisco-asa_severity_expansion = cisco_asa_syslog_severity_lookup log_level OUTPUT severity_level description&lt;/P&gt;

&lt;P&gt;This corrected the problem for me.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 18:50:05 GMT</pubDate>
    <dc:creator>joelyon</dc:creator>
    <dc:date>2020-09-28T18:50:05Z</dc:date>
    <item>
      <title>Cisco Security Suite: Why is Splunk Add-on for Cisco ASA lookup definition for "action" not working?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-Security-Suite-Why-is-Splunk-Add-on-for-Cisco-ASA-lookup/m-p/124591#M9740</link>
      <description>&lt;P&gt;&lt;STRONG&gt;EDIT :&lt;/STRONG&gt; &lt;EM&gt;New information at the end.&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;When I run a search over our ASA, all the fields defined by the splunk_ta_cisco-asa work except one.  I have severity lookups and vendor classes, but I have no "action" defined even though it should be.  This is important because a lot of graphs in the network side of the Cisco Security Suite require "action" to be defined in order to report.&lt;/P&gt;

&lt;P&gt;I'm not an expert by any means, but I spent time last week trying to track down how it should be doing what it doesn't quite do, but I still can't figure out why it's not working.&lt;/P&gt;

&lt;P&gt;In props.conf, the lookup for action is defined right next to several lookups that work fine (like the severity lookup).&lt;BR /&gt;
&lt;CODE&gt;LOOKUP-cisco-asa-action_lookup = cisco_action_lookup vendor_action OUTPUT action&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;In transforms.conf, again next to others that work fine, the cisco_action_lookup is defined.&lt;BR /&gt;
&lt;CODE&gt;[cisco_action_lookup]&lt;BR /&gt;
filename = cisco_action_lookup.csv&lt;/CODE&gt;    &lt;/P&gt;

&lt;P&gt;So, one of the broken searches is this:&lt;BR /&gt;
&lt;CODE&gt;eventtype=cisco-firewall action="*" | timechart count by action&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;It is easy to modify it to be a working search and test that the lookup actually works by just manually specifying the lookup ahead of search action="&lt;EM&gt;":&lt;BR /&gt;
`eventtype=cisco-firewall | lookup cisco_action_lookup vendor_action OUTPUT action | search action="&lt;/EM&gt;" | timechart count by action`&lt;/P&gt;

&lt;P&gt;The fixed search returns data with action fully populated, unlike the unfixed search.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;UPDATE :&lt;/STRONG&gt; &lt;EM&gt;I have found out more and though it still doesn't make sense to me, perhaps it will to someone.&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;If I aliased the output field at the end so:&lt;BR /&gt;
&lt;CODE&gt;LOOKUP-cisco_action_lookup = cisco_action_lookup vendor_action OUTPUT action AS aa_action&lt;/CODE&gt;&lt;BR /&gt;
then aa_action shows up just fine.&lt;/P&gt;

&lt;P&gt;When I again remove the alias, action disappears from the output.&lt;/P&gt;

&lt;P&gt;UNLESS I run a wide enough search (a day's worth of data or more) then I can sometimes find ONE "action" set to "unknown".  So when  aliased to aa_action, it shows up on about 20-35% of the events depending on what time period you pick.  When not aliased, I get approximately one "action" per million events and it's set to unknown.  (And it is indeed an odd line).&lt;/P&gt;

&lt;P&gt;Can "action" be being unset somehow?  Early on I grepped through the etc folders making sure, but I could have missed something.  How best to find such a thing, if this is what's happening?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:49:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-Security-Suite-Why-is-Splunk-Add-on-for-Cisco-ASA-lookup/m-p/124591#M9740</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2020-09-28T18:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco Security Suite: Why is Splunk Add-on for Cisco ASA lookup definition for "action" not working?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-Security-Suite-Why-is-Splunk-Add-on-for-Cisco-ASA-lookup/m-p/124592#M9741</link>
      <description>&lt;P&gt;I am currently experiencing the exact same issue. If, in the automatic lookup, I change the was the action field is displayed to "action1" I get an action1 field. If I go back to action I get nothing.  &lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2015 21:57:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-Security-Suite-Why-is-Splunk-Add-on-for-Cisco-ASA-lookup/m-p/124592#M9741</guid>
      <dc:creator>jordanperks</dc:creator>
      <dc:date>2015-02-03T21:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco Security Suite: Why is Splunk Add-on for Cisco ASA lookup definition for "action" not working?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-Security-Suite-Why-is-Splunk-Add-on-for-Cisco-ASA-lookup/m-p/124593#M9742</link>
      <description>&lt;P&gt;Yes, I've opened a case on this because it seems that it's not quite a "Cisco Security Suite" problem, more of just a LOOKUP issue.  I have done a bit more work trying to decide where the problem lies:&lt;/P&gt;

&lt;P&gt;I have found that disabling the other couple of apps that "create" an action field and commenting out all the remaining places it might get created does not fix the issue. &lt;/P&gt;

&lt;P&gt;I also found that recreating that lookup in etc/apps/search/local/transforms.conf and props.conf, then removing them entirely from the Cisco ASA TA also does not make them work (except for that once-in-a-million event that appears to be tagged correctly as "action=unknown"&lt;/P&gt;

&lt;P&gt;I may need to update the answer, here, or perhaps close this one and re-open a new answers question excluding (or minimizing) the Cisco Security Suite side of things.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2015 22:24:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-Security-Suite-Why-is-Splunk-Add-on-for-Cisco-ASA-lookup/m-p/124593#M9742</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2015-02-03T22:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco Security Suite: Why is Splunk Add-on for Cisco ASA lookup definition for "action" not working?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-Security-Suite-Why-is-Splunk-Add-on-for-Cisco-ASA-lookup/m-p/124594#M9743</link>
      <description>&lt;P&gt;Everything you tried, I also tried with the same results as you. &lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2015 22:27:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-Security-Suite-Why-is-Splunk-Add-on-for-Cisco-ASA-lookup/m-p/124594#M9743</guid>
      <dc:creator>jordanperks</dc:creator>
      <dc:date>2015-02-03T22:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco Security Suite: Why is Splunk Add-on for Cisco ASA lookup definition for "action" not working?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-Security-Suite-Why-is-Splunk-Add-on-for-Cisco-ASA-lookup/m-p/124595#M9744</link>
      <description>&lt;P&gt;I have found a workaround that will populate the data model/ES dashboards effectively, but still do not have any luck in search. For now I have a built a quick macro for manually invoking the lookup in search. I would be very interested in what you find out.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2015 23:22:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-Security-Suite-Why-is-Splunk-Add-on-for-Cisco-ASA-lookup/m-p/124595#M9744</guid>
      <dc:creator>jordanperks</dc:creator>
      <dc:date>2015-02-03T23:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco Security Suite: Why is Splunk Add-on for Cisco ASA lookup definition for "action" not working?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-Security-Suite-Why-is-Splunk-Add-on-for-Cisco-ASA-lookup/m-p/124596#M9745</link>
      <description>&lt;P&gt;I also had the same issue with the Splunk_TA_cisco-asa ver 3.2.&lt;/P&gt;

&lt;P&gt;issue earlier today... I believe the problem with version 3.2 is that two LOOKUP statements at the end of the cisco:asa sourcetype section were incomplete, causing the "action" LOOKUP to not be exercised correctly....&lt;/P&gt;

&lt;P&gt;Here are the corrected/completed  LOOKUP statements:&lt;BR /&gt;
LOOKUP-cisco_asa_change_analysis = cisco_asa_change_analysis_lookup message_id OUTPUTNEW change_class change_description action change_type object_type&lt;BR /&gt;
LOOKUP-cisco-asa_severity_expansion = cisco_asa_syslog_severity_lookup log_level OUTPUT severity_level description&lt;/P&gt;

&lt;P&gt;This corrected the problem for me.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:50:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-Security-Suite-Why-is-Splunk-Add-on-for-Cisco-ASA-lookup/m-p/124596#M9745</guid>
      <dc:creator>joelyon</dc:creator>
      <dc:date>2020-09-28T18:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco Security Suite: Why is Splunk Add-on for Cisco ASA lookup definition for "action" not working?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-Security-Suite-Why-is-Splunk-Add-on-for-Cisco-ASA-lookup/m-p/124597#M9746</link>
      <description>&lt;P&gt;Changing those two lines did the trick!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2015 15:44:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-Security-Suite-Why-is-Splunk-Add-on-for-Cisco-ASA-lookup/m-p/124597#M9746</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2015-02-04T15:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco Security Suite: Why is Splunk Add-on for Cisco ASA lookup definition for "action" not working?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-Security-Suite-Why-is-Splunk-Add-on-for-Cisco-ASA-lookup/m-p/124598#M9747</link>
      <description>&lt;P&gt;Looks like in 3.2.4, the severity_expansion lookup is still not complete&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2015 14:58:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-Security-Suite-Why-is-Splunk-Add-on-for-Cisco-ASA-lookup/m-p/124598#M9747</guid>
      <dc:creator>rtrobock</dc:creator>
      <dc:date>2015-10-20T14:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco Security Suite: Why is Splunk Add-on for Cisco ASA lookup definition for "action" not working?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-Security-Suite-Why-is-Splunk-Add-on-for-Cisco-ASA-lookup/m-p/124599#M9748</link>
      <description>&lt;P&gt;hi, i have latest version, 3.4.0 and have similar problem...&lt;BR /&gt;
3 errors occurred while the search was executing. Therefore, search results might be incomplete. Hide errors.   &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Could not load lookup=LOOKUP-cisco-asa-action_lookup
Could not load lookup=LOOKUP-cisco-pix-action_lookup
Could not load lookup=LOOKUP-cisco_fwsm_action_lookup
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;i am not sure where i need to fix this, can you please explain?&lt;/P&gt;

&lt;P&gt;tnx.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 21:20:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-Security-Suite-Why-is-Splunk-Add-on-for-Cisco-ASA-lookup/m-p/124599#M9748</guid>
      <dc:creator>vmicovic2</dc:creator>
      <dc:date>2019-09-24T21:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco Security Suite: Why is Splunk Add-on for Cisco ASA lookup definition for "action" not working?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-Security-Suite-Why-is-Splunk-Add-on-for-Cisco-ASA-lookup/m-p/124600#M9749</link>
      <description>&lt;P&gt;@vmocovic2,&lt;BR /&gt;
You are probably better off asking a new question, since this question was closed and answered 4 years ago.  &lt;/P&gt;

&lt;P&gt;(Also - I'd look at your various lookup permissions , but if you post this with some supporting information as a new question I'm sure you'll get a LOT more detail to help you solve your problem faster and better!)&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 21:27:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Cisco-Security-Suite-Why-is-Splunk-Add-on-for-Cisco-ASA-lookup/m-p/124600#M9749</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2019-09-24T21:27:11Z</dc:date>
    </item>
  </channel>
</rss>

