Skip to content

Commit 4eab252

Browse files
committed
new line linting, committing redis logs
1 parent 0850b1f commit 4eab252

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

docs/use-cases/observability/clickstack/integration-examples/nginx-logs.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@ To help you get started monitoring nginx with ClickStack, we provide essential v
274274

275275
#### <TrackedLink href={useBaseUrl('/examples/nginx-logs-dashboard.json')} download="nginx-logs-dashboard.json" eventName="docs.nginx_logs_monitoring.dashboard_download">Download</TrackedLink> the dashboard configuration {#download}
276276

277-
278277
#### Import the pre-built dashboard {#import-dashboard}
279278
1. Open HyperDX and navigate to the Dashboards section.
280279
2. Click "Import Dashboard" in the upper right corner under the ellipses.
@@ -342,4 +341,4 @@ docker exec `<container>` cat /etc/otel/supervisor-data/agent.log
342341
If you want to explore further, here are some next steps to experiment with your dashboard
343342

344343
- Set up alerts for critical metrics (error rates, latency thresholds)
345-
- Create additional dashboards for specific use cases (API monitoring, security events)
344+
- Create additional dashboards for specific use cases (API monitoring, security events)

docs/use-cases/observability/clickstack/integration-examples/redis-logs.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
---
22
slug: /use-cases/observability/clickstack/integrations/redis
33
title: 'Monitoring Redis logs with ClickStack'
4-
sidebar_label: 'Redis'
4+
sidebar_label: 'Redis logs'
55
pagination_prev: null
66
pagination_next: null
7-
description: 'Monitoring Redis with ClickStack'
7+
description: 'Monitoring Redis logs with ClickStack'
88
doc_type: 'guide'
99
---
1010

1111
import Image from '@theme/IdealImage';
1212
import useBaseUrl from '@docusaurus/useBaseUrl';
1313
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';
1616
import log_view from '@site/static/images/clickstack/redis/redis-log-view.png';
1717
import log from '@site/static/images/clickstack/redis/redis-log.png';
18+
import { TrackedLink } from '@site/src/components/GalaxyTrackedLink/GalaxyTrackedLink';
1819

19-
# Monitoring Redis Logs with ClickStack {#redis-clickstack}
20+
# Monitoring Redis logs with ClickStack {#redis-clickstack}
2021

2122
:::note[TL;DR]
2223
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
2526
- Deploy ClickStack with your custom configuration
2627
- Use a pre-built dashboard to visualize Redis metrics (connections, commands, memory, errors)
2728

29+
A demo dataset with sample logs is available if you want to test the integration before configuring your production Redis.
30+
2831
Time Required: 5-10 minutes
2932
:::
3033

@@ -167,7 +170,7 @@ docker run --name clickstack \
167170
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.
168171
:::
169172

170-
#### Verifying Logs in ClickStack {#verifying-logs}
173+
#### Verifying Logs in HyperDX {#verifying-logs}
171174

172175
Once configured, log into HyperDX and verify logs are flowing:
173176

@@ -271,9 +274,9 @@ If you don't see logs, ensure the time range is set to 2025-10-27 10:00:00 - 202
271274

272275
To help you get started monitoring Redis with ClickStack, we provide essential visualizations for Redis logs.
273276

274-
<VerticalStepper>
277+
<VerticalStepper headerLevel="h4">
275278

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}
277280

278281
#### Import Pre-built Dashboard {#import-dashboard}
279282

@@ -286,7 +289,11 @@ To help you get started monitoring Redis with ClickStack, we provide essential v
286289

287290
<Image img={finish_import} alt="Finish Import"/>
288291

289-
#### The dashboard will be created with all visualizations pre-configured. {#created-dashboard}
292+
#### The dashboard will be created with all visualizations pre-configured {#created-dashboard}
293+
294+
:::note
295+
Ensure the time range is set to 2025-10-27 10:00:00 - 2025-10-28 10:00:00. The imported dashboard will not have a time range specified by default.
296+
:::
290297

291298
<Image img={example_dashboard} alt="Example Dashboard"/>
292299

0 commit comments

Comments
 (0)