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
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 ...