s12v / awsbeats

AWS Kinesis plugin for Filebeat
Apache License 2.0
61 stars 26 forks source link

Beats v6.3, along with a more distinguishable and maintainable docker image naming #37

Closed mumoshu closed 6 years ago

mumoshu commented 6 years ago

All the awsbeats images look like s12v/awsbeats:${awsbeats_ver}-${beat_name}-${beat_ver}, so that you can decide the awsbeats version, beat name, and the beat version independently.

@s12v Perhaps this helps you to automate the docker image publishing using make targets like filebeat-image? :)

codecov-io commented 6 years ago

Codecov Report

Merging #37 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #37   +/-   ##
=======================================
  Coverage   63.63%   63.63%           
=======================================
  Files           4        4           
  Lines         132      132           
=======================================
  Hits           84       84           
  Misses         42       42           
  Partials        6        6

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e914bde...c826a64. Read the comment docs.