logstash-output-newrelic 1.3.0 → 1.5.0

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-newrelic
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - New Relic Logging Team
@@ -125,7 +125,10 @@ files:
125
125
  - lib/logstash/outputs/newrelic.rb
126
126
  - lib/logstash/outputs/newrelic_version/version.rb
127
127
  - logstash-output-newrelic.gemspec
128
+ - spec/outputs/input_17997_messages_resulting_in_2680KB_compressed_payload.json
129
+ - spec/outputs/input_5000_messages_resulting_in_740KB_compressed_payload.json
128
130
  - spec/outputs/newrelic_spec.rb
131
+ - spec/outputs/single_input_message_exceeeding_1MB_once_compressed.json
129
132
  homepage: https://github.com/newrelic/logstash-output-plugin
130
133
  licenses:
131
134
  - Apache-2.0
@@ -152,4 +155,7 @@ signing_key:
152
155
  specification_version: 4
153
156
  summary: Sends Logstash events to New Relic
154
157
  test_files:
158
+ - spec/outputs/input_17997_messages_resulting_in_2680KB_compressed_payload.json
159
+ - spec/outputs/input_5000_messages_resulting_in_740KB_compressed_payload.json
155
160
  - spec/outputs/newrelic_spec.rb
161
+ - spec/outputs/single_input_message_exceeeding_1MB_once_compressed.json