logstash-output-seq 0.0.3.pre.alpha1 → 0.0.3

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -0
  3. data/lib/version-info.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fb7b2933ecba5476a1a8449dc3c39bea6a9f7be7
4
- data.tar.gz: ee7ca93235178e3f2c7596c4b783a4542053f23b
3
+ metadata.gz: 11cd6474d4c4171afc1c0f9e82db56065a8c4a35
4
+ data.tar.gz: ffd056dbb0f3a4b43963031537eb42eb816857e1
5
5
  SHA512:
6
- metadata.gz: 1c022cb3868a4840e205c584d1bfdf14c0e23f39496e99d2fcb17489ca7bc54c5a5d9c7fa8d875666f00ead09a49008138624118f5fcf8db21c9ef1ecc895da6
7
- data.tar.gz: 2ac79b1772ce6500e711cc0b73c5cb11986414d50bccce320ef90b934000a59b721e52ddaf67ae4aed7376104dc9f6094e0a0fde87d47a6a5cc4d6902b6ea492
6
+ metadata.gz: 54b045ff64e0c4a620d0b0452ed6a6ea982c320f5cf2904183c11292f9b31aa7cd05ad78e015e2b8ddaa07e86f8fc8840f1f366a1f39bd18c1ae2424f07dab10
7
+ data.tar.gz: e1d5933a4cb68302e3301771538a603533b03c446e28d6148bf65746584681fbddf1374373ad5206df9844ab5916865e60cf47ba2736cf55554bd40d47bd91d5
data/README.md CHANGED
@@ -23,6 +23,10 @@ The plugin has the following configuration options:
23
23
  * `api_key` (Optional) - The Seq API key (if any) to use for authentication.
24
24
  * Any parameters from the Logstash HttpClient mix-in (e.g. configuring SSL behaviour, etc).
25
25
 
26
+ ### Docker
27
+
28
+ There is also a [docker image](https://hub.docker.com/r/tintoy/logstash-output-seq/) available that has this plugin preinstalled.
29
+
26
30
  ## Developing
27
31
 
28
32
  [Developing](DEVELOPING.md)
data/lib/version-info.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  module LogStash
2
2
  module Output
3
3
  module Seq
4
- VERSION = '0.0.3-alpha1'
4
+ VERSION = '0.0.3'
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-seq
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3.pre.alpha1
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - tintoy
@@ -211,9 +211,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
211
211
  version: '0'
212
212
  required_rubygems_version: !ruby/object:Gem::Requirement
213
213
  requirements:
214
- - - ">"
214
+ - - ">="
215
215
  - !ruby/object:Gem::Version
216
- version: 1.3.1
216
+ version: '0'
217
217
  requirements: []
218
218
  rubyforge_project:
219
219
  rubygems_version: 2.4.8