kibana/docs/settings/cases-settings.asciidoc
Gerard Soldevila fb26c1c683
SKA: Update broken references and URLs (#206836)
## Summary

Updates a number of broken file references and broken links.

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Alejandro Fernández Haro <afharo@gmail.com>
2025-01-28 03:32:48 +00:00

15 lines
901 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 {kib-repo}blob/{branch}/x-pack/platform/plugins/shared/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.