es-index-cleaner

command
v1.63.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 10, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

README

jaeger-es-index-cleaner

It is common to only keep observability data for a limited time. However, Elasticsearch does no support expiring of old data via TTL. To help with this task, jaeger-es-index-cleaner can be used to purge old Jaeger indices. For example, to delete indixes older than 14 days:

docker run -it --rm --net=host -e ROLLOVER=true \
  jaegertracing/jaeger-es-index-cleaner:latest \
  14 \
  http://localhost:9200

Another alternative is to use Elasticsearch Curator.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL