Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Document common settings for snapshot repository plugins (#40475) (7.0) #40607

Merged
merged 1 commit into from
Mar 28, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docs/plugins/repository-azure.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,7 @@ The Azure repository supports following settings:
setting doesn't affect index files that are already compressed by default.
Defaults to `false`.

`readonly`::

Makes repository read-only. Defaults to `false`.
include::repository-shared-settings.asciidoc[]

`location_mode`::

Expand Down
2 changes: 2 additions & 0 deletions docs/plugins/repository-gcs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ The following settings are supported:
setting doesn't affect index files that are already compressed by default.
Defaults to `false`.

include::repository-shared-settings.asciidoc[]

`application_name`::

deprecated[7.0.0, This setting is now defined in the <<repository-gcs-client, client settings>>]
Expand Down
2 changes: 2 additions & 0 deletions docs/plugins/repository-hdfs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ The following settings are supported:

Whether to compress the metadata or not. (Disabled by default)

include::repository-shared-settings.asciidoc[]

`chunk_size`::

Override the chunk size. (Disabled by default)
Expand Down
2 changes: 2 additions & 0 deletions docs/plugins/repository-s3.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ The following settings are supported:
setting doesn't affect index files that are already compressed by default.
Defaults to `false`.

include::repository-shared-settings.asciidoc[]

`server_side_encryption`::

When set to `true` files are encrypted on server side using AES256
Expand Down
11 changes: 11 additions & 0 deletions docs/plugins/repository-shared-settings.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
`max_restore_bytes_per_sec`::

Throttles per node restore rate. Defaults to `40mb` per second.

`max_snapshot_bytes_per_sec`::

Throttles per node snapshot rate. Defaults to `40mb` per second.

`readonly`::

Makes repository read-only. Defaults to `false`.