Skip to content

Commit ef1554c

Browse files
authored
in_kubernetes_events: add timestamp_key documentation (#1274)
* in_kubernetes_events: add timestamp_key documentation Signed-off-by: ryanohnemus <ryanohnemus@gmail.com> * set default timestamp_key documentation to the new default $lastTimestamp Signed-off-by: ryanohnemus <ryanohnemus@gmail.com> --------- Signed-off-by: ryanohnemus <ryanohnemus@gmail.com>
1 parent 6b94cd7 commit ef1554c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pipeline/inputs/kubernetes-events.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Kubernetes exports it events through the API server. This input plugin allows to
2424
| kube_request_limit | kubernetes limit parameter for events query, no limit applied when set to 0. | 0 |
2525
| kube_retention_time | Kubernetes retention time for events. | 1h |
2626
| kube_namespace | Kubernetes namespace to query events from. Gets events from all namespaces by default | |
27+
| timestamp_key | Record accessor for the timestamp from the event. | $lastTimestamp |
2728
| tls.debug | Debug level between 0 (nothing) and 4 (every detail). | 0 |
2829
| tls.verify | Enable or disable verification of TLS peer certificate. | On |
2930
| tls.vhost | Set optional TLS virtual host. | |

0 commit comments

Comments
 (0)