fluent-plugin-vmware-loginsight 1.3.1 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3d297a36377a2b0ccc771968c32a452144c902c768e4e37005b78346726b884f
4
- data.tar.gz: 87f18756a8f44bfab712f683039243847120305ddb0dfbf6c09b8d3ee5159c43
3
+ metadata.gz: b1f7c396ae7d9694669619e530a495192cb3ba56d6eb62838d27c5333d6a8f2a
4
+ data.tar.gz: ea053415b736253ecae294ca26930dd3408755498ec38e2cbdea68d3c31b698b
5
5
  SHA512:
6
- metadata.gz: 9262a17913a26fccd037c59a48656c815a3cffb4e49a531394514e7b7559d2bf510b393e36ce56402e6a53e0088ecb07c1aa700603e1d595c924d54250e11415
7
- data.tar.gz: ad6d6702e6676afab117122ba4fdbede96ac568c08f69bbd97e294c6af6053e79cf7d328dfae0ca9e7fe89fd23879400e78a243be1bbef02b7f66b500f5daa8d
6
+ metadata.gz: fd8dda762a1fd5d72caa1bebbbe7ecea69e79685df2bb3a22bb79730a61197f82f7dcced544a4f01075cfaf197e3eae63a0d739aff5834878285b42612444f39
7
+ data.tar.gz: 3b5395db3fa3b7125ac6144d23ad789e349de49c20577cd40e87a7501c5e39c057285a22165d115fdf34adc988ab754532c299b7d8fffb0aa908883119f0060b
@@ -9,10 +9,10 @@ jobs:
9
9
 
10
10
  steps:
11
11
  - uses: actions/checkout@v2
12
- - name: Set up Ruby 2.6
12
+ - name: Set up Ruby 3.0
13
13
  uses: actions/setup-ruby@v1
14
14
  with:
15
- ruby-version: 2.6.x
15
+ ruby-version: 3.0
16
16
 
17
17
  - name: Publish to GPR
18
18
  run: |
data/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Changelog
2
2
 
