Skip to content

Commit

Permalink
Update dependency elasticsearch to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 25, 2024
1 parent a3b7f44 commit ecee226
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docker/estenrye/fluentd-cloudtrail/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ gem "fluent-plugin-s3", "= 1.7.1"

gem "fluent-plugin-elasticsearch", "= 5.2.4"

gem "elasticsearch", "= 7.17.1"
gem "elasticsearch", "= 8.12.1"

gem "fluent-plugin-record_splitter", "= 0.2.1"
20 changes: 11 additions & 9 deletions docker/estenrye/fluentd-cloudtrail/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,24 @@ GEM
aws-sigv4 (~> 1.1)
aws-sigv4 (1.5.1)
aws-eventstream (~> 1, >= 1.0.2)
base64 (0.2.0)
bigdecimal (3.1.2)
concurrent-ruby (1.1.10)
console (1.15.3)
fiber-local
cool.io (1.7.1)
elasticsearch (7.17.1)
elasticsearch-api (= 7.17.1)
elasticsearch-transport (= 7.17.1)
elasticsearch-api (7.17.1)
elastic-transport (8.3.1)
faraday (< 3)
multi_json
elasticsearch-transport (7.17.1)
faraday (~> 1)
elasticsearch (8.12.1)
base64
elastic-transport (~> 8.3)
elasticsearch-api (= 8.12.1)
elasticsearch-api (8.12.1)
multi_json
excon (0.92.5)
ext_monitor (0.1.2)
faraday (1.10.2)
faraday (1.10.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
Expand Down Expand Up @@ -110,7 +112,7 @@ GEM
json (2.6.2)
msgpack (1.5.6)
multi_json (1.15.0)
multipart-post (2.2.3)
multipart-post (2.3.0)
nio4r (2.5.8)
oj (3.13.11)
protocol-hpack (1.4.2)
Expand Down Expand Up @@ -142,7 +144,7 @@ PLATFORMS
DEPENDENCIES
async-http (= 0.59.2)
bigdecimal (= 3.1.2)
elasticsearch (= 7.17.1)
elasticsearch (= 8.12.1)
ext_monitor (= 0.1.2)
fluent-plugin-elasticsearch (= 5.2.4)
fluent-plugin-record_splitter (= 0.2.1)
Expand Down

0 comments on commit ecee226

Please sign in to comment.