All Apps and Add-ons

Unable to see threat details, can still see traffic logs.

bbsoc
Explorer

We are currently only able to see several threats (not all of them for a given timeframe) on the threat details page, and clicking on a threat from the pie chart which should open the threat details returns nothing. We have tried this with default settings and with versions 3.0, 3.2, and 4.0 of this app. That being said, we are still able to see traffic on all levels, so we know we are receiving logs.

What further information would be needed to help resolve this issue? Are there any other things I can take a poke at?

Thank you

0 Karma
1 Solution

bbsoc
Explorer

So I modified the original threat collect search, replacing the first section

`pan_index` NOT "THREAT,url"

With:

index=pan_logs sourcetype=pan_threat OR sourcetype=pan_traffic [search `pan_threat`  | return 1000 session_id] NOT "THREAT,url" | transaction session_id

This gets the session ID acquired from the threat logs, matches them up with the session ID from the traffic logs, and returns the output as one line. This is because threat logs don't contain byte information which was interfering with the dashboards. Has anyone else experienced this, or more to the point, is there a more efficient way to go about this?

Quick edit: I placed '|dedup Session' at the end of the macro otherwise I would get multiple session results.

View solution in original post

0 Karma

bbsoc
Explorer

So I modified the original threat collect search, replacing the first section

`pan_index` NOT "THREAT,url"

With:

index=pan_logs sourcetype=pan_threat OR sourcetype=pan_traffic [search `pan_threat`  | return 1000 session_id] NOT "THREAT,url" | transaction session_id

This gets the session ID acquired from the threat logs, matches them up with the session ID from the traffic logs, and returns the output as one line. This is because threat logs don't contain byte information which was interfering with the dashboards. Has anyone else experienced this, or more to the point, is there a more efficient way to go about this?

Quick edit: I placed '|dedup Session' at the end of the macro otherwise I would get multiple session results.

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Unlock What’s Next: The Splunk Cloud Platform at .conf25

In just a few days, Boston will be buzzing as the Splunk team and thousands of community members come together ...