Skip to content

Commit

Permalink
Update pipeline/inputs/kubernetes-events.md
Browse files Browse the repository at this point in the history
Co-authored-by: Craig Norris <[email protected]>
Signed-off-by: Seonghyeon Cho <[email protected]>
  • Loading branch information
sh-cho and cnorris-cs authored Aug 15, 2024
1 parent 2f0d7d6 commit 324d02f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pipeline/inputs/kubernetes-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,10 @@ In the following configuration file, the input plugin *kubernetes_events* collec
```

### Event Timestamp
Event timestamp will be created from the first existing field in the following order of precedence: lastTimestamp, firstTimestamp, metadata.creationTimestamp

Event timestamps are created from the first existing field, based on the following
order of precedence:

1. `lastTimestamp`
1. `firstTimestamp`
1. `metadata.creationTimestamp`

0 comments on commit 324d02f

Please sign in to comment.