logstash-input-generator 3.0.5 → 3.0.6

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: e5b6611645a65fa0165360bde46e13eb9b935108fd40b0ff5228271bf7aa729e
4
- data.tar.gz: a9c0a3d1a0a2d3e5ea43bc077677244ca0316ba00004131cccd161bdd6b45c77
3
+ metadata.gz: '019b8c49d606316b41cf3b6638ec68cc44868fed95a125a7acb8d16d2f385303'
4
+ data.tar.gz: 0e3393d2d14ec35a81e12915691189cdb8aead5dc08a453fc269a319e65c889a
5
5
  SHA512:
6
- metadata.gz: 225ec33d745902bc316e663a443b2650cf1185f3e8d6c7d44900b5fc5ec764a7dd2660a5698d679b0b56fa0e1cfbbb8c612af944d6c39b788d53466da1d4a3b7
7
- data.tar.gz: 141a7883e7d0da20d7b20f6ee91bdf25d6b97af28e04d25d24186f313127ae4503365ce4d70145a617df272488d6d3b498d6ae1c74ff0b0c9205967e25692dc8
6
+ metadata.gz: d8570eab8c9636da0163b57d6222473a37ef950d403e56abfbee1b5b140add7690026ee5d5630f79dc6ca2c1eb84a1b141c075609b2f9f56149df90eb7a2a385
7
+ data.tar.gz: e189bbac98a24995407fc1bafb8dbb03f723b53e01908f0eb0fee92a57f21e930a1232e5c22aa7875f2a6d1cca9d8f5cb8d496c23e7a49da4c01d1ee01ecff3c
@@ -1,3 +1,6 @@
1
+ ## 3.0.6
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.0.5
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: generator
2
2
  :type: input
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -104,4 +105,6 @@ Otherwise, this value will be used verbatim as the event message.
104
105
 
105
106
 
106
107
  [id="plugins-{type}s-{plugin}-common-options"]
107
- include::{include_path}/{type}.asciidoc[]
108
+ include::{include_path}/{type}.asciidoc[]
109
+
110
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-generator'
4
- s.version = '3.0.5'
4
+ s.version = '3.0.6'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Generates random log events for test purposes"
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-generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.5
4
+ version: 3.0.6
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