Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ title: Redis slow logs
type: logs
release: beta
streams:
- input: logs
- input: redis
vars:
- name: hosts
type: text
Expand Down
11 changes: 7 additions & 4 deletions dev/packages/alpha/redis/0.1.0/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,11 @@ datasources:
description: Collect logs and metrics from Redis instances
inputs:
- type: logs
title: Collect logs from Redis instances
description: Collecting Redis log and slowlog logs
title: Collect Redis application logs
description: Collecting application logs from Redis instances
- type: redis
title: Collect Redis slow logs
description: Collecting slow logs from Redis instances
- type: redis/metrics
vars:
- name: hosts
Expand Down Expand Up @@ -75,5 +78,5 @@ datasources:
required: false
show_user: false
default: ""
title: Collect metrics from Redis instances
description: Collecting Redis info, key and keyspace metrics
title: Collect Redis metrics
description: Collecting info, key and keyspace metrics from Redis instances