Sha256: dfeb86decb8df2911497fabfc1d91fee0a3bcccdbf2071a610124ae1d2054a60

Contents?: true

Size: 1.92 KB

Versions: 1

Compression:

Stored size: 1.92 KB

Contents

# 2.1.1
  - Release a new version of the gem that doesn't included any other gems, 2.1.0 is yanked from rubygems 
# 2.1.0
  - Refactor of the code to make it easier to unit test
  - Fix a conncurrency error on high load on the SizeQueue #37
  - Drop the internal SizeQueue to rely on Java Synchronous Queue
  - Remove the majority of the nested blocks
  - Move the CircuitBreaker inside an internal namespace so it doesn't conflict with the input lumberjack
  - Add more debugging log statement
  - Flush the codec when a disconnect happen
  - Tag/Decorate the event when a shutdown occur.
  - The name of the threads managed by the input beat are now meaningful.
# 2.0.3
  - Reduce the size of the gem by removing vendor jars
# 2.0.2
  - Copy the `beat.hostname` field into the `host` field for better compatibility with the other Logstash plugins #28
  - Correctly merge multiple line with the multiline codec ref: #24
# 2.0.0
  - Add support for stream identity, the ID will be generated from beat.id+resource_id or beat.name + beat.source if not present #22 #13
    The identity allow the multiline codec to correctly merge string from multiples files.
# 0.9.6
  - Fix an issue with rogue events created by buffered codecs #19
# 0.9.5
  - Set concurrent-ruby to 0.9.1 see https://github.com/elastic/logstash/issues/4141
# 0.9.4
  - Correctly decorate the event with the `add_field` and `tags` option from the config #12
# 0.9.3
  - Connection#run should rescue `Broken Pipe Error` #5
  - Fix a `SystemCallErr` issue on windows when shutting down the server #9

# 0.9.2
  - fix an issue with the incorrectly calculated ack when the window_size was smaller than the ACK_RATIO see  https://github.com/logstash-plugins/logstash-input-beats/issues/3

# 0.9.1
  - Move the ruby-lumberjack library into the plugin

# 0.9
  - Created from `logstash-input-lumberjack` version 2.0.2 https://github.com/logstash-plugins/logstash-input-lumberjack
  - Use SSL off by default

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
logstash-input-beats-2.1.1 CHANGELOG.md