Skip to content

Commit

Permalink
Add docker to packages.yml for x-pack/metricbeat
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkroh committed Nov 26, 2018
1 parent fd70623 commit 0a39283
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions x-pack/metricbeat/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,22 @@ specs:
'/usr/share/{{.BeatName}}/kibana':
source: build/kibana
mode: 0644

- os: linux
types: [docker]
spec:
<<: *docker_spec
<<: *elastic_docker_spec
<<: *elastic_license_for_binaries
files:
'{{.BeatName}}.yml':
source: '../../metricbeat/metricbeat.docker.yml'
mode: 0600
config: true
modules.d:
mode: 0644
source: build/package/modules.d
config: true
kibana:
source: build/kibana
mode: 0644

0 comments on commit 0a39283

Please sign in to comment.