Splunk Search

Why search query works in Search app, but is not working in a dashboard?

prad18
Path Finder

Hi

My search :

index="abc" (source="tac.log" DebugLevelSrc=xxx  "*ccc*") OR (source="crt.log" DebugLevelSrc=xxx "*ccc*" ) OR (source="mat.log" DebugLevelSrc=xxx "*ccc*" ) | replace "tac.log" WITH "QA  Log" in source | replace "crt.log" WITH "DEV  Log" in source| replace "mat.log" WITH "UA Log" in source | stats count by source

The above search works fine interactively (in splunk search box) but not in dashboard.
Splunk version used 6.1.3

Tried !CDATA [ tag but didnt work. and search doesn't have any regex

Please tell me whats going wrong in my search

Tags (2)
1 Solution

ndoshi
Splunk Employee
Splunk Employee

BTW, this has nothing to do with automatic simple XML Dashboard (the tag you added for this question), as that add-on is used to generate timecharts from a simple CSV file definition to quickly get trending dashboards.

Anyway, here's how you may debug your search. Make it simpler to test:

 index="abc" (source="tac.log" DebugLevelSrc=xxx "ccc") |replace "tac.log" WITH "QA Log" in source | stats count by source

If that works in search and doesn't work in dashboards, then, click on the little i in the panel for inspect in search (there is also an option to open in search) to see what search is run behind the scenes. If that search works in "open in search" and not in the the dashboard, then, you may want to contact support.

View solution in original post

somesoni2
Revered Legend

Could you post your non-working dashboard code?

0 Karma

ndoshi
Splunk Employee
Splunk Employee

BTW, this has nothing to do with automatic simple XML Dashboard (the tag you added for this question), as that add-on is used to generate timecharts from a simple CSV file definition to quickly get trending dashboards.

Anyway, here's how you may debug your search. Make it simpler to test:

 index="abc" (source="tac.log" DebugLevelSrc=xxx "ccc") |replace "tac.log" WITH "QA Log" in source | stats count by source

If that works in search and doesn't work in dashboards, then, click on the little i in the panel for inspect in search (there is also an option to open in search) to see what search is run behind the scenes. If that search works in "open in search" and not in the the dashboard, then, you may want to contact support.

prad18
Path Finder

Thanks ndoshi

0 Karma

prad18
Path Finder

It worked !!

Problem was this field " DebugLevelSrc=xxx" which i've extracted had private permission. so search didn't work in dashboard.

0 Karma
Get Updates on the Splunk Community!

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had 3 releases of new security content via the Enterprise Security ...

Archived Metrics Now Available for APAC and EMEA realms

We’re excited to announce the launch of Archived Metrics in Splunk Infrastructure Monitoring for our customers ...