fluent-plugin-kubernetes_metadata_filter 3.5.0 → 3.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 57614dafa7cf3621cb5d3ade3bdfe3a72a37476d61bf2eb5ee5b371dd3174699
4
- data.tar.gz: c4e298eca7e0049b747d92079d6a867d4e2d6fcce3f35dd44ed362a9eef33373
3
+ metadata.gz: 6824096b43c51cdf763d7659dd681f2439f56c2f895353a4175c4ec905aa785c
4
+ data.tar.gz: d5a3da105e3d5d97c37bebcc50d0654446ac8fffea39ec1bf1723075192a24d9
5
5
  SHA512:
6
- metadata.gz: ddd8c41c2f3717b1c890b746bbc3cf0b80844162f79d54524565c3cac259ce0667ca73aaaeeaffc7e8ba6782e28eaeea5b7c4274b382ce564821a7cfb19c8cff
7
- data.tar.gz: 05a5d2f83f666514dec72fa6946f260f48be0dec11a8a8ae2efe14028974d1ba2475b384423339a5763afa869d050767e74a504ae3c2c16064040e78e55f1d1e
6
+ metadata.gz: c5c0be55b4f5dd202719bf59b4343ece99b79567cf953daebf42fdb1d1170eb23a172b4ddcf0d9254c53970330c857b2b576ea3651810c7742d897defc10d94c
7
+ data.tar.gz: 0ac96d3540ac35fc1a7193f152829650688405ea80cc160a820c23e6fa04088cd7d4545ad2f5becf4016f733535ccee7d91389330cd7c541c6189589a3ec6a3a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fluent-plugin-kubernetes_metadata_filter (3.5.0)
4
+ fluent-plugin-kubernetes_metadata_filter (3.5.1)
5
5
  fluentd (>= 0.14.0, < 1.18)
6
6
  kubeclient (>= 4.0.0, < 5.0.0)
7
7
  lru_redux
@@ -17,8 +17,8 @@ GEM
17
17
  charlock_holmes (0.7.7)
18
18
  codeclimate-test-reporter (0.6.0)
19
19
  simplecov (>= 0.7.1, < 1.0.0)
20
- concurrent-ruby (1.3.3)
21
- cool.io (1.8.1)
20
+ concurrent-ruby (1.3.4)
21
+ cool.io (1.9.0)
22
22
  copyright-header (1.0.22)
23
23
  github-linguist
24
24
  crack (0.4.5)
@@ -32,13 +32,14 @@ GEM
32
32
  ffi-compiler (1.3.2)
33
33
  ffi (>= 1.15.5)
34
34
  rake
35
- fluentd (1.17.0)
35
+ fluentd (1.17.1)
36
36
  base64 (~> 0.2)
37
37
  bundler
38
38
  cool.io (>= 1.4.5, < 2.0.0)
39
39
  csv (~> 3.2)
40
40
  drb (~> 2.2)
41
41
  http_parser.rb (>= 0.5.1, < 0.9.0)
42
+ logger (~> 1.6)
42
43
  msgpack (>= 1.3.1, < 2.0.0)
43
44
  serverengine (>= 2.3.2, < 3.0.0)
44
45
  sigdump (~> 0.2.5)
@@ -60,13 +61,13 @@ GEM
60
61
  http-form_data (~> 2.2)
61
62
  llhttp-ffi (~> 0.5.0)
62
63
  http-accept (1.7.0)
63
- http-cookie (1.0.6)
64
+ http-cookie (1.0.7)
64
65
  domain_name (~> 0.5)
65
66
  http-form_data (2.3.0)
66
67
  http_parser.rb (0.8.0)
67
68
  jsonpath (1.1.5)
68
69
  multi_json
69
- kubeclient (4.11.0)
70
+ kubeclient (4.12.0)
70
71
  http (>= 3.0, < 6.0)
71
72
  jsonpath (~> 1.0)
72
73
  recursive-open-struct (~> 1.1, >= 1.1.1)
@@ -74,15 +75,18 @@ GEM
74
75
  llhttp-ffi (0.5.0)
75
76
  ffi-compiler (~> 1.0)
76
77
  rake (~> 13.0)
78
+ logger (1.6.1)
77
79
  lru_redux (1.1.0)
78
- mime-types (3.5.2)
80
+ mime-types (3.6.0)
81
+ logger
79
82
  mime-types-data (~> 3.2015)
80
- mime-types-data (3.2024.0604)
83
+ mime-types-data (3.2024.1001)
81
84
  mini_mime (1.1.2)
82
85
  minitest (4.7.5)
83
- msgpack (1.7.2)
86
+ msgpack (1.7.3)
84
87
  multi_json (1.15.0)
85
88
  netrc (0.11.0)
89
+ ostruct (0.6.0)
86
90
  parallel (1.22.1)
87
91
  parser (3.1.2.0)
88
92
  ast (~> 2.4.1)
@@ -90,14 +94,15 @@ GEM
90
94
  public_suffix (4.0.7)
