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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...

Updated Data Management and AWS GDI Inventory in Splunk Observability

We’re making some changes to Data Management and Infrastructure Inventory for AWS. The Data Management page, ...