Hello Splunkies,
Having some issues with getting ES dashboards to populate...
Query for Network Traffic Dashboard titled, "Traffic Search" :
| tstats `summariesonly` max(_time) as _time,values(All_Traffic.action) as action,values(All_Traffic.src_port) as src_port,count from datamodel=Network_Traffic.All_Traffic where * $action_dm$ $src_dm$ $dest_dm$ $transport_dm$ $dest_port_dm$ by All_Traffic.src,All_Traffic.dest,All_Traffic.transport,All_Traffic.dest_port
| `drop_dm_object_name("All_Traffic")`
| sort - count
| fields _time,action,src,src_port,dest,transport,dest_port,count
Error I get when launching: Error in 'TsidxStats': WHERE clause is not an exact query.
Thanks in advance for the help!
... View more