|
Expand Up
|
@@ -13,18 +13,18 @@ GEM |
|
|
dig_rb (1.0.1) |
|
|
domain_name (0.5.20180417) |
|
|
unf (>= 0.0.5, < 1.0.0) |
|
|
elasticsearch (7.0.0) |
|
|
elasticsearch-api (= 7.0.0) |
|
|
elasticsearch-transport (= 7.0.0) |
|
|
elasticsearch-api (7.0.0) |
|
|
elasticsearch (7.1.0) |
|
|
elasticsearch-api (= 7.1.0) |
|
|
elasticsearch-transport (= 7.1.0) |
|
|
elasticsearch-api (7.1.0) |
|
|
multi_json |
|
|
elasticsearch-transport (7.0.0) |
|
|
elasticsearch-transport (7.1.0) |
|
|
faraday |
|
|
multi_json |
|
|
excon (0.64.0) |
|
|
faraday (0.15.4) |
|
|
multipart-post (>= 1.2, < 3) |
|
|
ffi (1.10.0) |
|
|
ffi (1.11.1) |
|
|
fluent-config-regexp-type (1.0.0) |
|
|
fluentd (> 1.0.0, < 2) |
|
|
fluent-plugin-concat (2.3.0) |
|
Expand All
|
@@ -35,6 +35,9 @@ GEM |
|
|
fluentd (>= 0.14.22) |
|
|
fluent-plugin-grok-parser (2.5.1) |
|
|
fluentd (>= 0.14.6, < 2) |
|
|
fluent-plugin-json-in-json-2 (1.0.2) |
|
|
fluentd (>= 0.14.0, < 2) |
|
|
yajl-ruby (~> 1.0) |
|
|
fluent-plugin-kubernetes_metadata_filter (2.1.6) |
|
|
fluentd (>= 0.14.0, < 2) |
|
|
kubeclient (~> 1.1.4) |
|
Expand Down
Expand Up
|
@@ -84,12 +87,12 @@ GEM |
|
|
minitest (5.11.3) |
|
|
msgpack (1.2.10) |
|
|
multi_json (1.13.1) |
|
|
multipart-post (2.0.0) |
|
|
multipart-post (2.1.1) |
|
|
netrc (0.11.0) |
|
|
oj (3.5.1) |
|
|
prometheus-client (0.9.0) |
|
|
quantile (~> 0.2.1) |
|
|
public_suffix (3.0.3) |
|
|
public_suffix (3.1.0) |
|
|
quantile (0.2.1) |
|
|
recursive-open-struct (1.0.0) |
|
|
rest-client (2.0.2) |
|
Expand Down
Expand Up
|
@@ -120,6 +123,7 @@ DEPENDENCIES |
|
|
fluent-plugin-concat (~> 2.3.0) |
|
|
fluent-plugin-elasticsearch (~> 3.4.2) |
|
|
fluent-plugin-grok-parser (~> 2.5.0) |
|
|
fluent-plugin-json-in-json-2 (>= 1.0.2) |
|
|
fluent-plugin-kubernetes_metadata_filter (~> 2.1.4) |
|
|
fluent-plugin-multi-format-parser (~> 1.0.0) |
|
|
fluent-plugin-prometheus (~> 1.3.0) |
|
Expand Down
|
|