Versions v 2.14.0
Describe the issue:
My desire is simple.
I want to create a link into an Opensearch Discover result view, with a dynamic parameter as an argument.
Example:
In my index there is an indexed parameter named myId
, and I want to pass different values of myId
via dynamically generated links I create in an external application.
So, I would expect to create a link like:
https://opensearch.myhost.com/path?myId=123123123&…
https://opensearch.myhost.com/path?myId=987654&…
How can I do this in a sustainable way / supported way?
Configuration:
Relevant Logs or Screenshots: