<?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: Suricata data in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Currently-not-seeing-any-eve-json-data-coming-from-the-suricata/m-p/660721#M111698</link>
    <description>&lt;P&gt;That's the funny part - I don't even have the TA. But I admit I haven't really gotten to the "let's use that data in any way" part which means I didn't care for extractions or CIM-compliance. I wasn't even aware that there is a TA for suricata. I just added an input to pull the events to splunk and that's it.&lt;/P&gt;</description>
    <pubDate>Fri, 13 Oct 2023 18:49:09 GMT</pubDate>
    <dc:creator>PickleRick</dc:creator>
    <dc:date>2023-10-13T18:49:09Z</dc:date>
    <item>
      <title>Currently not seeing any eve.json data coming from the suricata box to the Splunk server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Currently-not-seeing-any-eve-json-data-coming-from-the-suricata/m-p/660568#M111689</link>
      <description>&lt;LI-CODE lang="markup"&gt;[monitor:///var/log/suricata/eve.json]

disabled=true

sourcetype= suricata

index = suricata&lt;/LI-CODE&gt;
&lt;P&gt;Currently not seeing any&amp;nbsp; eve.json data coming from the suricata box to the splunk server? We do get other logs like the syslog but no eve.json data? Tried throwing the TA out in the APPs folder on the server that didn't work. Added index = suricata to the server and it doesn't find it. Any help would be appreciated.&amp;nbsp; Instructions on deploying the app would be nice.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Oct 2023 12:10:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Currently-not-seeing-any-eve-json-data-coming-from-the-suricata/m-p/660568#M111689</guid>
      <dc:creator>wyomoose</dc:creator>
      <dc:date>2023-10-14T12:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Suricata data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Currently-not-seeing-any-eve-json-data-coming-from-the-suricata/m-p/660574#M111690</link>
      <description>&lt;P&gt;The input is disabled (disabled=true) so nothing will be read from the file.&amp;nbsp; Set disabled=false and restart the Splunk instance.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 18:24:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Currently-not-seeing-any-eve-json-data-coming-from-the-suricata/m-p/660574#M111690</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-10-12T18:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Suricata data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Currently-not-seeing-any-eve-json-data-coming-from-the-suricata/m-p/660587#M111691</link>
      <description>&lt;P&gt;Thanks for the help. Changed it and still no eve.json data on the server.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 20:02:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Currently-not-seeing-any-eve-json-data-coming-from-the-suricata/m-p/660587#M111691</guid>
      <dc:creator>wyomoose</dc:creator>
      <dc:date>2023-10-12T20:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Currently not seeing any eve.json data coming from the suricata box to the Splunk server</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Currently-not-seeing-any-eve-json-data-coming-from-the-suricata/m-p/660593#M111692</link>
      <description>&lt;P&gt;Wait a second. Your description is a bit chaotic.&lt;/P&gt;
&lt;P&gt;1. You say that you get other events from the suricata box. How are you ingesting them? Do you have&amp;nbsp; forwarder installed on the suricata box?&lt;/P&gt;
&lt;P&gt;2. Did you deploy the addon with the enabled input to the forwarder on the suricata box?&lt;/P&gt;
&lt;P&gt;3. Did you verify the inputs on the forwarder?&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;splunk btool inputs list monitor

splunk list monitor

splunk list inputstatus&lt;/LI-CODE&gt;
&lt;P&gt;4. Did you check splunkd.log from the suricata box for errors regarding eve.json? (Especially permission-related ones)&lt;/P&gt;</description>
      <pubDate>Sat, 14 Oct 2023 12:13:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Currently-not-seeing-any-eve-json-data-coming-from-the-suricata/m-p/660593#M111692</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-10-14T12:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Suricata data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Currently-not-seeing-any-eve-json-data-coming-from-the-suricata/m-p/660595#M111693</link>
      <description>&lt;P&gt;&lt;SPAN&gt;You say that you get other events from the suricata box. How are you ingesting them? Do you have&amp;nbsp; forwarder installed on the suricata box?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Yes we have a Universal Forwarder on the suricata box. Currently it is set to monitor syslogs which we see in the search head web app.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;2.&amp;nbsp;&lt;SPAN&gt;Did you deploy the addon with the enabled input to the forwarder on the suricata box? Copied the TA to&amp;nbsp; /opt/splunkforwarder/etc/apps/Ta-suricata on the suricata box.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;3.3. Did you verify the inputs on the forwarder? yes&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;btool    host= splunk-nat-sec, index= suricata, sourcetype = suricata, [monitor:///var/log/suricata/eve.json]

splunk list monitor

/var/log/suricata/eve.json,  /var/log/syslog

splunk list input status

/var/log/suricata/eve.json, file position = 6824003470, file size = 143583971149,  percent = 4.75, type = reading (batch)

splunkd. log has Warn Tailreader [ tailreader0] - Enquueing a very large file=/var/log/suricata/eve.json ..... readinf of other large files could be delayed.&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;Then an INFO about trimming input to first line&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Then an INFO about shutting down while reading file &lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;/var/log/suricata/eve.json&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;Then INfO about Batch file input finished reading the file.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It isn't in a spot I can copy and paste. Maybe this is enough. Thanks for your help.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Oct 2023 12:12:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Currently-not-seeing-any-eve-json-data-coming-from-the-suricata/m-p/660595#M111693</guid>
      <dc:creator>wyomoose</dc:creator>
      <dc:date>2023-10-14T12:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Suricata data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Currently-not-seeing-any-eve-json-data-coming-from-the-suricata/m-p/660613#M111694</link>
      <description>&lt;P&gt;And are you sure the data isn't being indexed with wrong timestamp? Did you check the index contents outside of the supposed time ranges.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 06:10:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Currently-not-seeing-any-eve-json-data-coming-from-the-suricata/m-p/660613#M111694</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-10-13T06:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Suricata data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Currently-not-seeing-any-eve-json-data-coming-from-the-suricata/m-p/660713#M111695</link>
      <description>&lt;P&gt;in a search of all time on the GUI nothing came up. Checked SplunkD on the server it has Failed to Parse TImeStamp in first MAX_TIMESTAMP_LOOKHEAD ....defaulting to timestamp of previous event...context: source=var/log/suricata.eve. It also complains about too many events with the same timestamp. So do we need to add json_no_timestamp somehwere&amp;nbsp; maybe in a props file? Wouldn't the app tell it how to parse it?&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 18:18:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Currently-not-seeing-any-eve-json-data-coming-from-the-suricata/m-p/660713#M111695</guid>
      <dc:creator>wyomoose</dc:creator>
      <dc:date>2023-10-13T18:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Suricata data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Currently-not-seeing-any-eve-json-data-coming-from-the-suricata/m-p/660717#M111696</link>
      <description>&lt;P&gt;That's interesting though because my whole config for ingesting suricata's eve.log boils down to this:&lt;/P&gt;&lt;PRE&gt;[monitor:///var/log/suricata/eve.json]&lt;BR /&gt;disabled = false&lt;BR /&gt;host = backup&lt;BR /&gt;index = net&lt;BR /&gt;sourcetype = suricata&lt;/PRE&gt;&lt;P&gt;I don't even have anything configured for the suricata sourcetype. It just automatically gets parsed as json. I should get it configured more reasonably but it's my home lab server so I don't mind.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 18:36:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Currently-not-seeing-any-eve-json-data-coming-from-the-suricata/m-p/660717#M111696</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-10-13T18:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Suricata data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Currently-not-seeing-any-eve-json-data-coming-from-the-suricata/m-p/660719#M111697</link>
      <description>&lt;P&gt;Thats the input file on the suricata server? Do you have the Suricata-TA installed on the forwarder or the server or both or are you even using the Suricata-TA.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 18:46:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Currently-not-seeing-any-eve-json-data-coming-from-the-suricata/m-p/660719#M111697</guid>
      <dc:creator>wyomoose</dc:creator>
      <dc:date>2023-10-13T18:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Suricata data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Currently-not-seeing-any-eve-json-data-coming-from-the-suricata/m-p/660721#M111698</link>
      <description>&lt;P&gt;That's the funny part - I don't even have the TA. But I admit I haven't really gotten to the "let's use that data in any way" part which means I didn't care for extractions or CIM-compliance. I wasn't even aware that there is a TA for suricata. I just added an input to pull the events to splunk and that's it.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 18:49:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Currently-not-seeing-any-eve-json-data-coming-from-the-suricata/m-p/660721#M111698</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-10-13T18:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Suricata data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Currently-not-seeing-any-eve-json-data-coming-from-the-suricata/m-p/660724#M111700</link>
      <description>&lt;P&gt;But on the server, you see the events, can search the event, etc? Guess what are you doing with the data?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 18:51:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Currently-not-seeing-any-eve-json-data-coming-from-the-suricata/m-p/660724#M111700</guid>
      <dc:creator>wyomoose</dc:creator>
      <dc:date>2023-10-13T18:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Suricata data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Currently-not-seeing-any-eve-json-data-coming-from-the-suricata/m-p/660730#M111701</link>
      <description>&lt;P&gt;Yes, they are indexed, and I can search them, they are getting parsed as they are jsons so by default Splunk does autokv on json events.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 18:55:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Currently-not-seeing-any-eve-json-data-coming-from-the-suricata/m-p/660730#M111701</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-10-13T18:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Suricata data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Currently-not-seeing-any-eve-json-data-coming-from-the-suricata/m-p/660739#M111702</link>
      <description>&lt;P&gt;Thanks maybe we just need to chuck the TA and just do it your way. Thanks man&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 19:53:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Currently-not-seeing-any-eve-json-data-coming-from-the-suricata/m-p/660739#M111702</guid>
      <dc:creator>wyomoose</dc:creator>
      <dc:date>2023-10-13T19:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Suricata data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Currently-not-seeing-any-eve-json-data-coming-from-the-suricata/m-p/660741#M111703</link>
      <description>&lt;P&gt;Well, the TA seems to not have been updated for the last 5 years. Might be outdated.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 20:00:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Currently-not-seeing-any-eve-json-data-coming-from-the-suricata/m-p/660741#M111703</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-10-13T20:00:53Z</dc:date>
    </item>
  </channel>
</rss>

