logstash-output-seq 0.0.3.pre.alpha1 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -0
- data/lib/version-info.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 11cd6474d4c4171afc1c0f9e82db56065a8c4a35
|
4
|
+
data.tar.gz: ffd056dbb0f3a4b43963031537eb42eb816857e1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
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
|
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:
|
216
|
+
version: '0'
|
217
217
|
requirements: []
|
218
218
|
rubyforge_project:
|
219
219
|
rubygems_version: 2.4.8
|