-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Cases] Adding cases settings docs (#154672)
This PR adds the new configuration settings to the docs. The configurations were added in this PR: #154013 --------- Co-authored-by: lcawl <lcawley@elastic.co>
- Loading branch information
1 parent
2f001a2
commit f111d93
Showing
3 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[[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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters