Blob Store compress default false (#40054)

Fixed documentation to comply with code (compress=false
is default until 8.0).
This commit is contained in:
Henning Andersen 2019-03-15 12:31:03 +01:00 committed by GitHub
parent 8d01b11918
commit 95e61d4bb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ The following settings are supported:
[horizontal] [horizontal]
`location`:: Location of the snapshots. Mandatory. `location`:: Location of the snapshots. Mandatory.
`compress`:: Turns on compression of the snapshot files. Compression is applied only to metadata files (index mapping and settings). Data files are not compressed. Defaults to `true`. `compress`:: Turns on compression of the snapshot files. Compression is applied only to metadata files (index mapping and settings). Data files are not compressed. Defaults to `false`.
`chunk_size`:: Big files can be broken down into chunks during snapshotting if needed. The chunk size can be specified in bytes or by `chunk_size`:: Big files can be broken down into chunks during snapshotting if needed. The chunk size can be specified in bytes or by
using size value notation, i.e. 1g, 10m, 5k. Defaults to `null` (unlimited chunk size). using size value notation, i.e. 1g, 10m, 5k. Defaults to `null` (unlimited chunk size).
`max_restore_bytes_per_sec`:: Throttles per node restore rate. Defaults to `40mb` per second. `max_restore_bytes_per_sec`:: Throttles per node restore rate. Defaults to `40mb` per second.