Ingest plugin in Elastic

Hi,

I wrote an ingest plugin to get some data from a remote endpoint and add that to the incoming document. When I run the plugin to test, I get

"java.lang.IllegalArgumentException: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessDeclaredMembers")"

Also how to install a plugin throughout elastic cluster nodes, currently I am logging into the boxes and manually installing/updating?

With Best Regards
Aditya

Did you read https://www.elastic.co/guide/en/elasticsearch/plugins/current/plugin-authors.html#plugin-authors-jsm?

Thanks, worked like a charm.

Any simple way to install the plugin across all the nodes in cluster?

No. You need to do that manually or use a 3rd party tool may be like Chef..

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