Skip to content

Commit

Permalink
Cherry-pick elastic#8898, elastic#9063 and elastic#9223 to 6.x: Build…
Browse files Browse the repository at this point in the history
… docker images when building packages (elastic#9433)

Include generation of docker images in the process of building the
rest of released packages by extending `mage package`. (elastic#8898)

(cherry picked from commit 9294384)

Tag container images with snapshot information (elastic#9063)

(cherry picked from commit 1dd4fbf)

* Compress docker artifacts with gzip (elastic#9223)

(cherry picked from commit 675f2b0)

Co-authored-by: Gil Raphaelli <g@raphaelli.com>
  • Loading branch information
jsoriano and graphaelli committed Dec 8, 2018
1 parent 02e1dfa commit 0806da4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _meta/beat.docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
journalbeat.inputs:
- paths: []
seek: tail

11 changes: 11 additions & 0 deletions journalbeat.docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
journalbeat.inputs:
- paths: []
seek: tail

processors:
- add_cloud_metadata: ~

output.elasticsearch:
hosts: '${ELASTICSEARCH_HOSTS:elasticsearch:9200}'
username: '${ELASTICSEARCH_USERNAME:}'
password: '${ELASTICSEARCH_PASSWORD:}'

0 comments on commit 0806da4

Please sign in to comment.