Example -
create a filter on an index and saved this search.
copy the URL
This search URL is associated to the one of the field in Index Pattern. But, I couldn't add different filter URL on the Same index in Index Pattern.
How can we generate URL with dynamic filters ?
Kibana stores the filters in the URL for Discover/Visualize/Dashboard encoded as rison, so you can dynamically generate a URL containing a certain filter. However you have to make sure to generate a valid filter in there. Consider the following case:
To change the field and the value it's matching, you have to change it in both the meta.key and meta.params.query property, as well as in the query.match_phrase property.
You can use https://rison.io/ to play around with JSON/RISON to get a feeling for how it works
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.