<?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 Why is the Splunk Add-on for Bro IDS not automatically extracting the fields? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-the-Splunk-Add-on-for-Bro-IDS-not-automatically/m-p/127033#M10102</link>
    <description>&lt;P&gt;example bro_notice fields go ts (tab) uid (tab) id.orig_h (tab) etc etc splunk is like ignoring these?????  Do I need to manually recreate all the fields????&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 19:24:59 GMT</pubDate>
    <dc:creator>cdupuis123</dc:creator>
    <dc:date>2020-09-28T19:24:59Z</dc:date>
    <item>
      <title>Why is the Splunk Add-on for Bro IDS not automatically extracting the fields?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-the-Splunk-Add-on-for-Bro-IDS-not-automatically/m-p/127033#M10102</link>
      <description>&lt;P&gt;example bro_notice fields go ts (tab) uid (tab) id.orig_h (tab) etc etc splunk is like ignoring these?????  Do I need to manually recreate all the fields????&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:24:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-the-Splunk-Add-on-for-Bro-IDS-not-automatically/m-p/127033#M10102</guid>
      <dc:creator>cdupuis123</dc:creator>
      <dc:date>2020-09-28T19:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the Splunk Add-on for Bro IDS not automatically extracting the fields?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-the-Splunk-Add-on-for-Bro-IDS-not-automatically/m-p/127034#M10103</link>
      <description>&lt;P&gt;It is supposed to parse the fields, and it continues to do so in our automated tests and demo environments. I don't know what you're doing differently. You could file a ticket, since it's a supported app, or follow the troubleshooting tips at &lt;A href="http://docs.splunk.com/Documentation/AddOns/released/Overview/Troubleshootadd-ons"&gt;http://docs.splunk.com/Documentation/AddOns/released/Overview/Troubleshootadd-ons&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Apr 2015 21:37:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-the-Splunk-Add-on-for-Bro-IDS-not-automatically/m-p/127034#M10103</guid>
      <dc:creator>jcoates_splunk</dc:creator>
      <dc:date>2015-04-11T21:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the Splunk Add-on for Bro IDS not automatically extracting the fields?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-the-Splunk-Add-on-for-Bro-IDS-not-automatically/m-p/127035#M10104</link>
      <description>&lt;P&gt;I have exactly the same issue with bro running on linux with a universal forwarder (6.4.0) sending data to an indexer running Splunk Enterprise (also 6.4.0) and the latest bro addon(3.2.0).&lt;/P&gt;

&lt;P&gt;Is there a fix planned?&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2016 13:56:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-the-Splunk-Add-on-for-Bro-IDS-not-automatically/m-p/127035#M10104</guid>
      <dc:creator>reesb</dc:creator>
      <dc:date>2016-05-10T13:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the Splunk Add-on for Bro IDS not automatically extracting the fields?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-the-Splunk-Add-on-for-Bro-IDS-not-automatically/m-p/127036#M10105</link>
      <description>&lt;P&gt;I have a similar issue. I have a search head and separate indexer; there is a universal forwarder sending the Bro log files to the indexer (I'm not bothering with the PCAP stuff for now).&lt;/P&gt;

&lt;P&gt;Logs are being ingested ok, and my input for the deployment app looks like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///usr/local/bro/logs/current]
disabled = 0
sourcetype = bro
index = bro
whitelist = \.log$
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The sourcetype is appearing ok but the field extractions aren't working. Am I missing an install/config step?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 16:28:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-the-Splunk-Add-on-for-Bro-IDS-not-automatically/m-p/127036#M10105</guid>
      <dc:creator>alexlomas</dc:creator>
      <dc:date>2016-06-01T16:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the Splunk Add-on for Bro IDS not automatically extracting the fields?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-the-Splunk-Add-on-for-Bro-IDS-not-automatically/m-p/127037#M10106</link>
      <description>&lt;P&gt;For others' info, universal forwarders are not supported for Bro, you have to run a heavy forwarder with the Bro app installed. Once you have that then the fields extraction works as intended.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2016 15:09:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Why-is-the-Splunk-Add-on-for-Bro-IDS-not-automatically/m-p/127037#M10106</guid>
      <dc:creator>alexlomas</dc:creator>
      <dc:date>2016-06-08T15:09:37Z</dc:date>
    </item>
  </channel>
</rss>

