Index Lifecycle

A configuration reference to manage index lifecycle in elasticsearch using "Logging Operator".

Index Rollover

Index rollover settings to roll over the instances by their size and age.

  rollover:
    maxSize: 2GB
    maxAge: 30d

Deletion

Deletion age for index cleanup/deletion.

  delete:
    minAge: 15d

Elasticsearch Configuration

Connection details of elasticsearch setup.

  elasticsearch:
    host: "https://elasticsearch-cluster-ingestion:9200"
    username: elastic
    password: "Opstree@1234"

Last updated