logstash-input-heartbeat 3.0.5 → 3.0.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ce64074b9c5d51648a89d167b95fa86a93ecf7a317b16cb3dc1a92be3978a14d
4
- data.tar.gz: f342d28767e41227227888fc3813256ce9f28365d6dba3900581afc7708999ff
3
+ metadata.gz: f2e45e43b9c82955452c932982bb2beb348bd4acbd2de6f27e2960013192b786
4
+ data.tar.gz: 868133ac231a1db8f87502f8a1ad3a2cec2253633890baf6a9c868a7a86304db
5
5
  SHA512:
6
- metadata.gz: db04e4527550c962d728ca6fcfba1628e6c085bd7df7c023bc3170d8093472f694f92bff368333571e6a95e4267a89807aec7d0664dd5413e44cbf4a0d506104
7
- data.tar.gz: 2daa9ffca1a5064ddd90f5be5abf293ad3cc9309cf7958907c3243e16b187579a65724ccb015de716b42342d14f5b7de6da5773faf2c50d0a30425e5fe03a56b
6
+ metadata.gz: 8104325e216942d5e0406db9cc462d0ddd72fc3de6aadd4b9be692e9f07dc3d369707d54ca67656b2b3cec7ce4c0dd9b0ce7b45124ca8638c69e0d206c57e871
7
+ data.tar.gz: 317870ff3f18119f3f352e1bc7925e196090c557a0dfb5b59c0bf5632dfd905d2db05ed4b8c427379be6b73a21b6057dd70e8dd027777e560bdd62075bded39d
data/CHANGELOG.md CHANGED
@@ -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.
data/docs/index.asciidoc CHANGED
@@ -1,5 +1,6 @@
1
1
  :plugin: heartbeat
2
2
  :type: input
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -94,4 +95,6 @@ will output this value into a field called `message`
94
95
 
95
96
 
96
97
  [id="plugins-{type}s-{plugin}-common-options"]
97
- include::{include_path}/{type}.asciidoc[]
98
+ include::{include_path}/{type}.asciidoc[]
99
+
100
+ :default_codec!:
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-heartbeat'
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 heartbeat events for testing"
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-heartbeat
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