Skip to content

Commit 2443841

Browse files
Move log collector changes to DOC-5485 branch
- Removed log collector RBAC page from YAML examples section - Reverted logs section index to remove log collector RBAC reference - Reverted collect-logs.md to remove links to log collector RBAC page - DOC-4727 now focuses purely on YAML examples for deployment scenarios - Log collector documentation moved to DOC-5485 branch where it belongs thematically
1 parent 0d8da15 commit 2443841

File tree

3 files changed

+2
-202
lines changed

3 files changed

+2
-202
lines changed

content/operate/kubernetes/logs/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Access and manage Redis Enterprise logs on Kubernetes for monitoring, troublesho
1818
Learn how to collect and access logs from your Redis Enterprise deployment:
1919

2020
- [Collect logs]({{< relref "/operate/kubernetes/logs/collect-logs" >}}) - Methods for collecting logs from Redis Enterprise pods and containers
21-
- [Log collector RBAC]({{< relref "/operate/kubernetes/logs/log-collector-rbac" >}}) - RBAC configurations for log collection in restricted and all modes
2221

2322
## Log storage and access
2423

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

Lines changed: 2 additions & 6 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]({{< relref "/operate/kubernetes/logs/log-collector-rbac#restricted-mode-rbac" >}})** collects only resources and logs created by the operator and Redis Enterprise deployments
18+
- **restricted** 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]({{< relref "/operate/kubernetes/logs/log-collector-rbac#all-mode-rbac" >}})** collects everything from your environment
20+
- **all** 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,7 +39,3 @@ 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.

content/operate/kubernetes/logs/log-collector-rbac.md

Lines changed: 0 additions & 195 deletions
This file was deleted.

0 commit comments

Comments
 (0)