diff --git a/content/docs/configuration/extensions/kubernetes-event-tailer.md b/content/docs/configuration/extensions/kubernetes-event-tailer.md index da2c2134f..8efaa1681 100644 --- a/content/docs/configuration/extensions/kubernetes-event-tailer.md +++ b/content/docs/configuration/extensions/kubernetes-event-tailer.md @@ -131,9 +131,9 @@ NAME READY STATUS RESTARTS AGE sample-event-tailer-0 1/1 Terminating 0 12s ``` -## Persist event logs +## Persist event log position -Event-tailer supports persist mode. In this case, the logs generated from events are stored on a persistent volume. Add the following configuration to your event-tailer spec. In this example, the event tailer is called `sample`: +Event-tailer supports persist mode. In this case, the position of which events have already been processed is stored on a persistent volume. Add the following configuration to your event-tailer spec. In this example, the event tailer is called `sample`: ```bash kubectl apply -f - <