Add dynamic variable to item url

We are trying to add a item url to an TOP N TSVB visualizations ,we have a requirement to pass an attribute name dynamically like given below.

https://search.xxxyyyyyyzzzzzzzzz.es.amazonaws.com/_plugin/kibana/app/discover#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-24h,to:now))&_a=(columns:!(_source),filters:!(),index:ed4bf6c0-eab9-11eb-b7f9-8735547077bc,interval:auto,query:(language:kuery,query:'rabbitmq.queue.name:CaseReview.FileParsing%20and%20customer_identification:{{key}}'),sort:!())

here in this above url want to pass dynamic value to the variable rabbitmq.queue.name additionally just like how we have used {{key}} in case of customer Identification

This looks like it's from the aws service, which unfortunately isn't Elasticsearch or Kibana. You may need to ask their support team sorry to say.

Hi @warkolm Its kibana only...our elasticsearch/kibana is hosted in Aws....

Ok, just that the URL you provided in your first post specifically mentions the aws service, which is why I made that comment.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.