Hi there!
I have a use case for a URL drilldown where I would like to pass field names to the drilldown (a search) and have the search only populate specific field names. Here's how my URL drilldown looks like
{{kibanaUrl}}/app/dashboards#/view/9a204030-c02b-11ec-b89b-bb5bd4f5b476?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:{{context.panel.timeRange.from}},to:{{context.panel.timeRange.to}}))&_a=(description:'',filters:{{rison context.panel.filters }},fullScreenMode:!f,options:(hidePanelTitles:!f,useMargins:!t),query:(language:kuery,query:''),tags:!(),timeRestore:!f,title:'MyTitleHere',viewMode:view)
I have tried adding ,panels:!((embeddableConfig:(columns:!(ip) ... based on a URL I saw when I did a Permalink > Copy Link but that didn't work for me. Any ideas or guidance?
Thanks
Azulgrana