Hello all,
So I am trying to implement a custom plugin to add some filtering to a query that is sent by an external service. However, I have several indexes in my ElasticSearch, and I don't want to apply the plugin to all of them.
Is this achievable?
Thanks