Adding missing docs for druid.indexer.logs.disableAcl (#8046)

This commit is contained in:
Sashidhar Thallam 2019-07-10 04:41:25 +05:30 committed by Gian Merlino
parent 338b8b3fef
commit 3353da2974
1 changed files with 1 additions and 0 deletions

View File

@ -602,6 +602,7 @@ Store task logs in S3. Note that the `druid-s3-extensions` extension must be loa
|--------|-----------|-------|
|`druid.indexer.logs.s3Bucket`|S3 bucket name.|none|
|`druid.indexer.logs.s3Prefix`|S3 key prefix.|none|
|`druid.indexer.logs.disableAcl`|Boolean flag for ACL. If this is set to `false`, the full control would be granted to the bucket owner. If the task logs bucket is the same as the deep storage (S3) bucket, then the value of this property will need to be set to true if druid.storage.disableAcl has been set to true.|false|
#### Azure Blob Store Task Logs
Store task logs in Azure Blob Store.