Skip to content

Commit

Permalink
add cloudwatch to elasticsearch docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
afine committed Apr 20, 2021
1 parent 1eff4e9 commit beec3d8
Show file tree
Hide file tree
Showing 37 changed files with 166 additions and 92 deletions.
14 changes: 9 additions & 5 deletions docker-image/v1.12/arm64/debian-azureblob/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,19 @@ GEM
net-http-persistent (~> 4.0)
nokogiri (~> 1.11.0.rc2)
concurrent-ruby (1.1.8)
connection_pool (2.2.3)
connection_pool (2.2.5)
cool.io (1.7.1)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
faraday (1.3.0)
faraday (1.4.1)
faraday-excon (~> 1.1)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.1)
multipart-post (>= 1.2, < 3)
ruby2_keywords
ruby2_keywords (>= 0.0.4)
faraday-excon (1.1.0)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.1.0)
faraday_middleware (1.0.0)
faraday (~> 1.0)
ffi (1.15.0)
Expand Down Expand Up @@ -102,7 +106,7 @@ GEM
net-http-persistent (4.0.1)
connection_pool (~> 2.2)
netrc (0.11.0)
nokogiri (1.11.2)
nokogiri (1.11.3)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
oj (3.11.0)
Expand Down Expand Up @@ -157,4 +161,4 @@ DEPENDENCIES
oj (= 3.11.0)

BUNDLED WITH
2.2.3
2.2.15
6 changes: 3 additions & 3 deletions docker-image/v1.12/arm64/debian-cloudwatch/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ GEM
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
aws-eventstream (1.1.1)
aws-partitions (1.441.0)
aws-partitions (1.446.0)
aws-sdk-cloudwatchlogs (1.40.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sigv4 (~> 1.1)
aws-sdk-core (3.113.1)
aws-sdk-core (3.114.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
aws-sigv4 (~> 1.1)
Expand Down Expand Up @@ -145,4 +145,4 @@ DEPENDENCIES
oj (= 3.11.0)

BUNDLED WITH
2.2.3
2.2.15
12 changes: 8 additions & 4 deletions docker-image/v1.12/arm64/debian-elasticsearch6/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,16 @@ GEM
elasticsearch-transport (6.8.3)
faraday (~> 1)
multi_json
excon (0.79.0)
faraday (1.3.0)
excon (0.80.1)
faraday (1.4.1)
faraday-excon (~> 1.1)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.1)
multipart-post (>= 1.2, < 3)
ruby2_keywords
ruby2_keywords (>= 0.0.4)
faraday-excon (1.1.0)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.1.0)
ffi (1.15.0)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
Expand Down Expand Up @@ -149,4 +153,4 @@ DEPENDENCIES
oj (= 3.11.0)

BUNDLED WITH
2.2.3
2.2.15
2 changes: 2 additions & 0 deletions docker-image/v1.12/arm64/debian-elasticsearch7/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ gem "elasticsearch", "~> 7.0"
gem "fluent-plugin-elasticsearch", "~> 5.0.2"
gem "elasticsearch-xpack", "~> 7.0"
gem "fluent-plugin-dedot_filter", "~> 1.0"
gem "aws-sdk-cloudwatchlogs", "~> 1.0"
gem "fluent-plugin-cloudwatch-logs", "~> 0.13.4"
gem "fluent-plugin-kubernetes_metadata_filter", "~> 2.6.0"
gem "ffi"
gem "fluent-plugin-systemd", "~> 1.0.2"
32 changes: 27 additions & 5 deletions docker-image/v1.12/arm64/debian-elasticsearch7/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ GEM
specs:
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
aws-eventstream (1.1.1)
aws-partitions (1.446.0)
aws-sdk-cloudwatchlogs (1.40.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sigv4 (~> 1.1)
aws-sdk-core (3.114.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sigv4 (1.2.3)
aws-eventstream (~> 1, >= 1.0.2)
concurrent-ruby (1.1.8)
cool.io (1.7.1)
domain_name (0.5.20190701)
Expand All @@ -17,25 +29,32 @@ GEM
multi_json
elasticsearch-xpack (7.12.0)
elasticsearch-api (>= 6)
excon (0.79.0)
faraday (1.3.0)
excon (0.80.1)
faraday (1.4.1)
faraday-excon (~> 1.1)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.1)
multipart-post (>= 1.2, < 3)
ruby2_keywords
ruby2_keywords (>= 0.0.4)
faraday-excon (1.1.0)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.1.0)
ffi (1.15.0)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
rake
fluent-config-regexp-type (1.0.0)
fluentd (> 1.0.0, < 2)
fluent-plugin-cloudwatch-logs (0.13.4)
aws-sdk-cloudwatchlogs (~> 1.0)
fluentd (>= 1.8.0)
fluent-plugin-concat (2.4.0)
fluentd (>= 0.14.0, < 2)
fluent-plugin-dedot_filter (1.0.0)
fluentd (>= 0.14.0, < 2)
fluent-plugin-detect-exceptions (0.0.13)
fluentd (>= 0.10)
fluent-plugin-elasticsearch (5.0.2)
fluent-plugin-elasticsearch (5.0.3)
elasticsearch
excon
fluentd (>= 0.14.22)
Expand Down Expand Up @@ -87,6 +106,7 @@ GEM
http-parser (1.2.3)
ffi-compiler (>= 1.0, < 2.0)
http_parser.rb (0.6.0)
jmespath (1.4.0)
jsonpath (1.1.0)
multi_json
kubeclient (4.9.1)
Expand Down Expand Up @@ -135,9 +155,11 @@ PLATFORMS
ruby

