Skip to content

Commit 37e0d36

Browse files
authored
event tailer persist is for the position tracking and not for logs
Signed-off-by: Peter Wilcsinszky <peter.wilcsinszky@axoflow.com>
1 parent e97e95d commit 37e0d36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/configuration/extensions/kubernetes-event-tailer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ NAME READY STATUS RESTARTS AGE
131131
sample-event-tailer-0 1/1 Terminating 0 12s
132132
```
133133
134-
## Persist event logs
134+
## Persist event log position
135135
136-
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`:
136+
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`:
137137
138138
```bash
139139
kubectl apply -f - <<EOF

0 commit comments

Comments
 (0)