Dashboards & Visualizations

Results not populating only in dashboard studio

aohls
Contributor

I am working on migrating some items over to dashboard studio. I have a very simple stats command getting a few counts. One item I have is to just get an average response time, avg(responseTime). When I put this into my search the column doesnt get results, other columns like count(eval(status=OK)) populate fine. Also if select to run the item as just a search it works fine and all my data shows. Anyone else have similar issues?

Labels (1)
0 Karma

elizabethl_splu
Splunk Employee
Splunk Employee

Hi @aohls does the same search work if you apply it to another visualization in the dashboard, like a table? Would you be willing to share the dashboard definition so I can take a look? You can also send it to dashboard-studio@splunk.com instead of posting here. 

0 Karma

ryanoconnor
Builder

Is it possible for you to share the entire search? I've built quite a few dashboards using this framework and would be curious to troubleshoot what might be going on here. 

0 Karma

aohls
Contributor

Its a pretty straightforward search. Below is the search just with made up names for things.

 

 

 

index=service
|stats count as "Total", avg(reponse) as "Response" by Request
|eval Response=round(Response,2)
| table Request, Total, Response 

 

 

 

I don't see anything for Response in the dashboard but once I click the magnifying glass to the search tab I see everything for that column. I have the first line as the base search and the rest as a chain referencing that base search. If I move everything to a single search it works fine though.

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