You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| kube_token_ttl | kubernetes token ttl, until it is reread from the token file. | 10m |
23
+
| kube_token_ttl | kubernetes token ttl, until it is reread from the token file. | 10m |
24
24
| kube_request_limit | kubernetes limit parameter for events query, no limit applied when set to 0. | 0 |
25
-
| kube_retention_time | Kubernetes retention time for events. | 1h |
26
-
| kube_namespace | Kubernetes namespace to query events from. Gets events from all namespaces by default ||
27
-
| tls.debug | Debug level between 0 (nothing) and 4 (every detail). | 0 |
28
-
| tls.verify | Enable or disable verification of TLS peer certificate. | On |
29
-
| tls.vhost | Set optional TLS virtual host. ||
25
+
| kube_retention_time | Kubernetes retention time for events. | 1h |
26
+
| kube_namespace | Kubernetes namespace to query events from. Gets events from all namespaces by default ||
27
+
| tls.debug | Debug level between 0 (nothing) and 4 (every detail). | 0 |
28
+
| tls.verify | Enable or disable verification of TLS peer certificate. | On |
29
+
| tls.vhost | Set optional TLS virtual host. ||
30
30
31
31
## Getting Started
32
32
33
33
### Simple Configuration File
34
34
35
-
In the following configuration file, the input plugin _windows_exporter_metrics collects _metrics every 2 seconds and exposes them through our [Prometheus Exporter](../outputs/prometheus-exporter.md)output plugin on HTTP/TCP port 2021.
35
+
In the following configuration file, the input plugin *kubernetes_events* collects events every 5 seconds (default for *interval_nsec*) and exposes them through the [standard output plugin](../outputs/standard-output.md) on the console.
0 commit comments