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
Copy file name to clipboardExpand all lines: pipeline/filters/kubernetes.md
+1
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ The plugin supports the following configuration parameters:
37
37
| Keep\_Log | When `Keep_Log` is disabled, the `log` field is removed from the incoming message once it has been successfully merged \(`Merge_Log` must be enabled as well\). | On |
38
38
| tls.debug | Debug level between 0 \(nothing\) and 4 \(every detail\). | -1 |
39
39
| tls.verify | When enabled, turns on certificate validation when connecting to the Kubernetes API server. | On |
40
+
| tls.verify\_hostname | When enabled, turns on hostname validation for certificates | Off |
40
41
| Use\_Journal | When enabled, the filter reads logs coming in Journald format. | Off |
41
42
| Cache\_Use\_Docker\_Id | When enabled, metadata will be fetched from K8s when docker\_id is changed. | Off |
42
43
| Regex\_Parser | Set an alternative Parser to process record Tag and extract pod\_name, namespace\_name, container\_name and docker\_id. The parser must be registered in a [parsers file](https://github.com/fluent/fluent-bit/blob/master/conf/parsers.conf)\(refer to parser _filter-kube-test_ as an example\). ||
0 commit comments