Skip to content

Commit f87a2ab

Browse files
authored
Fix for tiny typo (#624)
1 parent 84c2003 commit f87a2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/filters/kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Kubernetes Filter do not care from where the logs comes from, but it cares about
174174

175175
> If you have large pod specifications \(can be caused by large numbers of environment variables, etc.\), be sure to increase the `Buffer_Size` parameter of the kubernetes filter. If object sizes exceed this buffer, some metadata will fail to be injected to the logs.
176176
177-
If the configuration property **Kube\_Tag\_Prefix** was configured \(available on Fluent Bit >= 1.1.x\), it will use that value to remove the prefix that was appended to the Tag in the previous Input section. Note that the configuration property defaults to \_kube.\_var.logs.containers. , so the previous Tag content will be transformed from:
177+
If the configuration property **Kube\_Tag\_Prefix** was configured \(available on Fluent Bit >= 1.1.x\), it will use that value to remove the prefix that was appended to the Tag in the previous Input section. Note that the configuration property defaults to _kube.var.logs.containers._ , so the previous Tag content will be transformed from:
178178

179179
```text
180180
kube.var.log.containers.apache-logs-annotated_default_apache-aeeccc7a9f00f6e4e066aeff0434cf80621215071f1b20a51e8340aa7c35eac6.log

0 commit comments

Comments
 (0)