Kibana redirect with param

Hi.,

We developed a dashboard and this dashboard has one input (thus in turn will populate the dashboard). , however, since the dashboard URL is big. Is there any simple solution like for an example -
Open the actual URL:
http://host1/fileusagecheck"/12345

Will in turn open the dashboard with dashboard name "fileusagecheck" and value "12345" passed to the $1 in the dashboard argument
http://host1/app/kibana#/dashboards?....params:(query:12345)...

Thanks
HK.

Kibana doesn't have any feature like this out of the box but you could probably accomplish it with nginx or some other proxy.

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