mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
This PR adds the new configuration settings to the docs. The configurations were added in this PR: https://github.com/elastic/kibana/pull/154013 --------- Co-authored-by: lcawl <lcawley@elastic.co>
15 lines
909 B
Text
15 lines
909 B
Text
[[cases-settings]]
|
|
== Cases settings in {kib}
|
|
++++
|
|
<titleabbrev>Cases settings</titleabbrev>
|
|
++++
|
|
|
|
You do not need to configure any additional settings to use <<cases,cases>> in {kib}.
|
|
To provide greater control over case features, you can configure the following settings in the `kibana.yml` file:
|
|
|
|
`xpack.cases.files.allowedMimeTypes`::
|
|
The MIME types that you can attach to a case, represented in an array of strings. For example: `['image/tiff','text/csv','application/zip'].`
|
|
The default MIME types are specified in https://github.com/elastic/kibana/blob/{branch}/x-pack/plugins/cases/common/constants/mime_types.ts[mime_types.ts].
|
|
|
|
`xpack.cases.files.maxSize`::
|
|
The size limit for files that you can attach to a case, represented as the number of bytes. By default, the limit is 10 MiB for images and 100 MiB for all other MIME types. If you specify a value for this setting, it affects all file types.
|