简体   繁体   中英

Elasticsearch plugin

I understand what is Elasticsearch, but have no clue on how to write a plugin for Elasticsearch. Can any one tell me the guidelines for writing plugins to Elasticsearch.

Found.no (an Elasticsearch hosting service) has a very good writeup on the Elasticsearch plugin development process. It's as detailed as I've seen out there and is fairly recent (Sept 2013) so should be reasonably up to date. If I was going to build a plugin from scratch that's where I would start:

https://www.found.no/foundation/writing-a-plugin/

The other is to dig around in other plugins on Github:

https://github.com/mobz/elasticsearch-head https://github.com/elasticsearch/elasticsearch-river-twitter

Lists of other plugins:

http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-plugins.html

Between the tutorial and looking at all the source code out there you should have a solid foundation.

It depends what you want to do with your plugin!

You can write a plugin in java to send data in elastic for example. You can do what you want for that.

I think a plugin is freedom! You can use elastic APIs or not, or imagine new function when you connect your plugin (java for example) on elastic.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM