Skip to content

Commit

Permalink
Cloudbeat args v2 alignment (#1763)
Browse files Browse the repository at this point in the history
  • Loading branch information
oren-zohar authored Dec 6, 2022
1 parent 1d4f39b commit 6f2d687
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions specs/cloudbeat.spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ inputs:
- redis
command:
args: &args
- "-E"
- "management.enabled=true"
- "-E"
- "setup.ilm.enabled=false"
- "-E"
- "setup.template.enabled=false"
- "-E"
- "management.enabled=true"
- "-E"
- "logging.level=info"
- "-E"
- "logging.to_stderr=true"
- "-E"
- "gc_percent=${CLOUDBEAT_GOGC:100}"
Expand Down

0 comments on commit 6f2d687

Please sign in to comment.