OpenSearch/docs/plugins/transport.asciidoc
Clinton Gormley e143c6e460 Docs: Prepare plugin and integration docs for 2.0
* Centralised plugin docs in docs/plugins/
* Moved integrations into same docs
* Moved community clients into the clients section of the docs
* Removed docs/community

Closes #11734
Closes #11724
Closes #11636
Closes #11635
Closes #11632
Closes #11630
Closes #12046
Closes #12438
Closes #12579
2015-08-15 18:02:43 +02:00

23 lines
579 B
Plaintext

[[transport]]
== Transport Plugins
Transport plugins offer alternatives to HTTP.
[float]
=== Core transport plugins
The core transport plugins are:
https://github.com/elasticsearch/elasticsearch-transport-wares::[Servlet transport]::
Use the REST interface over servlets.
[float]
=== Community contributed transport plugins
The following community plugins appear to have been abandoned:
* https://github.com/kzwang/elasticsearch-transport-redis[Redis transport plugin] (by Kevin Wang)
* https://github.com/tlrx/transport-zeromq[ØMQ transport plugin] (by Tanguy Leroux)