Skip to content

Commit b60d40b

Browse files
Update docs/sources/reference/components/loki/loki.secretfilter.md
Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com>
1 parent 2bb7701 commit b60d40b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/sources/reference/components/loki/loki.secretfilter.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ This component operates on log lines and doesn't scan labels or other metadata.
2727
{{< /admonition >}}
2828

2929
{{< admonition type="caution" >}}
30-
Detecting secrets can be resource-intensive and can lead to significantly higher CPU usage. Make sure you roll out this component gradually and monitor the resource usage changes. It's recommended to place `loki.secretfilter` after other components that may reduce log volume, so that it doesn't have to process as many lines.
30+
Detecting secrets can be resource-intensive and can increase CPU usage significantly.
31+
Roll out this component gradually and monitor resource usage.
32+
Place `loki.secretfilter` after components that reduce log volume so it processes fewer lines.
3133
{{< /admonition >}}
3234

3335
[gitleaks-config]: https://github.com/gitleaks/gitleaks/blob/master/config/gitleaks.toml

0 commit comments

Comments
 (0)