Skip to content

Commit

Permalink
[Cases] Adding cases settings docs (#154672)
Browse files Browse the repository at this point in the history
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
jonathan-buttner and lcawl authored Apr 12, 2023
1 parent 2f001a2 commit f111d93
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/management/cases/cases.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ cases in *{stack-manage-app}*.

* <<setup-cases>>
* <<manage-cases>>
* <<add-case-connectors>>
* <<add-case-connectors>>
* <<cases-settings>>
15 changes: 15 additions & 0 deletions docs/settings/cases-settings.asciidoc
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.
1 change: 1 addition & 0 deletions docs/setup/settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,7 @@ Valid locales are: `en`, `zh-CN`, `ja-JP`. *Default: `en`*
include::{kib-repo-dir}/settings/alert-action-settings.asciidoc[]
include::{kib-repo-dir}/settings/apm-settings.asciidoc[]
include::{kib-repo-dir}/settings/banners-settings.asciidoc[]
include::{kib-repo-dir}/settings/cases-settings.asciidoc[leveloffset=+1]
include::{kib-repo-dir}/settings/enterprise-search-settings.asciidoc[]
include::{kib-repo-dir}/settings/fleet-settings.asciidoc[]
include::{kib-repo-dir}/settings/i18n-settings.asciidoc[]
Expand Down

0 comments on commit f111d93

Please sign in to comment.