﻿---
title: Security Solution settings in Kibana
description: 
url: https://www.elastic.co/elastic/docs-builder/docs/3522/reference/kibana/configuration-reference/security-solution-settings
products:
  - Kibana
applies_to:
  - Self-managed Elastic deployments: Generally available
---

# Security Solution settings in Kibana
Configure the following Security Solution settings in the `kibana.yml` file:

## Cloud Security Posture settings
<definitions>
  <definition term="xpack.cloudSecurityPosture.enabled">
    <stack-availability>Elastic Stack: Generally available since 8.3</stack-availability>
    <supported-on>Elastic Cloud Hosted: Generally available, Self-managed Elastic deployments: Generally available</supported-on>

Set to `false` to disable the Kibana UI for Elastic's Cloud Security Posture solution, which provides compliance checks on Cloud and Kubernetes environments.
Datatype: `bool`
Default: `true`
  </definition>
</definitions>

## Value lists settings
<definitions>
  <definition term="xpack.lists.maxImportPayloadBytes">
    <supported-on>Elastic Cloud Hosted: Generally available, Self-managed Elastic deployments: Generally available</supported-on>

Sets the maximum number of bytes allowed for uploading Security Solution [value lists](https://www.elastic.co/docs/solutions/security/detect-and-alert/value-lists-exceptions). For every 10 MB, it is recommended to have an additional 1 GB of RAM reserved for Kibana.
Datatype: `int`
Default: `9000000`
  </definition>
  <definition term="xpack.lists.importBufferSize">
    <supported-on>Elastic Cloud Hosted: Generally available, Self-managed Elastic deployments: Generally available</supported-on>

Sets the buffer size used for uploading Security Solution [value lists](https://www.elastic.co/docs/solutions/security/detect-and-alert/value-lists-exceptions). Increase the value to improve upload throughput at the expense of higher Kibana memory usage; decrease it to reduce memory usage at the cost of throughput.
Datatype: `int`
Default: `1000`
  </definition>
</definitions>