3
+ ## v1.4.1 - Apr 25, 2023
4
+
5
+ * Add support for gzip compression ([#17](https://github.com/vmware/fluent-plugin-vmware-loginsight/pull/17),[#18](https://github.com/vmware/fluent-plugin-vmware-loginsight/pull/18), [@toddc-vmware](https://github.com/toddc-vmware))
6
+ * Add support for multi-worker ([#27](https://github.com/vmware/fluent-plugin-vmware-loginsight/pull/27),[@yajith](https://github.com/yajith))
7
+ * Update default batch size to 4MB from 512KB ([#28](https://github.com/vmware/fluent-plugin-vmware-loginsight/pull/28), [@mohitevishal](https://github.com/mohitevishal))
8
+
9
+ ## v1.4.0 - Mar 07, 2023
10
+
11
+ * Base Photon image has been updated to photon:4.0-20230227
12
+ * Log Insight has been changed to VMware Aria Operations For Logs
13
+
3
14
  ## v1.3.1 - Nov 01, 2022
4
15
 
5
16
  * Based Photon image has been updated to photon:4.0-20221029
data/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- # Fluentd plugin for VMware Log Insight
1
+ # Fluentd plugin for VMware Aria Operations For Logs
2
2
  #
3
3
  # Copyright 2019 VMware, Inc. All Rights Reserved.
4
4
  #
@@ -14,7 +14,7 @@
14
14
  # Fluentd is configured with the default configuration that gets produced by the `fluentd --setup` command. For an example of
15
15
  # a configuration that uses the fluent-plugin-vmware-loginsight plugin check fluent.conf under the examples dir:
16
16
  # https://github.com/vmware/fluent-plugin-vmware-loginsight/blob/master/examples/fluent.conf
17
- FROM photon:4.0-20221029
17
+ FROM photon:4.0-20230227
18
18
 
19
19
  USER root
20
20
 
@@ -45,7 +45,7 @@ RUN buildDeps="\
45
45
  && gem install --norc --no-document fluent-plugin-kubernetes_metadata_filter \
46
46
  #
47
47
  # Install Log Insight plugin
48
- && gem install --norc --no-document -v 1.3.0 fluent-plugin-vmware-loginsight \
48
+ && gem install --norc --no-document -v 1.4.0 fluent-plugin-vmware-loginsight \
49
49
  #
50
50
  # Install jemalloc 5.3.0
51
51
  && curl -L --output /tmp/jemalloc-5.3.0.tar.bz2 https://github.com/jemalloc/jemalloc/releases/download/5.3.0/jemalloc-5.3.0.tar.bz2 \
data/Gemfile CHANGED
@@ -1,4 +1,4 @@
1
- # Fluentd plugin for VMware Log Insight
1
+ # Fluentd plugin for VMware Aria Operations For Logs
2
2
  #
3
3
  # Copyright 2018 VMware, Inc. All Rights Reserved.
4
4
  #
data/LICENSE CHANGED
@@ -1,8 +1,8 @@
1
- Fluentd plugin for VMware Log Insight
1
+ Fluentd plugin for VMware Aria Operations For Logs
2
2
 
3
3
  Copyright 2018 VMware, Inc. All rights reserved
4
4
 
5
- The MIT license (the ìLicenseî) set forth below applies to all parts of the Fluentd plugin for VMware Log Insight project. You may not use this file except in compliance with the License.†
5
+ The MIT license (the ìLicenseî) set forth below applies to all parts of the Fluentd plugin for VMware Aria Operations For Logs. You may not use this file except in compliance with the License.†
6
6
 
7
7
  MIT License
8
8
 
data/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  [![Gem Version](https://badge.fury.io/rb/fluent-plugin-vmware-loginsight.svg)](https://badge.fury.io/rb/fluent-plugin-vmware-loginsight)
4
4
 
5
5
  ## Overview
6
- output plugin to do forward logs to VMware Log Insight
6
+ output plugin to do forward logs to VMware Aria Operations for Logs
7
7
 
8
8
  ## Installation
9
9
 
@@ -72,13 +72,13 @@ $ bundle
72
72
  @id out_vmw_li_all_container_logs
73
73
  scheme https
74
74
  ssl_verify true
75
- # Loginsight host: One may use IP address or cname
75
+ # VMware Aria Operations For Logs host: One may use IP address or cname
76
76
  #host X.X.X.X
77
77
  host MY_LOGINSIGHT_HOST
78
78
  port 9543
79
79
  agent_id XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
80
80
  # Keys from log event whose values should be added as log message/text to
81
- # Loginsight. Note these key/value pairs won't be added as metadata/fields
81
+ # VMware Aria Operations For Logs. Note these key/value pairs won't be added as metadata/fields
82
82
  log_text_keys ["log","msg","message"]
83
83
  # Use this flag if you want to enable http debug logs
84
84
  http_conn_debug false
@@ -92,13 +92,13 @@ For more examples look at [examples](./examples/)
92
92
  ```
93
93
  scheme, :string, :default => 'http' :: Valid Values: http/https
94
94
 
95
- # Loginsight Host ex. localhost
95
+ # VMware Aria Operations For Logs Host ex. localhost
96
96
  host, :string, :default => 'localhost' :: Valid Values: loginsight_url | loginsight_ip
97
97
 
98
- # Loginsight port ex. 9000
98
+ # VMware Aria Operations For Logs port ex. 9000
99
99
  port, :integer, :default => 80
100
100
 
101
- # Loginsight ingestion api path ex. 'api/v1/events/ingest'
101
+ # VMware Aria Operations For Logs ingestion api path ex. 'api/v1/events/ingest'
102
102
  path, :string, :default => 'api/v1/events/ingest'
103
103
 
104
104
  # agent_id generated by your LI
@@ -131,7 +131,7 @@ request_timeout, :time, :default => 5
131
131
  http_conn_debug, :bool, :default => false :: Valid Value: true | false
132
132
 
133
133
  # Number of bytes per post request
134
- max_batch_size, :integer, :default => 512000
134
+ max_batch_size, :integer, :default => 4000000
135
135
 
136
136
  # Simple rate limiting: ignore any records within `rate_limit_msec` since the last one
137
137
  rate_limit_msec, :integer, :default => 0
@@ -139,7 +139,7 @@ rate_limit_msec, :integer, :default => 0
139
139
  # Raise errors that were rescued during HTTP requests?
140
140
  raise_on_error, :bool, :default => false :: Valid Value: true | false
141
141
 
142
- # Keys from log event whose values should be added as log message/text to loginsight.
142
+ # Keys from log event whose values should be added as log message/text to VMware Aria Operations For Logs.
143
143
  # These key/value pairs won't expanded/flattened and won't be added as metadata/fields.
144
144
  log_text_keys, :array, :default => ["log", "message", "msg"] :: Valid Value: Array of strings
145
145
 
@@ -183,7 +183,7 @@ shorten_keys, :hash, value_type: :string, default:
183
183
  The fluent-plugin-vmware-loginsight project team welcomes contributions from the community. Before you start working with fluent-plugin-vmware-loginsight, please read our [Developer Certificate of Origin](https://cla.vmware.com/dco). All contributions to this repository must be signed as described on that page. Your signature certifies that you wrote the patch or have the right to pass it on as an open-source patch. For more detailed information, refer to [CONTRIBUTING.md](CONTRIBUTING.md).
184
184
 
185
185
  ## License
186
- Fluentd plugin for VMware Log Insight
186
+ Fluentd plugin for VMware Aria Operations For Logs
187
187
 
188
188
  Copyright 2018 VMware, Inc. All Rights Reserved.
189
189
 
data/Rakefile CHANGED
@@ -1,4 +1,4 @@
1
- # Fluentd plugin for VMware Log Insight
1
+ # Fluentd plugin for VMware Aria Operations For Logs
2
2
  #
3
3
  # Copyright 2018 VMware, Inc. All Rights Reserved.
4
4
  #
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.1
1
+ 1.4.1
data/examples/fluent.conf CHANGED
@@ -1,4 +1,4 @@
1
- # Fluentd plugin for VMware Log Insight
1
+ # Fluentd plugin for VMware Aria Operations For Logs
2
2
  #
3
3
  # Copyright 2018 VMware, Inc. All Rights Reserved.
4
4
  #
@@ -100,7 +100,7 @@
100
100
  </parse>
101
101
  </source>
102
102
 
103
- # Loginsight doesn't support ingesting `source` as a field name, get rid of it
103
+ # VMware Aria Operations For Logs doesn't support ingesting `source` as a field name, get rid of it
104
104
  <filter kube-audit>
105
105
  @type record_transformer
106
106
  @id filter_kube_audit_logs
@@ -117,13 +117,13 @@
117
117
  @id out_vmw_li_my_namespace_logs
118
118
  scheme http
119
119
  ssl_verify false
120
- # Loginsight host: One may use IP address or cname
120
+ # VMware Aria Operations For Logs host: One may use IP address or cname
121
121
  #host X.X.X.X
122
122
  host MY_LOGINSIGHT_HOST
123
123
  port 9000
124
124
  agent_id XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
125
125
  # Keys from log event whose values should be added as log message/text to
126
- # Loginsight. Note these key/value pairs won't be added as metadata/fields
126
+ # VMware Aria Operations For Logs. Note these key/value pairs won't be added as metadata/fields
127
127
  log_text_keys ["log","msg","message"]
128
128
  # Use this flag if you want to enable http debug logs
129
129
  http_conn_debug false
@@ -137,13 +137,13 @@
137
137
  @id out_vmw_li_all_container_logs
138
138
  scheme https
139
139
  ssl_verify true
140
- # Loginsight host: One may use IP address or cname
140
+ # VMware Aria Operations For Logs host: One may use IP address or cname
141
141
  #host X.X.X.X
142
142
  host MY_LOGINSIGHT_HOST
143
143
  port 9543
144
144
  agent_id XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
145
145
  # Keys from log event whose values should be added as log message/text to
146
- # Loginsight. Note these key/value pairs won't be added as metadata/fields
146
+ # VMware Aria Operations For Logs. Note these key/value pairs won't be added as metadata/fields
147
147
  log_text_keys ["log","msg","message"]
148
148
  # Use this flag if you want to enable http debug logs
149
149
  http_conn_debug false
@@ -1,4 +1,4 @@
1
- # Fluentd plugin for VMware Log Insight
1
+ # Fluentd plugin for VMware Aria Operations For Logs
2
2
  #
3
3
  # Copyright 2018-2019 VMware, Inc. All Rights Reserved.
4
4
  #
@@ -1,4 +1,4 @@
1
- # Fluentd plugin for VMware Log Insight
1
+ # Fluentd plugin for VMware Aria Operations For Logs
2
2
  #
3
3
  # Copyright 2019 VMware, Inc. All Rights Reserved.
4
4
  #
@@ -30,7 +30,7 @@ RUN tdnf distro-sync --refresh -y \
30
30
  rubygem-async-http-0.48.2 \
31
31
  jemalloc-4.5.0 \
32
32
  #
33
- # Install Log Insight plugin
33
+ # Install VMware Aria Operations For Logs plugin
34
34
  rubygem-fluent-plugin-vmware-loginsight-0.1.5
35
35
 
36
36
  RUN ln -s /usr/lib/ruby/gems/2.5.0/bin/fluentd /usr/bin/fluentd \
@@ -1,4 +1,4 @@
1
- # Fluentd plugin for VMware Log Insight
1
+ # Fluentd plugin for VMware Aria Operations For Logs
2
2
  #
3
3
  # Copyright 2019 VMware, Inc. All Rights Reserved.
4
4
  #
@@ -38,7 +38,7 @@ RUN buildDeps="\
38
38
  && gem install --norc --no-document fluentd -v 1.6.3 \
39
39
  && mkdir -p /fluentd/etc /fluentd/plugins \
40
40
  #
41
- # Install Log Insight plugin
41
+ # Install VMware Aria Operations For Logs plugin
42
42
  && gem install --norc --no-document -v 0.1.5 fluent-plugin-vmware-loginsight \
43
43
  #
44
44
  # Install jemalloc 4.5.0
@@ -1,4 +1,4 @@
1
- # Fluentd plugin for VMware Log Insight
1
+ # Fluentd plugin for VMware Aria Operations For Logs
2
2
  #
3
3
  # Copyright 2018 VMware, Inc. All Rights Reserved.
4
4
  #
@@ -121,7 +121,7 @@ data:
121
121
  time_format %Y-%m-%dT%H:%M:%SZ
122
122
  </parse>
123
123
  </source>
124
- # Loginsight doesn't support ingesting `source` as a field name, get rid of it
124
+ # VMware Aria Operations For Logs doesn't support ingesting `source` as a field name, get rid of it
125
125
  <filter kube-audit>
126
126
  @type record_transformer
127
127
  @id filter_kube_audit_logs
@@ -145,13 +145,13 @@ data:
145
145
  @id out_vmw_li_all_container_logs
146
146
  scheme https
147
147
  ssl_verify true
148
- # Loginsight host: One may use IP address or cname
148
+ # VMware Aria Operations For Logs host: One may use IP address or cname
149
149
  #host X.X.X.X
150
150
  host MY_LOGINSIGHT_HOST
151
151
  port 9543
152
152
  agent_id XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
153
153
  # Keys from log event whose values should be added as log message/text to
154
- # Loginsight. Note these key/value pairs won't be added as metadata/fields
154
+ # VMware Aria Operations For Logs. Note these key/value pairs won't be added as metadata/fields
155
155
  log_text_keys ["log","msg","message"]
156
156
  # Use this flag if you want to enable http debug logs
157
157
  http_conn_debug false
@@ -1,4 +1,4 @@
1
- # Fluentd plugin for VMware Log Insight
1
+ # Fluentd plugin for VMware Aria Operations For Logs
2
2
  #
3
3
  # Copyright 2018 VMware, Inc. All Rights Reserved.
4
4
  #
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
  spec.authors = ["Vishal Mohite", "Chris Todd", "Samvel Israelyan"]
19
19
  spec.email = ["vmohite@vmware.com", "toddc@vmware.com", "sisraelyan@vmware.com"]
20
20
 
21
- spec.summary = %q{Fluend output plugin to forward logs to VMware Log Insight}
21
+ spec.summary = %q{Fluend output plugin to forward logs to VMware Aria Operations For Logs}
22
22
  spec.description = spec.summary
23
23
  spec.homepage = "https://github.com/vmware/fluent-plugin-vmware-loginsight"
24
24
  spec.license = "MIT"
@@ -1,4 +1,4 @@
1
- # Fluentd plugin for VMware Log Insight
1
+ # Fluentd plugin for VMware Aria Operations For Logs
2
2
  #
3
3
  # Copyright 2018 VMware, Inc. All Rights Reserved.
4
4
  #
@@ -12,6 +12,7 @@
12
12
  require 'fluent/plugin/output'
13
13
  require 'json'
14
14
  require 'net/http'
15
+ require 'zlib'
15
16
  require 'uri'
16
17
 
17
18
  module Fluent::Plugin
@@ -20,13 +21,13 @@ module Fluent::Plugin
20
21
 
21
22
  ### Connection Params ###
22
23
  config_param :scheme, :string, :default => 'http'
23
- # Loginsight Host ex. localhost
24
+ # VMware Aria Operations For Logs Host ex. localhost
24
25
  config_param :host, :string, :default => 'localhost'
25
26
  # In case we want to post to multiple hosts. This is futuristic, Fluentd copy plugin can support this as is
26
27
  #config_param :hosts, :string, :default => nil
27
- # Loginsight port ex. 9000. Default 80
28
+ # VMware Aria Operations For Logs port ex. 9000. Default 80
28
29
  config_param :port, :integer, :default => 80
29
- # Loginsight ingestion api path ex. 'api/v1/events/ingest'
30
+ # VMware Aria Operations For Logs ingestion api path ex. 'api/v1/events/ingest'
30
31
  config_param :path, :string, :default => 'api/v1/events/ingest'
31
32
  # agent_id generated by your LI
32
33
  config_param :agent_id, :string, :default => '0'
@@ -44,13 +45,15 @@ module Fluent::Plugin
44
45
  # HTTP method
45
46
  # post | put
46
47
  config_param :http_method, :string, :default => :post
48
+ config_param :http_compress, :bool, :default => true
47
49
  # form | json
48
50
  config_param :serializer, :string, :default => :json
49
51
  config_param :request_retries, :integer, :default => 3
50
52
  config_param :request_timeout, :time, :default => 5
51
53
  config_param :http_conn_debug, :bool, :default => false
52
- # in bytes
53
- config_param :max_batch_size, :integer, :default => 512000
54
+ # Log events batched per request.
55
+ # in bytes | default ~4MB
56
+ config_param :max_batch_size, :integer, :default => 4000000
54
57
 
55
58
  # Simple rate limiting: ignore any records within `rate_limit_msec`
56
59
  # since the last one.
@@ -58,7 +61,7 @@ module Fluent::Plugin
58
61
  # Raise errors that were rescued during HTTP requests?
59
62
  config_param :raise_on_error, :bool, :default => false
60
63
  # Keys from log event whose values should be added as log message/text
61
- # to loginsight. Note these key/value pairs won't be added as metadata/fields
64
+ # to VMware Aria Operations For Logs. Note these key/value pairs won't be added as metadata/fields
62
65
  config_param :log_text_keys, :array, default: ["log", "message", "msg"], value_type: :string
63
66
  # Flatten hashes to create one key/val pair w/o losing log data
64
67
  config_param :flatten_hashes, :bool, :default => true
@@ -114,10 +117,17 @@ module Fluent::Plugin
114
117
  url
115
118
  end
116
119
 
120
+ def multi_workers_ready?
121
+ true
122
+ end
123
+
117
124
  def set_header(req)
118
125
  if @serializer == 'json'
119
126
  set_json_header(req)
120
127
  end
128
+ if @http_compress
129
+ set_gzip_header(req)
130
+ end
121
131
  req
122
132
  end
123
133
 
@@ -126,6 +136,11 @@ module Fluent::Plugin
126
136
  req
127
137
  end
128
138
 
139
+ def set_gzip_header(req)
140
+ req['Content-Encoding'] = 'gzip'
141
+ req
142
+ end
143
+
129
144
  def shorten_key(key)
130
145
  # LI doesn't allow some characters in field 'name'
131
146
  # like '/', '-', '\', '.', etc. so replace them with @flatten_hashes_separator
@@ -219,13 +234,23 @@ module Fluent::Plugin
219
234
  ret
220
235
  end
221
236
 
237
+ def get_body(req)
238
+ body = ""
239
+ if @http_compress
240
+ gzip_body = Zlib::GzipReader.new(StringIO.new(req.body.to_s))
241
+ body = gzip_body.read
242
+ else
243
+ body = req.body
244
+ end
245
+ return body[1..1024]
246
+ end
247
+
222
248
  def send_request(req, uri)
223
249
  is_rate_limited = (@rate_limit_msec != 0 and not @last_request_time.nil?)
224
250
  if is_rate_limited and ((Time.now.to_f - @last_request_time) * 1000.0 < @rate_limit_msec)
225
251
  $log.info('Dropped request due to rate limiting')
226
252
  return
227
253
  end
228
-
229
254
  if @auth and @auth.to_s.eql? "basic"
230
255
  req.basic_auth(@username, @password)
231
256
  end
@@ -253,7 +278,7 @@ module Fluent::Plugin
253
278
  # log-container logs to LI as well, you may end up in a cycle.
254
279
  # TODO handle the cyclic case at plugin level if possible.
255
280
  # $log.warn "Net::HTTP.#{req.method.capitalize} raises exception: " \
256
- # "#{e.class}, '#{e.message}', \n Request: #{req.body[1..1024]}"
281
+ # "#{e.class}, '#{e.message}', \n Request: #{get_body(req)}"
257
282
  retry unless (retries -= 1).zero?
258
283
  raise e if @raise_on_error
259
284
  else
@@ -267,17 +292,27 @@ module Fluent::Plugin
267
292
  end
268
293
  # ditto cyclic warning
269
294
  # $log.warn "Failed to #{req.method} #{uri}\n(#{res_summary})\n" \
270
- # "Request Size: #{req.body.size} Request Body: #{req.body[1..1024]}"
295
+ # "Request Size: #{req.body.size} Request Body: #{get_body(req)}"
271
296
  end #end unless
272
297
  end # end begin
273
298
  end # end send_request
274
299
 
300
+ def set_body(req, event_req)
301
+ if @http_compress
302
+ gzip_body = Zlib::GzipWriter.new(StringIO.new)
303
+ gzip_body << event_req.to_json
304
+ req.body = gzip_body.close.string
305
+ else
306
+ req.body = event_req.to_json
307
+ end
308
+ end
309
+
275
310
  def send_events(uri, events)
276
311
  req = Net::HTTP.const_get(@http_method.to_s.capitalize).new(uri.path)
277
312
  event_req = {
278
313
  "events" => events
279
314
  }
280
- req.body = event_req.to_json
315
+ set_body(req, event_req)
281
316
  set_header(req)
282
317
  send_request(req, uri)
283
318
  end
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-vmware-loginsight
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vishal Mohite
8
8
  - Chris Todd
9
9
  - Samvel Israelyan
10
- autorequire:
10
+ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2022-11-05 00:00:00.000000000 Z
13
+ date: 2023-04-25 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler
@@ -74,7 +74,7 @@ dependencies:
74
74
  - - "<"
75
75
  - !ruby/object:Gem::Version
76
76
  version: '2'
77
- description: Fluend output plugin to forward logs to VMware Log Insight
77
+ description: Fluend output plugin to forward logs to VMware Aria Operations For Logs
78
78
  email:
79
79
  - vmohite@vmware.com
80
80
  - toddc@vmware.com
@@ -106,7 +106,7 @@ homepage: https://github.com/vmware/fluent-plugin-vmware-loginsight
106
106
  licenses:
107
107
  - MIT
108
108
  metadata: {}
109
- post_install_message:
109
+ post_install_message:
110
110
  rdoc_options: []
111
111
  require_paths:
112
112
  - lib
@@ -121,11 +121,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
121
121
  - !ruby/object:Gem::Version
122
122
  version: '0'
123
123
  requirements: []
124
- rubyforge_project:
125
- rubygems_version: 2.7.6
126
- signing_key:
124
+ rubygems_version: 3.2.3
125
+ signing_key:
127
126
  specification_version: 4
128
- summary: Fluend output plugin to forward logs to VMware Log Insight
127
+ summary: Fluend output plugin to forward logs to VMware Aria Operations For Logs
129
128
  test_files:
130
129
  - test/helper.rb
131
130
  - test/plugin/test_out_vmware_loginsight.rb