Skip to content

Commit 9fae32e

Browse files
Remove log-collector-rbac.md, keep only log collector options list
1 parent 4a5a9e3 commit 9fae32e

File tree

3 files changed

+3
-122
lines changed

3 files changed

+3
-122
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: 3 additions & 5 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>}}
@@ -36,10 +36,8 @@ As of version 6.2.18-3, the log collector tool has two modes:
3636
{{< note >}} If you get an error because the yaml module is not found, install the pyYAML module with `pip install pyyaml`.
3737
{{< /note >}}
3838

39-
40-
4139
1. Upload the resulting `tar.gz` file containing all the logs to [Redis Support](https://support.redislabs.com/).
4240

4341
## RBAC requirements
4442

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.
43+
The log collector requires specific RBAC permissions depending on the collection mode. Contact your Kubernetes administrator to ensure the appropriate permissions are configured for your chosen collection mode.

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

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

0 commit comments

Comments
 (0)