Pass the url params to my app

Hi!
Can anybody please tell me if it is possible to pass the url parameters to my application if they were specified with the base Kibana url?
Smth like we get http://kibana:5601?param1=1&param2=2… then redirecting to my app (http://kibana:5601/app/customapp) using defaultRoute in the config and then want to use them.
Thanks!

Hello,

This is possible if your application is developed & plugged into Kibana as a custom plugin. https://www.elastic.co/guide/en/kibana/current/external-plugin-development.html

Thanks
Bhavya

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