Skip to content

Commit

Permalink
in_kubernetes_events: add timestamp_key documentation (#1274)
Browse files Browse the repository at this point in the history
* in_kubernetes_events: add timestamp_key documentation

Signed-off-by: ryanohnemus <[email protected]>

* set default timestamp_key documentation to the new default $lastTimestamp

Signed-off-by: ryanohnemus <[email protected]>

---------

Signed-off-by: ryanohnemus <[email protected]>
  • Loading branch information
ryanohnemus authored Dec 22, 2023
1 parent 6b94cd7 commit ef1554c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pipeline/inputs/kubernetes-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Kubernetes exports it events through the API server. This input plugin allows to
| kube_request_limit | kubernetes limit parameter for events query, no limit applied when set to 0. | 0 |
| kube_retention_time | Kubernetes retention time for events. | 1h |
| kube_namespace | Kubernetes namespace to query events from. Gets events from all namespaces by default | |
| timestamp_key | Record accessor for the timestamp from the event. | $lastTimestamp |
| tls.debug | Debug level between 0 (nothing) and 4 (every detail). | 0 |
| tls.verify | Enable or disable verification of TLS peer certificate. | On |
| tls.vhost | Set optional TLS virtual host. | |
Expand Down

0 comments on commit ef1554c

Please sign in to comment.