Skip to content

OpenSearch Curator Retention Schema

Note

This is auto-generated documentation from a JSON schema that is under construction, this will improve over time.

Return to the root config schema

https://raw.githubusercontent.com/elastisys/compliantkubernetes-apps/main/config/schemas/config.yaml#/properties/opensearch/properties/curator/properties/retention

Configures the retention of indices in OpenSearch.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status Unknown identifiability Forbidden Allowed none config/schemas/config.yaml*

TYPE:

object[] (OpenSearch Curator Retention)

DEFAULTS:

The default value is:

[
  {
    "pattern": "authlog-*",
    "ageDays": 30,
    "sizeGB": 1
  },
  {
    "pattern": "kubeaudit-*",
    "ageDays": 30,
    "sizeGB": 50
  },
  {
    "pattern": "kubernetes-*",
    "ageDays": 30,
    "sizeGB": 50
  },
  {
    "pattern": "other-*",
    "ageDays": 7,
    "sizeGB": 1
  },
  {
    "pattern": "security-auditlog-*",
    "ageDays": 7,
    "sizeGB": 1
  }
]

Return to the root config schema


Generated Sun Jun 23 03:48:25 UTC 2024 from elastisys/compliantkubernetes-apps@main