Dashboards & Visualizations

trelli graph dynamic y axis label

jhuysing
Loves-to-Learn Lots

Using a lookup to enrich a trellis graph.
initially  added the text to the split by value  which works ok.
until you do a drilldown
Is there someway inert the text as the y-axis  title

Or is the there a way in search on the linked drilldown  dashboard to strip the text from the passed value

Labels (3)
0 Karma

jhuysing
Loves-to-Learn Lots

Stripped  back source

| eval NewTime=strptime(BATCH_DATE, "%d/%m/%Y %H:%M:%S %Z") 
| eval _time=NewTime 
| rex field=ROW_SUB_HEADER ".*:\s(?P<Code>\d{3})" 
| rename ROW_HEADER as Site, DATA_VALUE as Value
| lookup fault_codes Code OUTPUT Phrase 
| eval CodePhrase = Code+" -- "+Phrase
| chart max(Value) as Value over _time by CodePhrase limit=100</query>

chart options removed

        <drilldown>
          <link target="_blank">/app/production/site_process_code?code=$trellis.value$</link>
        </drilldown>
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Can you share the SimpleXML you already have so we can see what you are working with?

0 Karma
Get Updates on the Splunk Community!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...