<?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 Fix Cisco Security Suite eStreamer data not populating problem in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Fix-Cisco-Security-Suite-eStreamer-data-not-populating-problem/m-p/339570#M40940</link>
    <description>&lt;P&gt;I found "Sourcefire IPS" section in Cisco Security Suite didn't have any data or chart populated.&lt;BR /&gt;
Drill down a bit, it's because 2 macros relying on are referring to index=estreamer. In case of using eventgen, simulation data is output to index=main. If we're capturing eStreamer data and not specify index=estream, would also cause the same problem. I suggest Splunk would update the app and take away such dependence. &lt;/P&gt;

&lt;P&gt;My interim solution is to have following macros.conf in local to override default macros.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[SfeS-estreamer-logs]
definition = sourcetype=estreamer OR sourcetype=cisco:sourcefire

[SfeS-client-check-logs]
definition = sourcetype=client_check
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/3292i44C514AE8FC77B53/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/3293iB5E1B7DACD790350/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Aug 2017 08:55:22 GMT</pubDate>
    <dc:creator>philip_w</dc:creator>
    <dc:date>2017-08-01T08:55:22Z</dc:date>
    <item>
      <title>Fix Cisco Security Suite eStreamer data not populating problem</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Fix-Cisco-Security-Suite-eStreamer-data-not-populating-problem/m-p/339570#M40940</link>
      <description>&lt;P&gt;I found "Sourcefire IPS" section in Cisco Security Suite didn't have any data or chart populated.&lt;BR /&gt;
Drill down a bit, it's because 2 macros relying on are referring to index=estreamer. In case of using eventgen, simulation data is output to index=main. If we're capturing eStreamer data and not specify index=estream, would also cause the same problem. I suggest Splunk would update the app and take away such dependence. &lt;/P&gt;

&lt;P&gt;My interim solution is to have following macros.conf in local to override default macros.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[SfeS-estreamer-logs]
definition = sourcetype=estreamer OR sourcetype=cisco:sourcefire

[SfeS-client-check-logs]
definition = sourcetype=client_check
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/3292i44C514AE8FC77B53/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/3293iB5E1B7DACD790350/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 08:55:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Fix-Cisco-Security-Suite-eStreamer-data-not-populating-problem/m-p/339570#M40940</guid>
      <dc:creator>philip_w</dc:creator>
      <dc:date>2017-08-01T08:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Fix Cisco Security Suite eStreamer data not populating problem</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Fix-Cisco-Security-Suite-eStreamer-data-not-populating-problem/m-p/339571#M40941</link>
      <description>&lt;P&gt;There are two problems with Cisco Security Suite v312 using Cisco eStreamer eNcore addon for Splunk v300 (for FMC v6).&lt;BR /&gt;
The first one is Cisco Security Suite expects logs in index called estreamer. The solution is create inputs.conf under opt/splunk/etc/apps/TA-eStreamer/local/&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://$SPLUNK_HOME/etc/apps/TA-eStreamer/data]
disabled = false
index = estreamer

[script://./bin/splencore.sh start]
disabled = 0
index = estreamer

[script://./bin/splencore.sh status]
disabled = 0
index = estreamer
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The second problem is the macro used in Cisco Security Suite. The solution is to create etc/apps/Splunk_CiscoSecuritySuite/local/macros.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[SfeS-index]
definition = index=estreamer

[SfeS-estreamer-logs]
definition = `SfeS-index` sourcetype=cisco:estreamer:data

[SfeS-client-check-logs]
definition = `SfeS-index` sourcetype=cisco:estreamer:status
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 25 Oct 2017 07:05:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Fix-Cisco-Security-Suite-eStreamer-data-not-populating-problem/m-p/339571#M40941</guid>
      <dc:creator>htidore</dc:creator>
      <dc:date>2017-10-25T07:05:44Z</dc:date>
    </item>
  </channel>
</rss>

