remg427 / misp42splunk

A Splunk app to use MISP in background
GNU Lesser General Public License v3.0
109 stars 30 forks source link

Support request: Some trouble to get events in the misp index created #227

Closed Nicolas-Pellletier closed 1 year ago

Nicolas-Pellletier commented 1 year ago

Hello,

Firstly thanks a lot for this tool, it seems really great.

Unfortunately I can't see any events in the search query where i put index="misp". Though it seems to be there and populated with MISP events (URL: http://localhost:9000/en-US/manager/misp42splunk/data/indexes#):

image

I've populated the index with MISP info using this command: | mispgetioc misp_instance=MISP_test last=10d | collect index=misp I'm not sure if it's the regular way to do it, i've never used splunk application before...

In the search view with the index="misp" i got nothing (URL: http://localhost:9000/en-US/app/search/search): image

Nicolas-Pellletier commented 1 year ago

Well i saw nothing because the earliest event date back from 3 month ago (see on the 1st picture), and the search query (see on the 2nd picture) show all events in the last 30 days... But i was a bit surprise to get only event that date back to 3 month ago while i put last: 30d or less in the search query.
But this is because last is linked to publish_timestamp not date which is the time the event occur.