Hi, I'm new to kibana and i'm trying to experiment with its plugins.
I want to get the saved searches (Objects) to use in my plugin. e.g. If i saved a search named "nameSearch" with the search content as "nabeel*" . I would like to get this "nameSearch" and the search pattern "nabeel*" in my plugin.
How can I achieve this? Any guidance in this regard is appreciated.
Thanks, @ppisljar for your reply.
Actually I need to get all the saved Searches not visualizations. Can u point me in the right direction or documnetation where i can find the properties of searches instead of visualizations?
unfortunately there is no documentation around this and the only way to approach it would be to start reading the code, inspecting the variables and figuring out what to do. Probably it would be best to check how this is implemented in management for example, where all the saved objects are listed.
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.