DEPENDENCIES
aws-sdk-cloudwatchlogs (~> 1.0)
elasticsearch (~> 7.0)
elasticsearch-xpack (~> 7.0)
ffi
fluent-plugin-cloudwatch-logs (~> 0.13.4)
fluent-plugin-concat (~> 2.4.0)
fluent-plugin-dedot_filter (~> 1.0)
fluent-plugin-detect-exceptions (~> 0.0.13)
Expand All @@ -155,4 +177,4 @@ DEPENDENCIES
oj (= 3.11.0)

BUNDLED WITH
2.2.3
2.2.15
2 changes: 1 addition & 1 deletion docker-image/v1.12/arm64/debian-forward/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@ DEPENDENCIES
oj (= 3.11.0)

BUNDLED WITH
2.2.3
2.2.15
22 changes: 13 additions & 9 deletions docker-image/v1.12/arm64/debian-gcs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,19 @@ GEM
concurrent-ruby (1.1.8)
cool.io (1.7.1)
declarative (0.0.20)
declarative-option (0.1.0)
digest-crc (0.6.3)
rake (>= 12.0.0, < 14.0.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
faraday (1.3.0)
faraday (1.4.1)
faraday-excon (~> 1.1)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.1)
multipart-post (>= 1.2, < 3)
ruby2_keywords
ruby2_keywords (>= 0.0.4)
faraday-excon (1.1.0)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.1.0)
ffi (1.15.0)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
Expand Down Expand Up @@ -75,7 +78,7 @@ GEM
rexml
signet (~> 0.14)
webrick
google-apis-iamcredentials_v1 (0.2.0)
google-apis-iamcredentials_v1 (0.3.0)
google-apis-core (~> 0.1)
google-apis-storage_v1 (0.3.0)
google-apis-core (~> 0.1)
Expand Down Expand Up @@ -115,7 +118,7 @@ GEM
httpclient (2.8.3)
jsonpath (1.1.0)
multi_json
jwt (2.2.2)
jwt (2.2.3)
kubeclient (4.9.1)
http (>= 3.0, < 5.0)
jsonpath (~> 1.0)
Expand All @@ -139,17 +142,17 @@ GEM
quantile (0.2.1)
rake (13.0.3)
recursive-open-struct (1.1.3)
representable (3.0.4)
representable (3.1.1)
declarative (< 0.1.0)
declarative-option (< 0.2.0)
trailblazer-option (>= 0.1.1, < 0.2.0)
uber (< 0.2.0)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
retriable (3.1.2)
rexml (3.2.4)
rexml (3.2.5)
ruby2_keywords (0.0.4)
serverengine (2.2.3)
sigdump (~> 0.2.2)
Expand All @@ -162,6 +165,7 @@ GEM
strptime (0.2.5)
systemd-journal (1.3.3)
ffi (~> 1.9)
trailblazer-option (0.1.1)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2021.1)
Expand Down Expand Up @@ -194,4 +198,4 @@ DEPENDENCIES
oj (= 3.11.0)

