Last updated 4 years ago
Index rollover settings to roll over the instances by their size and age.
Deletion age for index cleanup/deletion.
Connection details of elasticsearch setup.
A configuration reference to manage index lifecycle in elasticsearch using "Logging Operator".
rollover: maxSize: 2GB maxAge: 30d
delete: minAge: 15d
elasticsearch: host: "https://elasticsearch-cluster-ingestion:9200" username: elastic password: "Opstree@1234"