Dashboards & Visualizations

Problems with running drilldown examples using advanced XML

narabhut
Explorer

I'm trying to run the drilldown examples on this page, and I get the error foud an invalid value for layoutPanel - 'panel_row3_col'

I'd paste the code here but for some reason, it doesn't recognize the <> tags....for example < view onunloadCancelJobs="False" autoCancelInterval="100" > doesn't show up (without the space inbetween)

How do I fix this?

0 Karma

sideview
SplunkTrust
SplunkTrust

to post code samples on this site you have to either enclose the code in backtick characters (generally on the same key as the tilde), OR for larger samples you can indent the entire sample with four space characters. Also if you highlight the text you want as a code sample, and click the little icon with the 1's and 0's, it'll indent it for you.

Also you have to completely ignore the "preview" mode beneath the textarea. Properly intented or backtick'ed code will never show in the "preview", although it of course will work in the real site when you submit the content.

0 Karma

cphair
Builder

You need a number after the col--e.g. panel_row3_col1 instead of panel_row3_col.

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...