Dashboards & Visualizations

I want a dashboard with a "vanity" field dropdown option. A corresponding model number will then be used for the search.

dbcase
Motivator

Hi,

I have the below query, that works just fine. It searches the data set for a phone model and then displays a more human readable text for the phone model (example: Phone model before transforming it to a more human readable format SM-G930F, after transformation, Samsung Galaxy 7). What I need to do is have the user click on the friendly format and then do a drilldown using the non-friendly format (field=Properties.PlatformData.HM). I can do the drilldown part just don't know how have the clicked value from the drilldown (friendly format) transformed back into the non-friendly format. Any thoughts?

index=wholesale_app buildTarget=blah analyticType=SessionStart  [search index=wholesale_app buildTarget=blah analyticType=Checkpoint     Properties.index=39 OR Properties.index=40|dedup clientSessionId|table clientSessionId]|lookup phone_models_edited.csv Model AS Properties.platformData.HM
 | stats count  by   Display_model | rename  Display_model as "Phone Model" count as Count|sort -Count
0 Karma
1 Solution

dbcase
Motivator

Found a better, faster, simpler (pick 3) way to do this

View solution in original post

0 Karma

dbcase
Motivator

Found a better, faster, simpler (pick 3) way to do this

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...