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 Patterns
  • Index Settings
  • Elasticsearch Configuration

Was this helpful?

  1. Configuration

Index Template

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

Index Patterns

Index patterns on which template will be applied.

indexPatterns: 
  - "kubernetes-default-*"
  - "kubernetes-istio-system-*"

Index Settings

Settings are specific for elasticsearch indexes.

  settings:
    shards: 1
    replicas: 1
    indexLifeCycleName: indexlifecycle-example
    rolloverAlias: "kubernetes"

Elasticsearch Configuration

Connection details of elasticsearch setup.

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

Last updated 4 years ago

Was this helpful?