logstash-input-gelf 3.1.0 → 3.3.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: b380005f437f84a9255e8583c3b3ea1fc6c54e7c7f4ab67aef8f5e674729887a
4
- data.tar.gz: fe84ff257d1cffec9cf3c9281e08a9dd3b5d32388eb7c50682ba2ec38db7ce28
3
+ metadata.gz: b4b681e1769e452f4699058f8663137c81fe50e2ce19f1f8ec130964125bade1
4
+ data.tar.gz: 70f5a59240931cfcac843db52e275cbe97a2e624c59c59e9162fe6a34251f8db
5
5
  SHA512:
6
- metadata.gz: 2a0aea419cecf15aef6c248b71c3c46098ed974cc534cb32746c416feae7e6c9de03126a399b23ef5540ab5c306aaac9429f629fdd03499387507583a58f9791
7
- data.tar.gz: dd6dd7344a6facc9519e9beee80aff02771fea93023af8578dcf3593d97364576e97ff01ca95bb32124aa3a62bf3019615a13b10160c98aed308c0da2e41d6fe
6
+ metadata.gz: a602e5bea3c91f985e72b49780241696da85f7eb210c2028396edf328a0214de738001e476f0f763dcc06aa4a6d5224e98a0003411d56480fb60bf8e92bf6b10
7
+ data.tar.gz: 43b6c5cf39ef80374b75272431c50e5a16facc67300a753523ede5ed5b78d1c05103405cd8a4ca898e0e474835b946554ca7856239095bd65c38087bc912757e
data/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## 3.3.1
2
+ - Fix: safely coerce the value of `_@timestamp` to avoid crashing the plugin [#67](https://github.com/logstash-plugins/logstash-input-gelf/pull/67)
3
+
4
+ ## 3.3.0
5
+ - Updated library to gelfd2 [#48](https://github.com/logstash-plugins/logstash-input-gelf/pull/48)
6
+
7
+ ## 3.2.0
8
+ - Fixed shutdown handling, robustness in socket closing and restarting, json parsing, code DRYing and cleanups [62](https://github.com/logstash-plugins/logstash-input-gelf/pull/62)
9
+
10
+ ## 3.1.1
11
+ - Docs: Set the default_codec doc attribute.
12
+
1
13
  ## 3.1.0
2
14
  - Add support for listening on TCP socket
3
15
 
data/LICENSE CHANGED
@@ -1,13 +1,202 @@
1
- Copyright (c) 2012-2018 Elasticsearch <http://www.elastic.co>
2
1
 
3
- Licensed under the Apache License, Version 2.0 (the "License");
4
- you may not use this file except in compliance with the License.
5
- You may obtain a copy of the License at
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
6
5
 
7
- http://www.apache.org/licenses/LICENSE-2.0
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
8
7
 
9
- Unless required by applicable law or agreed to in writing, software
10
- distributed under the License is distributed on an "AS IS" BASIS,
11
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- See the License for the specific language governing permissions and
13
- limitations under the License.
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright 2020 Elastic and contributors
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Logstash Plugin
2
2
 
3
- [![Travis Build Status](https://travis-ci.org/logstash-plugins/logstash-input-gelf.svg)](https://travis-ci.org/logstash-plugins/logstash-input-gelf)
3
+ [![Travis Build Status](https://travis-ci.com/logstash-plugins/logstash-input-gelf.svg)](https://travis-ci.com/logstash-plugins/logstash-input-gelf)
4
4
 
5
5
  This is a plugin for [Logstash](https://github.com/elastic/logstash).
6
6
 
data/docs/index.asciidoc CHANGED
@@ -1,5 +1,6 @@
1
1
  :plugin: gelf
2
2
  :type: input
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -24,15 +25,7 @@ This input will read GELF messages as events over the network,
24
25
  making it a good choice if you already use Graylog2 today.
25
26
 
26
27
  The main use case for this input is to leverage existing GELF
27
- logging libraries such as the GELF log4j appender. A library used
28
- by this plugin has a bug which prevents it parsing uncompressed data.
29
- If you use the log4j appender you need to configure it like this to force
30
- gzip even for small messages:
31
-
32
- <Socket name="logstash" protocol="udp" host="logstash.example.com" port="5001">
33
- <GelfLayout compressionType="GZIP" compressionThreshold="1" />
34
- </Socket>
35
-
28
+ logging libraries such as the GELF log4j appender.
36
29
 
37
30
 
38
31
  [id="plugins-{type}s-{plugin}-options"]
@@ -139,3 +132,5 @@ e.g. `\_foo` becomes `foo`
139
132
 
140
133
  [id="plugins-{type}s-{plugin}-common-options"]
141
134
  include::{include_path}/{type}.asciidoc[]
135
+
136
+ :default_codec!:
@@ -12,16 +12,8 @@ require "json"
12
12
  # making it a good choice if you already use Graylog2 today.
13
13
  #
14
14
  # The main use case for this input is to leverage existing GELF
15
- # logging libraries such as the GELF log4j appender. A library used
16
- # by this plugin has a bug which prevents it parsing uncompressed data.
17
- # If you use the log4j appender you need to configure it like this to force
18
- # gzip even for small messages:
19
- #
20
- # <Socket name="logstash" protocol="udp" host="logstash.example.com" port="5001">
21
- # <GelfLayout compressionType="GZIP" compressionThreshold="1" />
22
- # </Socket>
23
- #
24
- #
15
+ # logging libraries such as the GELF log4j appender.
16
+
25
17
  class LogStash::Inputs::Gelf < LogStash::Inputs::Base
26
18
  config_name "gelf"
27
19
 
@@ -67,149 +59,142 @@ class LogStash::Inputs::Gelf < LogStash::Inputs::Base
67
59
  config :use_tcp, :validate => :boolean, :default => false
68
60
  config :use_udp, :validate => :boolean, :default => true
69
61
 
70
- public
71
62
  def initialize(params)
72
63
  super
73
64
  BasicSocket.do_not_reverse_lookup = true
74
- end # def initialize
65
+ end
75
66
 
76
- public
77
67
  def register
78
- require 'gelfd'
68
+ require 'gelfd2'
79
69
  @port_tcp ||= @port
80
70
  @port_udp ||= @port
81
71
  end
82
72
 
83
- public
84
73
  def run(output_queue)
85
74
  begin
86
75
  if @use_tcp
87
- tcp_thr = Thread.new(output_queue) do |output_queue|
88
- tcp_listener(output_queue)
89
- end
76
+ @tcp_thr = Thread.new(output_queue) { |output_queue| tcp_listener(output_queue) }
90
77
  end
91
78
  if @use_udp
92
- udp_thr = Thread.new(output_queue) do |output_queue|
93
- udp_listener(output_queue)
94
- end
79
+ @udp_thr = Thread.new(output_queue) { |output_queue| udp_listener(output_queue) }
95
80
  end
96
81
  rescue => e
97
82
  unless stop?
98
83
  @logger.warn("gelf listener died", :exception => e, :backtrace => e.backtrace)
99
84
  Stud.stoppable_sleep(RECONNECT_BACKOFF_SLEEP) { stop? }
100
- retry unless stop?
85
+ if !stop?
86
+ # before retrying make sure we close all sockets
87
+ stop
88
+ wait_server_thread
89
+ retry
90
+ end
101
91
  end
102
- end # begin
103
- if @use_tcp
104
- tcp_thr.join
105
- end
106
- if @use_udp
107
- udp_thr.join
108
92
  end
109
- end # def run
110
93
 
111
- public
94
+ wait_server_thread
95
+ end
96
+
112
97
  def stop
113
98
  begin
114
99
  @udp.close if @use_udp
115
- rescue IOError => e
116
- @logger.warn("Caugh exception while closing udp socket", :exception => e.inspect)
100
+ @udp = nil
101
+ rescue => e
102
+ @logger.debug("Caught exception while closing udp socket", :exception => e)
117
103
  end
118
104
  begin
119
105
  @tcp.close if @use_tcp
120
- rescue IOError => e
121
- @logger.warn("Caugh exception while closing tcp socket", :exception => e.inspect)
106
+ @tcp = nil
107
+ rescue => e
108
+ @logger.debug("Caught exception while closing tcp socket", :exception => e)
122
109
  end
123
110
  end
124
111
 
125
112
  private
126
- def tcp_listener(output_queue)
127
113
 
114
+ def wait_server_thread
115
+ @tcp_thr.join if @use_tcp
116
+ @udp_thr.join if @use_udp
117
+ end
118
+
119
+ def tcp_listener(output_queue)
128
120
  @logger.info("Starting gelf listener (tcp) ...", :address => "#{@host}:#{@port_tcp}")
129
121
 
130
122
  if @tcp.nil?
131
123
  @tcp = TCPServer.new(@host, @port_tcp)
132
124
  end
133
125
 
134
- while !@shutdown_requested
126
+ while !stop?
135
127
  Thread.new(@tcp.accept) do |client|
136
- @logger.debug? && @logger.debug("Gelf (tcp): Accepting connection from: #{client.peeraddr[2]}:#{client.peeraddr[1]}")
137
-
138
128
  begin
139
- while !client.nil? && !client.eof?
129
+ @logger.debug? && @logger.debug("Gelf (tcp): Accepting connection from: #{client.peeraddr[2]}:#{client.peeraddr[1]}")
130
+
131
+ while !client.nil? && !client.eof? && !stop?
140
132
 
141
133
  begin # Read from socket
142
134
  data_in = client.gets("\u0000")
143
135
  rescue => ex
144
- @logger.warn("Gelf (tcp): failed gets from client socket:", :exception => ex, :backtrace => ex.backtrace)
136
+ if !stop?
137
+ @logger.warn("Gelf (tcp): failed gets from client socket:", :exception => ex, :backtrace => ex.backtrace)
138
+ end
145
139
  end
146
140
 
147
141
  if data_in.nil?
148
- @logger.warn("Gelf (tcp): socket read succeeded, but data is nil. Skipping.")
142
+ @logger.debug("Gelf (tcp): socket read succeeded, but data is nil. Skipping.")
149
143
  next
150
- end
144
+ end
151
145
 
152
146
  # data received. Remove trailing \0
153
147
  data_in[-1] == "\u0000" && data_in = data_in[0...-1]
154
- begin # Parse JSON
155
- jsonObj = JSON.parse(data_in)
156
- rescue => ex
157
- @logger.warn("Gelf (tcp): failed to parse a message. Skipping: " + data_in, :exception => ex, :backtrace => ex.backtrace)
158
- next
159
- end
160
148
 
161
- begin # Create event
162
- event = LogStash::Event.new(jsonObj)
163
- event.set(SOURCE_HOST_FIELD, host.force_encoding("UTF-8"))
164
- if event.get("timestamp").is_a?(Numeric)
165
- event.set("timestamp", LogStash::Timestamp.at(event.get("timestamp")))
166
- event.remove("timestamp")
167
- end
168
- remap_gelf(event) if @remap
169
- strip_leading_underscore(event) if @strip_leading_underscore
170
- decorate(event)
171
- output_queue << event
172
- rescue => ex
173
- @logger.warn("Gelf (tcp): failed to create event from json object. Skipping: " + jsonObj.to_s, :exception => ex, :backtrace => ex.backtrace)
174
- end
149
+ event = self.class.new_event(data_in, client.peeraddr[3])
150
+ next if event.nil?
151
+
152
+ remap_gelf(event) if @remap
153
+ strip_leading_underscore(event) if @strip_leading_underscore
154
+ decorate(event)
155
+ output_queue << event
156
+ end
175
157
 
176
- end # while client
177
158
  @logger.debug? && @logger.debug("Gelf (tcp): Closing client connection")
178
- client.close
159
+ client.close rescue nil
179
160
  client = nil
180
161
  rescue => ex
181
- @logger.warn("Gelf (tcp): client socket failed.", :exception => ex, :backtrace => ex.backtrace)
162
+ if !stop?
163
+ @logger.warn("Gelf (tcp): client socket failed.", :exception => ex, :backtrace => ex.backtrace)
164
+ end
182
165
  ensure
183
166
  if !client.nil?
184
167
  @logger.debug? && @logger.debug("Gelf (tcp): Ensuring client is closed")
185
- client.close
168
+ client.close rescue nil
186
169
  client = nil
187
170
  end
188
- end # begin client
189
- end # Thread.new
190
- end # @shutdown_requested
191
-
171
+ end
172
+ end
173
+ end
174
+ ensure
175
+ @logger.debug? && @logger.debug("Gelf (tcp): Ensuring tcp server is closed")
176
+ @tcp.close rescue nil
177
+ @tcp = nil
192
178
  end
193
179
 
194
- private
195
180
  def udp_listener(output_queue)
196
181
  @logger.info("Starting gelf listener (udp) ...", :address => "#{@host}:#{@port_udp}")
197
182
 
198
183
  @udp = UDPSocket.new(Socket::AF_INET)
199
184
  @udp.bind(@host, @port_udp)
200
185
 
201
- while !@udp.closed?
186
+ while !stop?
202
187
  begin
203
188
  line, client = @udp.recvfrom(8192)
204
189
  rescue => e
205
- if !stop? # if we're shutting down there's no point in logging anything
206
- @logger.error("Caught exception while reading from UDP socket", :exception => e.inspect)
190
+ if !stop?
191
+ @logger.error("Caught exception while reading from UDP socket", :exception => e)
207
192
  end
208
193
  next
209
194
  end
210
195
 
211
196
  begin
212
- data = Gelfd::Parser.parse(line)
197
+ data = Gelfd2::Parser.parse(line)
213
198
  rescue => ex
214
199
  @logger.warn("Gelfd failed to parse a message skipping", :exception => ex, :backtrace => ex.backtrace)
215
200
  next
@@ -227,7 +212,11 @@ class LogStash::Inputs::Gelf < LogStash::Inputs::Base
227
212
 
228
213
  output_queue << event
229
214
  end
230
- end # def udp_listener
215
+ ensure
216
+ @logger.debug? && @logger.debug("Gelf (udp): Ensuring udp socket is closed")
217
+ @udp.close rescue nil
218
+ @udp = nil
219
+ end
231
220
 
232
221
  # generate a new LogStash::Event from json input and assign host to source_host event field.
233
222
  # @param json_gelf [String] GELF json data
@@ -252,36 +241,19 @@ class LogStash::Inputs::Gelf < LogStash::Inputs::Base
252
241
  # @param timestamp [Numeric] a Numeric (integer, float or bigdecimal) timestampo representation
253
242
  # @return [LogStash::Timestamp] the proper LogStash::Timestamp representation
254
243
  def self.coerce_timestamp(timestamp)
255
- # bug in JRuby prevents correcly parsing a BigDecimal fractional part, see https://github.com/elastic/logstash/issues/4565
256
- timestamp.is_a?(BigDecimal) ? LogStash::Timestamp.at(timestamp.to_i, timestamp.frac * 1000000) : LogStash::Timestamp.at(timestamp)
244
+ # prevent artificial precision from being injected by floats
245
+ timestamp = timestamp.rationalize if timestamp.kind_of?(Float)
246
+ LogStash::Timestamp.at(timestamp)
257
247
  end
258
248
 
259
- # from_json_parse uses the Event#from_json method to deserialize and directly produce events
260
- def self.from_json_parse(json)
261
- # from_json will always return an array of item.
262
- # in the context of gelf, the payload should be an array of 1
263
- LogStash::Event.from_json(json).first
264
- rescue LogStash::Json::ParserError => e
265
- logger.error(PARSE_FAILURE_LOG_MESSAGE, :error => e, :data => json)
266
- LogStash::Event.new(MESSAGE_FIELD => json, TAGS_FIELD => [PARSE_FAILURE_TAG, '_fromjsonparser'])
267
- end # def self.from_json_parse
268
-
269
- # legacy_parse uses the LogStash::Json class to deserialize json
270
- def self.legacy_parse(json)
249
+ def self.parse(json)
271
250
  o = LogStash::Json.load(json)
272
251
  LogStash::Event.new(o)
273
252
  rescue LogStash::Json::ParserError => e
274
- logger.error(PARSE_FAILURE_LOG_MESSAGE, :error => e, :data => json)
275
- LogStash::Event.new(MESSAGE_FIELD => json, TAGS_FIELD => [PARSE_FAILURE_TAG, '_legacyjsonparser'])
276
- end # def self.parse
277
-
278
- # keep compatibility with all v2.x distributions. only in 2.3 will the Event#from_json method be introduced
279
- # and we need to keep compatibility for all v2 releases.
280
- class << self
281
- alias_method :parse, LogStash::Event.respond_to?(:from_json) ? :from_json_parse : :legacy_parse
253
+ logger.error(PARSE_FAILURE_LOG_MESSAGE, :error => e, :data => json.inspect)
254
+ LogStash::Event.new(MESSAGE_FIELD => json.inspect, TAGS_FIELD => [PARSE_FAILURE_TAG])
282
255
  end
283
256
 
284
- private
285
257
  def remap_gelf(event)
286
258
  if event.get("full_message") && !event.get("full_message").empty?
287
259
  event.set("message", event.get("full_message").dup)
@@ -293,15 +265,28 @@ class LogStash::Inputs::Gelf < LogStash::Inputs::Base
293
265
  event.set("message", event.get("short_message").dup)
294
266
  event.remove("short_message")
295
267
  end
296
- end # def remap_gelf
268
+ end
297
269
 
298
- private
299
270
  def strip_leading_underscore(event)
300
- # Map all '_foo' fields to simply 'foo'
301
- event.to_hash.keys.each do |key|
302
- next unless key[0,1] == "_"
303
- event.set(key[1..-1], event.get(key))
304
- event.remove(key)
305
- end
306
- end # deef removing_leading_underscores
307
- end # class LogStash::Inputs::Gelf
271
+ # Map all '_foo' fields to simply 'foo'
272
+ event.to_hash.keys.each do |key|
273
+ move_field(event, key, key.slice(1..-1)) if key.start_with?('_')
274
+ end
275
+ end
276
+
277
+ def move_field(event, source_field, destination_field)
278
+ value = event.get(source_field)
279
+ value = coerce_timestamp_carefully(value) if destination_field == LogStash::Event::TIMESTAMP
280
+ event.set(destination_field, value)
281
+ event.remove(source_field)
282
+ rescue => e
283
+ @logger.warn("Failed to move field `#{source_field}` to `#{destination_field}`: #{e.message}")
284
+ event.tag("_gelf_move_field_failure")
285
+ end
286
+
287
+ def coerce_timestamp_carefully(value)
288
+ # catch float numbers in 123.567 or 0.123567e3 forms
289
+ value = BigDecimal(value) if value.kind_of?(String)
290
+ self.class.coerce_timestamp(value)
291
+ end
292
+ end
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-gelf'
4
- s.version = '3.1.0'
4
+ s.version = '3.3.1'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Reads GELF-format messages from Graylog2 as events"
7
7
  s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
@@ -22,11 +22,11 @@ Gem::Specification.new do |s|
22
22
  # Gem dependencies
23
23
  s.add_runtime_dependency "logstash-core-plugin-api", ">= 1.60", "<= 2.99"
24
24
 
25
- s.add_runtime_dependency "gelfd", ["0.2.0"] #(Apache 2.0 license)
25
+ s.add_runtime_dependency "gelfd2", ["0.4.1"] #(Apache 2.0 license)
26
26
  s.add_runtime_dependency 'logstash-codec-plain'
27
- s.add_runtime_dependency "stud", "~> 0.0.22"
27
+ s.add_runtime_dependency 'stud', '>= 0.0.22', '< 0.1.0'
28
28
 
29
- s.add_development_dependency 'logstash-devutils'
29
+ s.add_development_dependency 'logstash-devutils', '>= 2.3'
30
30
  s.add_development_dependency "gelf", ["3.0.0"] #(MIT license)
31
31
  s.add_development_dependency "flores"
32
32
  end
@@ -1,5 +1,6 @@
1
1
  # encoding: utf-8
2
2
  require "logstash/devutils/rspec/spec_helper"
3
+ require "logstash/devutils/rspec/shared_examples"
3
4
  require "logstash/inputs/gelf"
4
5
  require_relative "../support/helpers"
5
6
  require "gelf"
@@ -19,6 +20,19 @@ describe LogStash::Inputs::Gelf do
19
20
  it_behaves_like "an interruptible input plugin"
20
21
  end
21
22
 
23
+ def client_bootstrap(gelfclient, queue)
24
+ while queue.size <= 0
25
+ gelfclient.notify!("short_message" => "prime")
26
+ sleep(0.1)
27
+ end
28
+ gelfclient.notify!("short_message" => "start")
29
+
30
+ e = queue.pop
31
+ while (e.get("message") != "start")
32
+ e = queue.pop
33
+ end
34
+ end
35
+
22
36
  describe "chunked gelf messages" do
23
37
  let(:port) { 12209 }
24
38
  let(:host) { "127.0.0.1" }
@@ -40,21 +54,18 @@ describe LogStash::Inputs::Gelf do
40
54
 
41
55
  before(:each) do
42
56
  subject.register
43
- Thread.new { subject.run(queue) }
44
- end
57
+ @runner = Thread.new { subject.run(queue) }
45
58
 
46
- it "processes them" do
47
- while queue.size <= 0
48
- gelfclient.notify!("short_message" => "prime")
49
- sleep(0.1)
50
- end
51
- gelfclient.notify!("short_message" => "start")
59
+ client_bootstrap(gelfclient, queue)
60
+ end
52
61
 
53
- e = queue.pop
54
- while (e.get("message") != "start")
55
- e = queue.pop
56
- end
62
+ after(:each) do
63
+ subject.do_stop
64
+ @runner.kill
65
+ @runner.join
66
+ end
57
67
 
68
+ it "processes them" do
58
69
  messages.each do |m|
59
70
  gelfclient.notify!("short_message" => m)
60
71
  end
@@ -68,13 +79,75 @@ describe LogStash::Inputs::Gelf do
68
79
  end
69
80
  end
70
81
 
82
+ describe "sending _@timestamp as bigdecimal" do
83
+ let(:host) { "127.0.0.1" }
84
+ let(:chunksize) { 1420 }
85
+ let(:gelfclient) { GELF::Notifier.new(host, port, chunksize) }
86
+
87
+ let(:config) { { "port" => port, "host" => host } }
88
+ let(:queue) { Queue.new }
89
+
90
+ subject(:gelf_input) { described_class.new(config) }
91
+
92
+ before(:each) do
93
+ subject.register
94
+ @runner = Thread.new { subject.run(queue) }
95
+
96
+ client_bootstrap(gelfclient, queue)
97
+ end
98
+
99
+ after(:each) do
100
+ subject.do_stop
101
+ @runner.kill
102
+ @runner.join
103
+ end
104
+
105
+ context "with valid value" do
106
+ let(:port) { 12210 }
107
+
108
+ it "should be correctly processed" do
109
+ gelfclient.notify!("short_message" => "msg1", "_@timestamp" => BigDecimal.new("946702800.1"))
110
+ gelfclient.notify!("short_message" => "msg2")
111
+
112
+ e = queue.pop
113
+ expect(e.get("message")).to eq("msg1")
114
+ expect(e.timestamp).to be_a_logstash_timestamp_equivalent_to("2000-01-01T05:00:00.100Z")
115
+ expect(e.get("host")).to eq(Socket.gethostname)
116
+
117
+ e = queue.pop
118
+ expect(e.get("message")).to eq("msg2")
119
+ end
120
+ end
121
+
122
+ context "with invalid value" do
123
+ let(:port) { 12211 }
124
+
125
+ it "should create an error tagged event" do
126
+ gelfclient.notify!("short_message" => "msg1", "_@timestamp" => "foo")
127
+ gelfclient.notify!("short_message" => "msg2")
128
+
129
+ e = queue.pop
130
+ expect(e.get("message")).to eq("msg1")
131
+ event_tags = e.to_hash['tags']
132
+ aggregate_failures "tag and leave bad value in place" do
133
+ expect(event_tags).to include("_gelf_move_field_failure")
134
+ expect(e.get('_@timestamp')).to eq("foo")
135
+ end
136
+ expect(e.get("host")).to eq(Socket.gethostname)
137
+
138
+ e = queue.pop
139
+ expect(e.get("message")).to eq("msg2")
140
+ end
141
+ end
142
+ end
143
+
71
144
  context "timestamp coercion" do
72
145
  # these test private methods, this is advisable for now until we roll out this coercion in the Timestamp class
73
146
  # and remove this
74
147
 
75
148
  context "integer numeric values" do
76
149
  it "should coerce" do
77
- expect(LogStash::Inputs::Gelf.coerce_timestamp(946702800).to_iso8601).to eq("2000-01-01T05:00:00.000Z")
150
+ expect(LogStash::Inputs::Gelf.coerce_timestamp(946702800)).to be_a_logstash_timestamp_equivalent_to("2000-01-01T05:00:00.000Z")
78
151
  expect(LogStash::Inputs::Gelf.coerce_timestamp(946702800).usec).to eq(0)
79
152
  end
80
153
  end
@@ -83,9 +156,9 @@ describe LogStash::Inputs::Gelf do
83
156
  # using explicit and certainly useless to_f here just to leave no doubt about the numeric type involved
84
157
 
85
158
  it "should coerce and preserve millisec precision in iso8601" do
86
- expect(LogStash::Inputs::Gelf.coerce_timestamp(946702800.1.to_f).to_iso8601).to eq("2000-01-01T05:00:00.100Z")
87
- expect(LogStash::Inputs::Gelf.coerce_timestamp(946702800.12.to_f).to_iso8601).to eq("2000-01-01T05:00:00.120Z")
88
- expect(LogStash::Inputs::Gelf.coerce_timestamp(946702800.123.to_f).to_iso8601).to eq("2000-01-01T05:00:00.123Z")
159
+ expect(LogStash::Inputs::Gelf.coerce_timestamp(946702800.1.to_f)).to be_a_logstash_timestamp_equivalent_to("2000-01-01T05:00:00.100Z")
160
+ expect(LogStash::Inputs::Gelf.coerce_timestamp(946702800.12.to_f)).to be_a_logstash_timestamp_equivalent_to("2000-01-01T05:00:00.120Z")
161
+ expect(LogStash::Inputs::Gelf.coerce_timestamp(946702800.123.to_f)).to be_a_logstash_timestamp_equivalent_to("2000-01-01T05:00:00.123Z")
89
162
  end
90
163
 
91
164
  it "should coerce and preserve usec precision" do
@@ -128,7 +201,7 @@ describe LogStash::Inputs::Gelf do
128
201
 
129
202
  it "should coerce integer numeric json timestamp input" do
130
203
  event = LogStash::Inputs::Gelf.new_event("{\"timestamp\":946702800}", "dummy")
131
- expect(event.timestamp.to_iso8601).to eq("2000-01-01T05:00:00.000Z")
204
+ expect(event.timestamp).to be_a_logstash_timestamp_equivalent_to("2000-01-01T05:00:00.000Z")
132
205
  end
133
206
 
134
207
  it "should coerce float numeric value and preserve milliseconds precision in iso8601" do
@@ -148,38 +221,15 @@ describe LogStash::Inputs::Gelf do
148
221
  context "when an invalid JSON is fed to the listener" do
149
222
  subject { LogStash::Inputs::Gelf.new_event(message, "host") }
150
223
  let(:message) { "Invalid JSON message" }
224
+ context "JSON parser output" do
225
+ it { should be_a(LogStash::Event) }
151
226
 
152
- if LogStash::Event.respond_to?(:from_json)
153
- context "default :from_json parser output" do
154
- it { should be_a(LogStash::Event) }
155
-
156
- it "falls back to plain-text" do
157
- expect(subject.get("message")).to eq(message)
158
- end
159
-
160
- it "tags message with _jsonparsefailure" do
161
- expect(subject.get("tags")).to include("_jsonparsefailure")
162
- end
163
-
164
- it "tags message with _fromjsonparser" do
165
- expect(subject.get("tags")).to include("_fromjsonparser")
166
- end
227
+ it "falls back to plain-text" do
228
+ expect(subject.get("message")).to eq(message.inspect)
167
229
  end
168
- else
169
- context "legacy JSON parser output" do
170
- it { should be_a(LogStash::Event) }
171
-
172
- it "falls back to plain-text" do
173
- expect(subject.get("message")).to eq(message)
174
- end
175
230
 
176
- it "tags message with _jsonparsefailure" do
177
- expect(subject.get("tags")).to include("_jsonparsefailure")
178
- end
179
-
180
- it "tags message with _legacyjsonparser" do
181
- expect(subject.get("tags")).to include("_legacyjsonparser")
182
- end
231
+ it "tags message with _jsonparsefailure" do
232
+ expect(subject.get("tags")).to include("_jsonparsefailure")
183
233
  end
184
234
  end
185
235
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-gelf
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-15 00:00:00.000000000 Z
11
+ date: 2021-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -35,15 +35,15 @@ dependencies:
35
35
  requirements:
36
36
  - - '='
37
37
  - !ruby/object:Gem::Version
38
- version: 0.2.0
39
- name: gelfd
38
+ version: 0.4.1
39
+ name: gelfd2
40
40
  prerelease: false
41
41
  type: :runtime
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - '='
45
45
  - !ruby/object:Gem::Version
46
- version: 0.2.0
46
+ version: 0.4.1
47
47
  - !ruby/object:Gem::Dependency
48
48
  requirement: !ruby/object:Gem::Requirement
49
49
  requirements:
@@ -61,23 +61,29 @@ dependencies:
61
61
  - !ruby/object:Gem::Dependency
62
62
  requirement: !ruby/object:Gem::Requirement
63
63
  requirements:
64
- - - "~>"
64
+ - - ">="
65
65
  - !ruby/object:Gem::Version
66
66
  version: 0.0.22
67
+ - - "<"
68
+ - !ruby/object:Gem::Version
69
+ version: 0.1.0
67
70
  name: stud
68
71
  prerelease: false
69
72
  type: :runtime
70
73
  version_requirements: !ruby/object:Gem::Requirement
71
74
  requirements:
72
- - - "~>"
75
+ - - ">="
73
76
  - !ruby/object:Gem::Version
74
77
  version: 0.0.22
78
+ - - "<"
79
+ - !ruby/object:Gem::Version
80
+ version: 0.1.0
75
81
  - !ruby/object:Gem::Dependency
76
82
  requirement: !ruby/object:Gem::Requirement
77
83
  requirements:
78
84
  - - ">="
79
85
  - !ruby/object:Gem::Version
80
- version: '0'
86
+ version: '2.3'
81
87
  name: logstash-devutils
82
88
  prerelease: false
83
89
  type: :development
@@ -85,7 +91,7 @@ dependencies:
85
91
  requirements:
86
92
  - - ">="
87
93
  - !ruby/object:Gem::Version
88
- version: '0'
94
+ version: '2.3'
89
95
  - !ruby/object:Gem::Dependency
90
96
  requirement: !ruby/object:Gem::Requirement
91
97
  requirements:
@@ -154,8 +160,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
154
160
  - !ruby/object:Gem::Version
155
161
  version: '0'
156
162
  requirements: []
157
- rubyforge_project:
158
- rubygems_version: 2.6.13
163
+ rubygems_version: 3.1.6
159
164
  signing_key:
160
165
  specification_version: 4
161
166
  summary: Reads GELF-format messages from Graylog2 as events