mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 13:08:29 +00:00
* 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
23 lines
579 B
Plaintext
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)
|
|
|