Skip to content

Commit

Permalink
change to v2 spec file (elastic#254)
Browse files Browse the repository at this point in the history
* change to v2 spec file

Co-authored-by: Craig MacKenzie <craig.mackenzie@elastic.co>
  • Loading branch information
leehinman and cmacknz authored Feb 22, 2023
1 parent a74b2b5 commit cdf8aa3
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions elastic-agent-shipper.spec.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
version: 2
outputs:
- name: elasticsearch
description: Elasticsearch
platforms: &platforms
shippers:
- name: shipper
description: "Elastic Agent Shipper"
platforms:
- linux/amd64
- linux/arm64
- darwin/amd64
- darwin/arm64
- windows/amd64
- container/amd64
- container/arm64
command: {}

outputs:
- elasticsearch
- kafka
- logstash
- redis
command: &command
args:
- "-E"
- "logging.level=info"

0 comments on commit cdf8aa3

Please sign in to comment.