Skip to content

Commit 8a0d219

Browse files
committed
Merge branch '14238-kubernetes-gzip-support' of ssh://github.com/AndersonQ/integrations into 14238-kubernetes-gzip-support
2 parents 17221f7 + 13b00fd commit 8a0d219

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/kubernetes/docs/container-logs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ stack: beta 9.2.0
1313
```
1414

1515
::::{warning}
16-
**Potential Data Duplication**: When you first add a path, the integration reads all existing files in that directory from the beginning. This action causes a one-time re-ingestion of all previously rotated logs, which results in duplicate data.
16+
**Potential Data Duplication**: When you add a path to an existing integration, the integration reads all existing files in that directory from the beginning. This action causes a one-time re-ingestion of all previously rotated logs, which results in duplicate data.
1717
::::
1818

1919
The integration can monitor and ingest rotated Kubernetes container logs, including on-the-fly decompression of GZIP archives.
2020

2121
To enable this, use the following configurations:
2222
* **Include rotated log files**: Set to `true`.
23-
* **Kubernetes container rotated log path**: Specify the path where rotated log files are stored.
23+
* **Kubernetes container rotated log path**: in case of a custom (non-default) logging configuration in Kubernetes, use this parameter to specify your custom path where rotated log files are stored.
2424

25-
After this initial scan, the integration tracks its state and will only ingest new log data. Subsequent file rotations are handled correctly without further duplication.
25+
After this initial scan, the integration tracks files normally and will only ingest new log data. Subsequent file rotations are handled correctly without further data duplication.
2626

2727
## Rerouting and preserve original event based on pod annotations
2828

0 commit comments

Comments
 (0)