Install elasticsearch plugins through compiled source code of elasticsearch

In the default elasticsearch installation we use plugin install to install plugins.
So how to install plugins through the compiled source code of elasticsearch in eclipse

I don't understand the question.

I run elasticsearch instance by gradlew run.
I am not using normal installer ,so how do i install plugins

I wonder if you run gradle run from the plugin dir, would that work?

I honestly don't know. Most of the time, I'm doing that manually once I'm done with plugin development.

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