Elasticsearch plugin to do search requests

I want to build an ES plugin to do index search requests, what type of plugins can I use? and is there some tutorial or documentation for that?
Thanks

Welcome.

What do you need a plugin to run search requests?
What is the use case?

I want to save JSON requests (like the ones used in Kibana visualizations) in some index, and use them as the body of the search requests. In other words, I want to do something similar to requests made in 'Dev Tools' in Kibana, but in an ES plugin.

I don't understand why this needs to run in an Elasticsearch node and not in your application.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.