Skip to content
Merged
8 changes: 8 additions & 0 deletions docs/reference/cloud/elastic-cloud-kibana-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,14 @@

You can configure the following X-Pack settings from the Kibana **User Settings** editor.

### Version 9.4+ [ec_version_9_4]
```{applies_to}
stack: ga 9.4
```

`xpack.securitySolution.maxEndpointScriptFileSize`
: The maximum file size in bytes for scripts uploaded to the {{elastic-defend}} script library. Default is `26214400` (25MB).

Check failure on line 99 in docs/reference/cloud/elastic-cloud-kibana-settings.md

View workflow job for this annotation

GitHub Actions / docs-preview / build

Substitution key {elastic-defend} is undefined
Comment thread
natasha-moore-elastic marked this conversation as resolved.
Outdated

### Version 9.3+ [ec_version_9_3]
```{applies_to}
stack: ga 9.3
Expand Down
3 changes: 3 additions & 0 deletions docs/reference/configuration-reference/general-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,9 @@
`xpack.securitySolution.disableEndpointRuleAutoInstall` ![logo cloud](https://doc-icons.s3.us-east-2.amazonaws.com/logo_cloud.svg "Supported on {{ech}}") {applies_to}`stack: ga 9.2.4+`
: Set to `true` to disable the automatic installation of Elastic Defend SIEM rules when a new Endpoint integration policy is created. Introduced with v9.2.4. Default is `false`.

`xpack.securitySolution.maxEndpointScriptFileSize` ![logo cloud](https://doc-icons.s3.us-east-2.amazonaws.com/logo_cloud.svg "Supported on {{ech}}") {applies_to}`stack: ga 9.4+`
: The maximum file size in bytes for scripts uploaded to the {{elastic-defend}} script library. Default is `26214400`

Check failure on line 592 in docs/reference/configuration-reference/general-settings.md

View workflow job for this annotation

GitHub Actions / docs-preview / build

Substitution key {elastic-defend} is undefined
Comment thread
natasha-moore-elastic marked this conversation as resolved.
Outdated


`xpack.snapshot_restore.ui.enabled`
: Set this value to false to disable the Snapshot and Restore UI. **Default: true**
Expand Down
Loading