I see that some of the plugins, like Visual Builder, have an option to ignore global filters.
How can a custom plugin (a plugin that I write myself) that uses search, say a modified version of Table Vis achieve the same thing? I looked in the code and there's no easy way to do it. Can you please point me where to start and how to achieve it?
It will not, we implemented the addFilterPredicate functionality recently. You could also potentially use the SearchSource.inherits(null) method, which will stop all search source inheritance, but that will exclude the global time filters as well, so you'd have to find a way to specify those.
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.