Skip to content

Commit

Permalink
[Cases] Adding new config options to docker script (#155194)
Browse files Browse the repository at this point in the history
This PR adds the follow cases config options from this PR to the docker
script.

#154013

```
    xpack.cases.files.allowedMimeTypes
    xpack.cases.files.maxSize
```
  • Loading branch information
jonathan-buttner authored Apr 19, 2023
1 parent 8d96fc8 commit f2d880c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,8 @@ kibana_vars=(
xpack.banners.placement
xpack.banners.textColor
xpack.banners.textContent
xpack.cases.files.allowedMimeTypes
xpack.cases.files.maxSize
xpack.code.disk.thresholdEnabled
xpack.code.disk.watermarkLow
xpack.code.indexRepoFrequencyMs
Expand Down

0 comments on commit f2d880c

Please sign in to comment.