You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/kubernetes/logs/collect-logs.md
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,10 @@ weight: 89
13
13
14
14
The Redis Enterprise cluster (REC) log collector script ([`log_collector.py`](https://github.com/RedisLabs/redis-enterprise-k8s-docs/blob/master/log_collector/log_collector.py)) creates and fills a directory with the relevant logs for your environment. These logs will help the support team with troubleshooting.
15
15
16
-
As of version 6.2.18-3, the log collector tool has two modes:
16
+
The log collector tool has two modes:
17
17
18
18
-**restricted** collects only resources and logs created by the operator and Redis Enterprise deployments
19
-
- This is the default for versions 6.2.18-3 and later
20
19
-**all** collects everything from your environment
21
-
- This is the default mode for versions 6.2.12-1 and earlier
22
20
23
21
{{<note>}} This script requires Python 3.6 or later. {{</note>}}
0 commit comments