Skip to content

Commit

Permalink
Added documentation for es cleaner job (#491)
Browse files Browse the repository at this point in the history
Signed-off-by: Cristiano Belisario Fontes <[email protected]>
  • Loading branch information
cfontes authored and jpkrohling committed Jul 16, 2019
1 parent ce0ab28 commit 0d6bd5f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,21 @@ The self-provision of an Elasticsearch cluster can be disabled by setting the fl

IMPORTANT: At the moment there can be only one Jaeger with self-provisioned Elasticsearch instance per namespace.

=== Elasticsearch index cleaner job

When using `elasticsearch` storage by default a job is created to clean old traces from it, the options for it are listed below so you can configure it to your use case

[source,yaml]
-----
storage:
type: elasticsearch
esIndexCleaner:
enabled: false // turn the job deployment on and off
numberOfDays: 7 // number of days to wait before deleting a record
schedule: "55 23 * * *" // cron expression for it to run
image: jaegertracing/jaeger-es-index-cleaner // image of the job
-----

== Accessing the UI

=== Kubernetes
Expand Down

0 comments on commit 0d6bd5f

Please sign in to comment.