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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...