Logging Operator
  • Logging Operator
  • Quickstart
  • Installation
    • Kubectl
    • Helm
  • Setup
  • Management
  • Configuration
    • Elasticsearch
    • Fluentd
    • Kibana
    • Index Lifecycle
    • Index Template
  • DEVELOPMENT
  • ROADMAP
  • CHANGELOG
Powered by GitBook
On this page
  • Index Rollover
  • Deletion
  • Elasticsearch Configuration

Was this helpful?

  1. Configuration

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"
PreviousKibanaNextIndex Template

Last updated 4 years ago

Was this helpful?