OpenSearch/docs/plugins/store.asciidoc
David Pilato f230eabc15 [cloud-azure] Split azure plugin in 3 plugins
Until now we had a cloud-azure plugin which is providing 3 distinct features:

* discovery on Azure
* snapshot/restore on Aure
* SMB store

This commit splits the plugin by feature so people can use either one or the other or both features.

Doc is updated accordingly.
2015-09-21 17:55:23 +02:00

18 lines
289 B
Plaintext

[[store]]
== Store Plugins
Store plugins offer alternatives to default Lucene stores.
[float]
=== Core store plugins
The core store plugins are:
<<store-smb,Store SMB>>::
The Store SMB plugin works around for a bug in Windows SMB and Java on windows.
include::store-smb.asciidoc[]