<?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 How do I install the Cisco IPS add-on? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-install-the-Cisco-IPS-add-on/m-p/14970#M1609</link>
    <description>&lt;P&gt;How do I install and configure the Cisco SDEE data input and IPS add-on on SplunkBase:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.splunkbase.com/apps/All/4.x/app:Cisco+IPS+SDEE+Data+Collector" rel="nofollow"&gt;http://www.splunkbase.com/apps/All/4.x/app:Cisco+IPS+SDEE+Data+Collector&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Jun 2010 02:14:44 GMT</pubDate>
    <dc:creator>Will_Hayes</dc:creator>
    <dc:date>2010-06-07T02:14:44Z</dc:date>
    <item>
      <title>How do I install the Cisco IPS add-on?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-install-the-Cisco-IPS-add-on/m-p/14970#M1609</link>
      <description>&lt;P&gt;How do I install and configure the Cisco SDEE data input and IPS add-on on SplunkBase:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.splunkbase.com/apps/All/4.x/app:Cisco+IPS+SDEE+Data+Collector" rel="nofollow"&gt;http://www.splunkbase.com/apps/All/4.x/app:Cisco+IPS+SDEE+Data+Collector&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jun 2010 02:14:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-install-the-Cisco-IPS-add-on/m-p/14970#M1609</guid>
      <dc:creator>Will_Hayes</dc:creator>
      <dc:date>2010-06-07T02:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I install the Cisco IPS add-on?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-install-the-Cisco-IPS-add-on/m-p/14971#M1610</link>
      <description>&lt;P&gt;To install this add-on, you will need to unpack this file into $SPLUNK_HOME/etc/apps create or modify local/inputs.conf and restart. &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Modifying inputs.conf:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Open the inputs.conf file located at $SPLUNK_HOME/etc/apps/cisco_ips_addon/local/inputs.conf&lt;/P&gt;

&lt;P&gt;You will need to create an entry for each sensor you would like to monitor using the following stanza:&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;[script://$SPLUNK_HOME/etc/apps/cisco_ips_addon/bin/get_ips_feed.py  user pass sensor_ip]
&lt;BR /&gt;sourcetype = cisco_ips_syslog
&lt;BR /&gt;source = SDEE
&lt;BR /&gt;disabled = false
&lt;BR /&gt;interval = 1&lt;/P&gt;

&lt;P&gt;The scripted input creates sensor_ip.run file in the $SPLUNK_HOME/etc/apps/cisco_ips_addon/var/run directory which is updated each time Splunk attempts to connect to a sensor. 
If you are having issues connecting to a sensor or are not seeing IPS data in Splunk the following search may be used for troubleshooting: index="_internal" sourcetype="sdee_connection"&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_ips in order to report on Cisco IPS 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 IPS - DataCube&lt;/P&gt;

&lt;P&gt;For help getting set up e-mail me at:
will@splunk.com&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jun 2010 02:15:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-install-the-Cisco-IPS-add-on/m-p/14971#M1610</guid>
      <dc:creator>Will_Hayes</dc:creator>
      <dc:date>2010-06-07T02:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do I install the Cisco IPS add-on?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-install-the-Cisco-IPS-add-on/m-p/14972#M1611</link>
      <description>&lt;P&gt;What is the search - &lt;CODE&gt;index="_internal" sourcetype="sdee_connection"&lt;/CODE&gt; supposed to produce?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2010 22:43:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-install-the-Cisco-IPS-add-on/m-p/14972#M1611</guid>
      <dc:creator>Mick</dc:creator>
      <dc:date>2010-11-03T22:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I install the Cisco IPS add-on?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-install-the-Cisco-IPS-add-on/m-p/14973#M1612</link>
      <description>&lt;P&gt;I believe that search should produce the app's scripted input connection status messages.  The scripted input connects to a Cisco IPS sensor/device. &lt;/P&gt;

&lt;P&gt;The app's inputs.conf has stanza:&lt;/P&gt;

&lt;P&gt;[monitor://$SPLUNK_HOME/var/log/splunk/sdee_get.log]&lt;BR /&gt;
index = _internal&lt;BR /&gt;
sourcetype = sdee_connection&lt;/P&gt;

&lt;P&gt;The sdee_get log file is actually written out by the scripted input - get_ips_feed.py, mentioned above. It looks like that script output two log files - sdee_get.log and ips_sdee.log.&lt;/P&gt;

&lt;P&gt;The sdee_get.log contains the script's connection status messages. The ips_sdee.log contains the actual IPS related data.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:22:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-install-the-Cisco-IPS-add-on/m-p/14973#M1612</guid>
      <dc:creator>dleung</dc:creator>
      <dc:date>2020-09-28T09:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do I install the Cisco IPS add-on?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-install-the-Cisco-IPS-add-on/m-p/14974#M1613</link>
      <description>&lt;P&gt;how do i filter so splunk only accept/get high and medium alert ?&lt;/P&gt;

&lt;P&gt;thx&lt;/P&gt;</description>
      <pubDate>Fri, 19 Oct 2012 12:28:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-install-the-Cisco-IPS-add-on/m-p/14974#M1613</guid>
      <dc:creator>supernana</dc:creator>
      <dc:date>2012-10-19T12:28:49Z</dc:date>
    </item>
  </channel>
</rss>

