Skip to content

Commit 9b4d5e9

Browse files
Add links to YAML examples in log collector documentation
- Link 'restricted' mode to #restricted-mode-rbac section - Link 'all' mode to #all-mode-rbac section - Add RBAC requirements section with link to complete YAML configurations - Improves navigation between log collection guide and RBAC setup
1 parent 847ed14 commit 9b4d5e9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

content/operate/kubernetes/logs/collect-logs.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ The Redis Enterprise cluster (REC) log collector script ([`log_collector.py`](ht
1515

1616
As of version 6.2.18-3, the log collector tool has two modes:
1717

18-
- **restricted** collects only resources and logs created by the operator and Redis Enterprise deployments
18+
- **[restricted]({{< relref "/operate/kubernetes/logs/log-collector-rbac#restricted-mode-rbac" >}})** collects only resources and logs created by the operator and Redis Enterprise deployments
1919
- This is the default for versions 6.2.18-3 and later
20-
- **all** collects everything from your environment
20+
- **[all]({{< relref "/operate/kubernetes/logs/log-collector-rbac#all-mode-rbac" >}})** collects everything from your environment
2121
- This is the default mode for versions 6.2.12-1 and earlier
2222

2323
{{<note>}} This script requires Python 3.6 or later. {{</note>}}
@@ -39,3 +39,7 @@ As of version 6.2.18-3, the log collector tool has two modes:
3939

4040

4141
1. Upload the resulting `tar.gz` file containing all the logs to [Redis Support](https://support.redislabs.com/).
42+
43+
## RBAC requirements
44+
45+
The log collector requires specific RBAC permissions depending on the collection mode. See [Log collector RBAC]({{< relref "/operate/kubernetes/logs/log-collector-rbac" >}}) for complete YAML configurations for both restricted and all modes.

0 commit comments

Comments
 (0)