<?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: How do I install the Cisco Firewall add-on? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-install-the-Cisco-Firewall-add-on/m-p/14989#M1628</link>
    <description>&lt;P&gt;On Splunk version 5.0.1, build 143156, this app will not correctly extract time from ASA syslog messages without some tweaking.  You will need to modify the app's props.conf file to get it working.&lt;/P&gt;

&lt;P&gt;Mine was located here:  /opt/splunk/etc/apps/Splunk_CiscoFirewalls/default&lt;/P&gt;

&lt;P&gt;You want to modify this:&lt;/P&gt;

&lt;P&gt;[cisco_firewall]&lt;BR /&gt;
MAX_TIMESTAMP_LOOKAHEAD=19&lt;/P&gt;

&lt;P&gt;To this:&lt;/P&gt;

&lt;P&gt;[cisco_firewall]&lt;BR /&gt;
MAX_TIMESTAMP_LOOKAHEAD=28&lt;/P&gt;

&lt;P&gt;This will fix timestamp extraction and allow your events to show up and be indexed at the correct time.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 14:13:53 GMT</pubDate>
    <dc:creator>enkrypter</dc:creator>
    <dc:date>2020-09-28T14:13:53Z</dc:date>
    <item>
      <title>How do I install the Cisco Firewall add-on?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-install-the-Cisco-Firewall-add-on/m-p/14985#M1624</link>
      <description>&lt;P&gt;How do I install and configure the Cisco Firewall add-on: 
&lt;A href="http://www.splunkbase.com/apps/All/4.x/app:Cisco+Firewalls+Add-On" rel="nofollow"&gt;http://www.splunkbase.com/apps/All/4.x/app:Cisco+Firewalls+Add-On&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jun 2010 02:36:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-install-the-Cisco-Firewall-add-on/m-p/14985#M1624</guid>
      <dc:creator>Will_Hayes</dc:creator>
      <dc:date>2010-06-07T02:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I install the Cisco Firewall add-on?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-install-the-Cisco-Firewall-add-on/m-p/14986#M1625</link>
      <description>&lt;P&gt;To install this add-on, unpack this file into $SPLUNK_HOME/etc/apps and restart Splunk. &lt;/P&gt;

&lt;P&gt;In order to get the firewall data into Splunk you will need to configure a port on the Splunk server to listen for UDP or TCP traffic.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.splunk.com/base/Documentation/latest/admin/MonitorNetworkPorts" rel="nofollow"&gt;http://www.splunk.com/base/Documentation/latest/admin/MonitorNetworkPorts&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Next configure the firewall device to direct log traffic to the Splunk server on the specified port &lt;/P&gt;

&lt;P&gt;The add-on will rename the sourcetype of your ASA, FWSM and PIX firewall events to cisco_firewall. If you have previously indexed 
Cisco firewall data and would like to perserve the current sourcetype for reporting purposes you can create an alias in the local directory of this app.&lt;/P&gt;

&lt;P&gt;To create a sourcetype alias simply add the following entry to props.conf under the local directory of this app ($SPLUNK_HOME/etc/apps/cisco_firewall_addon/local):&lt;/P&gt;

&lt;P&gt;[cisco_firewall]
rename = your_current_firewall_sourcetype&lt;/P&gt;

&lt;P&gt;The field extractions are set to sourcetype=cisco_firewall which is keyed off of %ASA, %PIX and %FWSM. 
All of the reports use eventtype=cisco_firewall, the default cisco_firewall eventtype looks for %ASA, %PIX or %FWSM in your data.&lt;/P&gt;

&lt;P&gt;The real time and overview dashboards as well as the included searches and reports in this add-on rely on the search: eventtype=cisco_firewall in order to report on firewall data. &lt;/P&gt;

&lt;P&gt;There is one scheduled search included in this add-on which creates an cache for the dashboard every 3 hours with a Splunk enterprise license.&lt;/P&gt;

&lt;P&gt;To change the schedule you can edit the following search under the manager:&lt;/P&gt;

&lt;P&gt;Cisco Firewall - DataCube&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jun 2010 02:36:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-install-the-Cisco-Firewall-add-on/m-p/14986#M1625</guid>
      <dc:creator>Will_Hayes</dc:creator>
      <dc:date>2010-06-07T02:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: How do I install the Cisco Firewall add-on?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-install-the-Cisco-Firewall-add-on/m-p/14987#M1626</link>
      <description>&lt;P&gt;yes, but how do i fax it nicely?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2011 07:07:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-install-the-Cisco-Firewall-add-on/m-p/14987#M1626</guid>
      <dc:creator>carasso</dc:creator>
      <dc:date>2011-01-04T07:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do I install the Cisco Firewall add-on?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-install-the-Cisco-Firewall-add-on/m-p/14988#M1627</link>
      <description>&lt;P&gt;Is there a way to use this app with another index. I have a syslog server which collects all the ASA logs and than a local forwarder on that host sends the data to Splunk. Reason being is that I have 3 indexers and would like to load balance the traffic. Also the search head is not licensed to index that amount of data&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2012 19:59:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-install-the-Cisco-Firewall-add-on/m-p/14988#M1627</guid>
      <dc:creator>tevgey23</dc:creator>
      <dc:date>2012-08-06T19:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I install the Cisco Firewall add-on?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-install-the-Cisco-Firewall-add-on/m-p/14989#M1628</link>
      <description>&lt;P&gt;On Splunk version 5.0.1, build 143156, this app will not correctly extract time from ASA syslog messages without some tweaking.  You will need to modify the app's props.conf file to get it working.&lt;/P&gt;

&lt;P&gt;Mine was located here:  /opt/splunk/etc/apps/Splunk_CiscoFirewalls/default&lt;/P&gt;

&lt;P&gt;You want to modify this:&lt;/P&gt;

&lt;P&gt;[cisco_firewall]&lt;BR /&gt;
MAX_TIMESTAMP_LOOKAHEAD=19&lt;/P&gt;

&lt;P&gt;To this:&lt;/P&gt;

&lt;P&gt;[cisco_firewall]&lt;BR /&gt;
MAX_TIMESTAMP_LOOKAHEAD=28&lt;/P&gt;

&lt;P&gt;This will fix timestamp extraction and allow your events to show up and be indexed at the correct time.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:13:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-install-the-Cisco-Firewall-add-on/m-p/14989#M1628</guid>
      <dc:creator>enkrypter</dc:creator>
      <dc:date>2020-09-28T14:13:53Z</dc:date>
    </item>
  </channel>
</rss>

