Splunk Enterprise Security

Why my Network Dashboard wont load data on Splunk Enterprise Security?

varad_joshi
Communicator

I am setting Splunk ES and sending data from Fortinet. Data is well parsed and CIM compatible however Network dashboards are not loaded.

After digging in macros I found that a particular command is stopping the dashboards to load.

Below is the query when I expanded all the macros.

| tstats prestats=true local=tstats_local summariesonly=true allow_old_summaries=allow_old_summaries_bool count from datamodel=Network_Traffic.All_Traffic where * by _time,All_Traffic.action span=10m
| timechart minspan=10m count by All_Traffic.action
| drop_dm_object_name("All_Traffic")

If I change summariesonly to false then dashboards are loaded well. I read that summariesonly=true will only work if the datamodel is accelerated and in this case it is already accelerated and hence should work.

Anyone else faced the issue???

0 Karma

varad_joshi
Communicator

bumping the post

0 Karma
Get Updates on the Splunk Community!

Enter the Dashboard Challenge and Watch the .conf24 Global Broadcast!

The Splunk Community Dashboard Challenge is still happening, and it's not too late to enter for the week of ...

Join Us at the Builder Bar at .conf24 – Empowering Innovation and Collaboration

What is the Builder Bar? The Builder Bar is more than just a place; it's a hub of creativity, collaboration, ...

Combine Multiline Logs into a Single Event with SOCK - a Guide for Advanced Users

This article is the continuation of the “Combine multiline logs into a single event with SOCK - a step-by-step ...