Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add input name alias for cloudbeat integrations #1596

Merged
Merged
Changes from 2 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
12 changes: 9 additions & 3 deletions specs/cloudbeat.spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@ version: 2
inputs:
- name: cloudbeat
description: "Cloudbeat"
platforms:
platforms: &platforms
- linux/amd64
- linux/arm64
- darwin/amd64
- darwin/arm64
- windows/amd64
- container/amd64
- container/arm64
outputs:
outputs: &outputs
- elasticsearch
- kafka
- logstash
- redis
command:
args:
args: &args
- "-E"
- "management.enabled=true"
- "-E"
Expand All @@ -25,3 +25,9 @@ inputs:
- "setup.template.enabled=false"
- "-E"
- "gc_percent=${CLOUDBEAT_GOGC:100}"
- name: cloudbeat/cis_k8s
oren-zohar marked this conversation as resolved.
Show resolved Hide resolved
description: "CIS Kubernetes monitoring"
platforms: *platforms
cmacknz marked this conversation as resolved.
Show resolved Hide resolved
outputs: *outputs
command:
args: *args