Skip to content

Commit ab4ba37

Browse files
committed
tested demo dataset and added screenshots
1 parent a659fd8 commit ab4ba37

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

docs/use-cases/observability/clickstack/host-logs/ec2-host-logs.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
1414
import import_dashboard from '@site/static/images/clickstack/import-dashboard.png';
1515
import search_view from '@site/static/images/clickstack/host-logs/ec2/search-view.png';
1616
import log_view from '@site/static/images/clickstack/host-logs/ec2/log-view.png';
17+
import search_view_demo from '@site/static/images/clickstack/host-logs/ec2/search-view-demo.png';
18+
import log_view_demo from '@site/static/images/clickstack/host-logs/ec2/log-view-demo.png';
1719
import logs_dashboard from '@site/static/images/clickstack/host-logs/host-logs-dashboard.png';
1820
import finish_import from '@site/static/images/clickstack/host-logs/import-dashboard.png';
1921
import { TrackedLink } from '@site/src/components/GalaxyTrackedLink/GalaxyTrackedLink';
@@ -371,22 +373,18 @@ processors:
371373
- key: host.name
372374
value: "prod-web-01"
373375
action: insert
374-
375-
batch:
376-
timeout: 10s
377-
378-
exporters:
379-
otlphttp:
380-
endpoint: "http://localhost:4318"
381-
headers:
382-
authorization: "${env:CLICKSTACK_API_KEY}"
383376

384377
service:
385378
pipelines:
386-
logs:
379+
logs/ec2-demo:
387380
receivers: [filelog/journal]
388-
processors: [resource, batch]
389-
exporters: [otlphttp]
381+
processors:
382+
- resource
383+
- memory_limiter
384+
- transform
385+
- batch
386+
exporters:
387+
- clickhouse
390388
EOF
391389
```
392390

@@ -417,8 +415,8 @@ Once the collector is running:
417415
4. Filter by `source:ec2-demo`
418416
5. Expand a log entry to view EC2 metadata in the resource attributes
419417

420-
<Image img={search_view} alt="EC2 logs search view"/>
421-
<Image img={log_view} alt="EC2 log detail with metadata"/>
418+
<Image img={search_view_demo} alt="EC2 logs search view"/>
419+
<Image img={log_view_demo} alt="EC2 log detail with metadata"/>
422420

423421
:::note[Timezone Display]
424422
HyperDX displays timestamps in your browser's local timezone. The demo data spans **2025-11-11 00:00:00 - 2025-11-12 00:00:00 (UTC)**. The wide time range ensures you'll see the demo logs regardless of your location. Once you see the logs, you can narrow the range to a 24-hour period for clearer visualizations.
263 KB
Loading
709 KB
Loading

0 commit comments

Comments
 (0)