Dashboards & Visualizations

Dropdown list concatenate my values

Rodrigo_Larios
Explorer

Hi,

I'm adding a dropdown input to my dashboard, this is my query:

 

index="prod_super_cc" source="InventorySnapshot" | spath input=data.InventoryData| search "{}.NodeId"="*" | stats values({}.NodeId) as Stores

Or this

index="prod_super_cc" source="InventorySnapshot" | spath input=data.InventoryData output=Stores path={}.NodeId | table Stores | mvexpand Stores| stats values(Stores) as Stores

at the end bot queries are working with same result, e.g.:

 

Stores

1053
1075
1118
1159
1160
1196
1248
1408
1492
2766
2829
2830
3025
3034
3140
3177
3199
3223
 

But when filling the dropdown, y got this:

Rodrigo_Larios_0-1599690020305.png

How can i get separated values for each Store value?

 

Thanks!

 

 

 

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Can you share the source of the dashboard, particularly the input section for your dropdown?

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!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...