Skip to content

Commit

Permalink
[DOCS] Document common settings for snapshot repository plugins (#40475
Browse files Browse the repository at this point in the history
…) (#40607)
  • Loading branch information
jrodewig authored Mar 28, 2019
1 parent 3f05186 commit 0ea67aa
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
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`.

0 comments on commit 0ea67aa

Please sign in to comment.