All Apps and Add-ons

Splunk Stream: DNS Activity- Query panel empty

ikulcsar
Communicator

Hi,

In Splunk Stream app (v7.1.2) there is a panel named Query on the DNS Activity dashboard. For me it is empty, the query its use:

index=* source="stream:Splunk_DNSRequestResponse"  | rename count as counts query as Query | eval error=if(reply_code!="NoError", counts, 0) | stats sum(counts) as Counts sum(error) as Errors by Query | sort Counts desc

If I add | spath query to the query its works:

index=* source="stream:Splunk_DNSRequestResponse"  | spath query | rename count as counts query as Query | eval error=if(reply_code!="NoError", counts, 0) | stats sum(counts) as Counts sum(error) as Errors by Query | sort Counts desc

Question: can I fix this panel without modifying the query? I don't like to create custom confs in a factory app. Its just makes problems during an upgrade...

Update: I found a similar problem with the "Resolution Integrity" panel, too.

Regards,
István

Tags (1)
0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...