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!

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...

.conf24 | Personalize your .conf experience with Learning Paths!

Personalize your .conf24 Experience Learning paths allow you to level up your skill sets and dive deeper ...