Skip to content

Commit

Permalink
Add input name alias for cloudbeat integrations (#1596)
Browse files Browse the repository at this point in the history
* add name alias for cloudbeat

* add anchors for yaml fields

* add EKS input
  • Loading branch information
fearful-symmetry authored Oct 24, 2022
1 parent 0602091 commit 9420497
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 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,15 @@ inputs:
- "setup.template.enabled=false"
- "-E"
- "gc_percent=${CLOUDBEAT_GOGC:100}"
- name: cloudbeat/cis_k8s
description: "CIS Kubernetes monitoring"
platforms: *platforms
outputs: *outputs
command:
args: *args
- name: cloudbeat/cis_eks
description: "CIS elastic Kubernetes monitoring"
platforms: *platforms
outputs: *outputs
command:
args: *args

0 comments on commit 9420497

Please sign in to comment.