Skip to content

Commit

Permalink
Merge the Elastic Logging Plugin to master (elastic#15085)
Browse files Browse the repository at this point in the history
* Add a docker plugin - Elastic Log Driver (elastic#13761)

(cherry picked from commit 4a7a8c3)
  • Loading branch information
fearful-symmetry committed Dec 16, 2019
1 parent 658fcb5 commit a902019
Show file tree
Hide file tree
Showing 374 changed files with 62,375 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ beat.db
mage_output_file.go
x-pack/functionbeat/*/fields.yml
x-pack/functionbeat/provider/*/functionbeat-*
x-pack/dockerlogbeat/temproot.tar

# Editor swap files
*.swp
Expand Down
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,12 @@ jobs:
go: $TRAVIS_GO_VERSION
stage: test

# Docker Log Driver
- os: linux
env: TARGETS="-C x-pack/dockerlogbeat testsuite"
go: $TRAVIS_GO_VERSION
stage: test

# Journalbeat
- os: linux
env: TARGETS="-C journalbeat testsuite"
Expand Down
Loading

0 comments on commit a902019

Please sign in to comment.