91
95
  rainbow (3.1.1)
92
96
  rake (13.0.6)
93
- recursive-open-struct (1.2.1)
97
+ recursive-open-struct (1.3.1)
98
+ ostruct
94
99
  regexp_parser (2.5.0)
95
100
  rest-client (2.1.0)
96
101
  http-accept (>= 1.7.0, < 2.0)
97
102
  http-cookie (>= 1.0.2, < 2.0)
98
103
  mime-types (>= 1.16, < 4.0)
99
104
  netrc (~> 0.8)
100
- rexml (3.2.5)
105
+ rexml (3.3.8)
101
106
  rr (3.0.9)
102
107
  rubocop (1.28.2)
103
108
  parallel (~> 1.10)
@@ -129,7 +134,7 @@ GEM
129
134
  test-unit (>= 2.5.2)
130
135
  tzinfo (2.0.6)
131
136
  concurrent-ruby (~> 1.0)
132
- tzinfo-data (1.2024.1)
137
+ tzinfo-data (1.2024.2)
133
138
  tzinfo (>= 1.0.0)
134
139
  unicode-display_width (2.2.0)
135
140
  vcr (6.0.0)
@@ -137,7 +142,7 @@ GEM
137
142
  addressable (>= 2.8.0)
138
143
  crack (>= 0.3.2)
139
144
  hashdiff (>= 0.4.0, < 2.0.0)
140
- webrick (1.8.1)
145
+ webrick (1.8.2)
141
146
  yajl-ruby (1.4.3)
142
147
 
143
148
  PLATFORMS
data/README.md CHANGED
@@ -50,7 +50,7 @@ This must use named capture groups for `container_name`, `pod_name`, `namespace`
50
50
  when true (default: `true`)
51
51
  * `orphaned_namespace_name` - The namespace to associate with records where the namespace can not be determined (default: `.orphaned`)
52
52
  * `orphaned_namespace_id` - The namespace id to associate with records where the namespace can not be determined (default: `orphaned`)
53
- * `lookup_from_k8s_field` - If the field `kubernetes` is present, lookup the metadata from the given subfields such as `kubernetes.namespace_name`, `kubernetes.pod_name`, etc. This allows you to avoid having to pass in metadata to lookup in an explicitly formatted tag name or in an explicitly formatted `CONTAINER_NAME` value. For example, set `kubernetes.namespace_name`, `kubernetes.pod_name`, `kubernetes.container_name`, and `docker.id` in the record, and the filter will fill in the rest. (default: `true`)
53
+ * `lookup_from_k8s_field` - If the field `kubernetes` is present, lookup the metadata from the given subfields such as `kubernetes.namespace_name`, `kubernetes.pod_name`, etc. This allows you to avoid having to pass in metadata to lookup in an explicitly formatted tag name or in an explicitly formatted `CONTAINER_NAME` value. For example, set `kubernetes.namespace_name`, `kubernetes.pod_name`, `kubernetes.container_name`, and `docker.container_id` in the record, and the filter will fill in the rest. (default: `true`)
54
54
  * `ssl_partial_chain` - if `ca_file` is for an intermediate CA, or otherwise we do not have the root CA and want
55
55
  to trust the intermediate CA certs we do have, set this to `true` - this corresponds to
56
56
  the `openssl s_client -partial_chain` flag and `X509_V_FLAG_PARTIAL_CHAIN` (default: `false`)
@@ -144,7 +144,7 @@ Then output becomes as belows
144
144
  "log": "2015/05/05 19:54:41 \n",
145
145
  "stream": "stderr",
146
146
  "docker": {
147
- "id": "df14e0d5ae4c07284fa636d739c8fc2e6b52bc344658de7d3f08c36a2e804115",
147
+ "container_id": "df14e0d5ae4c07284fa636d739c8fc2e6b52bc344658de7d3f08c36a2e804115",
148
148
  }
149
149
  "kubernetes": {
150
150
  "host": "jimmi-redhat.localnet",
@@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
5
 
6
6
  Gem::Specification.new do |gem|
7
7
  gem.name = 'fluent-plugin-kubernetes_metadata_filter'
8
- gem.version = '3.5.0'
8
+ gem.version = '3.5.1'
9
9
  gem.authors = ['OpenShift Cluster Logging','Jimmi Dyson']
10
10
  gem.email = ['team-logging@redhat.com','jimmidyson@gmail.com']
11
11
  gem.description = 'Filter plugin to add Kubernetes metadata'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-kubernetes_metadata_filter
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.5.0
4
+ version: 3.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenShift Cluster Logging
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-06-10 00:00:00.000000000 Z
12
+ date: 2024-10-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: fluentd
@@ -291,7 +291,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
291
291
  - !ruby/object:Gem::Version
292
292
  version: '0'
293
293
  requirements: []
294
- rubygems_version: 3.1.6
294
+ rubygems_version: 3.3.3
295
295
  signing_key:
296
296
  specification_version: 4
297
297
  summary: Fluentd filter plugin to add Kubernetes metadata