BUNDLED WITH
2.2.3
2.2.15
2 changes: 1 addition & 1 deletion docker-image/v1.12/arm64/debian-graylog/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ DEPENDENCIES
oj (= 3.11.0)

BUNDLED WITH
2.2.3
2.2.15
4 changes: 2 additions & 2 deletions docker-image/v1.12/arm64/debian-kafka/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ GEM
fluent-plugin-json-in-json-2 (1.0.2)
fluentd (>= 0.14.0, < 2)
yajl-ruby (~> 1.0)
fluent-plugin-kafka (0.16.0)
fluent-plugin-kafka (0.16.1)
fluentd (>= 0.10.58, < 2)
ltsv
ruby-kafka (>= 1.2.0, < 2)
Expand Down Expand Up @@ -155,4 +155,4 @@ DEPENDENCIES
snappy (~> 0.0.15)

BUNDLED WITH
2.2.3
2.2.15
4 changes: 2 additions & 2 deletions docker-image/v1.12/arm64/debian-kafka2/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ GEM
fluent-plugin-json-in-json-2 (1.0.2)
fluentd (>= 0.14.0, < 2)
yajl-ruby (~> 1.0)
fluent-plugin-kafka (0.16.0)
fluent-plugin-kafka (0.16.1)
fluentd (>= 0.10.58, < 2)
ltsv
ruby-kafka (>= 1.2.0, < 2)
Expand Down Expand Up @@ -155,4 +155,4 @@ DEPENDENCIES
snappy (~> 0.0.15)

BUNDLED WITH
2.2.3
2.2.15
6 changes: 3 additions & 3 deletions docker-image/v1.12/arm64/debian-kinesis/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ GEM
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
aws-eventstream (1.1.1)
aws-partitions (1.441.0)
aws-sdk-core (3.113.1)
aws-partitions (1.446.0)
aws-sdk-core (3.114.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
aws-sigv4 (~> 1.1)
Expand Down Expand Up @@ -150,4 +150,4 @@ DEPENDENCIES
oj (= 3.11.0)

BUNDLED WITH
2.2.3
2.2.15
2 changes: 1 addition & 1 deletion docker-image/v1.12/arm64/debian-logentries/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@ DEPENDENCIES
oj (= 3.11.0)

BUNDLED WITH
2.2.3
2.2.15
2 changes: 1 addition & 1 deletion docker-image/v1.12/arm64/debian-loggly/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ DEPENDENCIES
oj (= 3.11.0)

BUNDLED WITH
2.2.3
2.2.15
2 changes: 1 addition & 1 deletion docker-image/v1.12/arm64/debian-logzio/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ DEPENDENCIES
oj (= 3.11.0)

BUNDLED WITH
2.2.3
2.2.15
2 changes: 1 addition & 1 deletion docker-image/v1.12/arm64/debian-papertrail/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,4 @@ DEPENDENCIES
oj (= 3.11.0)

BUNDLED WITH
2.2.3
2.2.15
8 changes: 4 additions & 4 deletions docker-image/v1.12/arm64/debian-s3/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ GEM
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
aws-eventstream (1.1.1)
aws-partitions (1.441.0)
aws-sdk-core (3.113.1)
aws-partitions (1.446.0)
aws-sdk-core (3.114.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-kms (1.43.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.93.0)
aws-sdk-s3 (1.93.1)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.1)
Expand Down Expand Up @@ -153,4 +153,4 @@ DEPENDENCIES
oj (= 3.11.0)

BUNDLED WITH
2.2.3
2.2.15
4 changes: 2 additions & 2 deletions docker-image/v1.12/arm64/debian-stackdriver/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ GEM
json (1.8.6)
jsonpath (1.1.0)
multi_json
jwt (2.2.2)
jwt (2.2.3)
kubeclient (4.9.1)
http (>= 3.0, < 5.0)
jsonpath (~> 1.0)
Expand Down Expand Up @@ -180,4 +180,4 @@ DEPENDENCIES
oj (= 3.11.0)

BUNDLED WITH
2.2.3
2.2.15
2 changes: 1 addition & 1 deletion docker-image/v1.12/arm64/debian-syslog/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ DEPENDENCIES
oj (= 3.11.0)

BUNDLED WITH
2.2.3
2.2.15
Loading

0 comments on commit beec3d8

Please sign in to comment.