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
description: 'Monitoring Redis logs with ClickStack'
8
8
doc_type: 'guide'
9
9
---
10
10
11
11
import Image from '@theme/IdealImage';
12
12
import useBaseUrl from '@docusaurus/useBaseUrl';
13
13
import import_dashboard from '@site/static/images/clickstack/import-dashboard.png';
14
-
import finish_import from '@site/static/images/clickstack/redis/import-redis-log-dashboard.png';
15
-
import example_dashboard from '@site/static/images/clickstack/redis/redis-log-dashboard.png';
14
+
import finish_import from '@site/static/images/clickstack/redis/redis-import-dashboard.png';
15
+
import example_dashboard from '@site/static/images/clickstack/redis/redis-logs-dashboard.png';
16
16
import log_view from '@site/static/images/clickstack/redis/redis-log-view.png';
17
17
import log from '@site/static/images/clickstack/redis/redis-log.png';
18
+
import { TrackedLink } from '@site/src/components/GalaxyTrackedLink/GalaxyTrackedLink';
18
19
19
-
# Monitoring Redis Logs with ClickStack {#redis-clickstack}
20
+
# Monitoring Redis logs with ClickStack {#redis-clickstack}
20
21
21
22
:::note[TL;DR]
22
23
This guide shows you how to monitor Redis with ClickStack by configuring the OpenTelemetry collector to ingest Redis server logs. You'll learn how to:
@@ -25,6 +26,8 @@ This guide shows you how to monitor Redis with ClickStack by configuring the Ope
25
26
- Deploy ClickStack with your custom configuration
26
27
- Use a pre-built dashboard to visualize Redis metrics (connections, commands, memory, errors)
27
28
29
+
A demo dataset with sample logs is available if you want to test the integration before configuring your production Redis.
30
+
28
31
Time Required: 5-10 minutes
29
32
:::
30
33
@@ -167,7 +170,7 @@ docker run --name clickstack \
167
170
Ensure the ClickStack collector has appropriate permissions to read the Redis log files. In production, use read-only mounts (`:ro`) and follow the principle of least privilege.
168
171
:::
169
172
170
-
#### Verifying Logs in ClickStack {#verifying-logs}
173
+
#### Verifying Logs in HyperDX {#verifying-logs}
171
174
172
175
Once configured, log into HyperDX and verify logs are flowing:
173
176
@@ -271,9 +274,9 @@ If you don't see logs, ensure the time range is set to 2025-10-27 10:00:00 - 202
271
274
272
275
To help you get started monitoring Redis with ClickStack, we provide essential visualizations for Redis logs.
273
276
274
-
<VerticalStepper>
277
+
<VerticalStepper headerLevel="h4">
275
278
276
-
#### <a href={useBaseUrl('/examples/redis-logs-dashboard.json')} download="redis-logs-dashboard.json">Download</a> the dashboard configuration. {#download-dashboard}
279
+
#### <TrackedLink href={useBaseUrl('/examples/redis-logs-dashboard.json')} download="redis-logs-dashboard.json" eventName="docs.redis_logs_monitoring.dashboard_download">Download</TrackedLink> the dashboard configuration {#download}
0 commit comments