logstash-input-websocket 4.0.3 → 4.0.4

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: 211652509ff9c6cd393e675dc6752bb21b9f81e94efa305e9270d45f3e85b6bb
4
- data.tar.gz: 6acc49b212a6b56522668ff9ed07d193c33eccff6c26878fe39462fbbf22634f
3
+ metadata.gz: 914217973774b20f02394bbe437b69df5be97c5aa1faa33762020a6c4bea174f
4
+ data.tar.gz: 90bb237563147294c677439ef0ad07afe0c1de0a8c2ed11a74788207513221aa
5
5
  SHA512:
6
- metadata.gz: 9e8b009299866d47339bf48738282acbedd302e1ac871680285092a96a7d07a4f19bc927e3ab6a08061146206c660a8e7581f2efea38552022caaeb1a26391da
7
- data.tar.gz: 65ab237080f6445e07f8e63114be591e1ddba9ad8db45fe93eee8ec6eb1408f386d42c44c8a8fc8bb36c7ab4c5bd5ce45c4e8e78b59e7c30659e1948f0a38784
6
+ metadata.gz: 42674284d3ca73d30f07e200a388debc9665805ed42d9c982c955a140c3adb00d44c4978b8d830a6e378dbb0c37e3e5b5b293e85e3c913fb3df4c0632edb87e1
7
+ data.tar.gz: b2949f063fbc7019b1a227be9aca016eaee1f39d2334ee6f527fd17c0d63b0c4490a5b0d089b43949e6324d7e99be91e5957d18f0af3d27a9caba5c024ab01fe
@@ -1,3 +1,6 @@
1
+ ## 4.0.4
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 4.0.3
2
5
  - Update gemspec summary
3
6
 
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012–2016 Elasticsearch <http://www.elastic.co>
1
+ Copyright (c) 2012-2018 Elasticsearch <http://www.elastic.co>
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
@@ -1,5 +1,6 @@
1
1
  :plugin: websocket
2
2
  :type: input
3
+ :default_codec: json
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -61,4 +62,6 @@ The URL to connect to.
61
62
 
62
63
 
63
64
  [id="plugins-{type}s-{plugin}-common-options"]
64
- include::{include_path}/{type}.asciidoc[]
65
+ include::{include_path}/{type}.asciidoc[]
66
+
67
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-websocket'
4
- s.version = '4.0.3'
4
+ s.version = '4.0.4'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Reads events from a websocket"
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"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-websocket
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.3
4
+ version: 4.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-07 00:00:00.000000000 Z
11
+ date: 2018-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement