Skip to content

Commit

Permalink
Initial spec file for apm-server (elastic#21225)
Browse files Browse the repository at this point in the history
Start with Elasticsearch output only for now
  • Loading branch information
jalvz committed Dec 1, 2020
1 parent 6cd245f commit 1529163
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions x-pack/elastic-agent/spec/apm-server.yml.disabled
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: APM-Server
cmd: apm-server
artifact: apm-server
args: ["-E", "management.enabled=true", "-E", "management.mode=x-pack-fleet"]
rules:
- fix_stream: {}
- filter_values:
selector: inputs
key: type
values:
- apm
- filter:
selectors:
- inputs
- output
when: length(${inputs}) > 0 and hasKey(${output}, 'elasticsearch')

0 comments on commit 1529163

Please sign in to comment.