logstash-codec-gzip_lines 3.0.0 → 3.0.1

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
  SHA1:
3
- metadata.gz: d7b3a644a9848f6aa2818f2d86359118d3d41c6c
4
- data.tar.gz: 1446b07873a9124b64c9bf043938c2a63c38c797
3
+ metadata.gz: f1b975c7a5e3c198f8060395b3d117a4f0de1e83
4
+ data.tar.gz: d9b31f4c6a836ac7404dfc476566da4232ffa856
5
5
  SHA512:
6
- metadata.gz: 3450116f4f940b23ea042de38bd2dad59b48d697628ba505312709f45125428da7f48cd49830f4e4be444a80a7ff564319e0dd17a53590da7f7f631839da1e07
7
- data.tar.gz: f8007dce3d6bd5cd7f3b08f0dad4ba58b97a5fa4a0165b02e128736dfb8df6fd8ed1d1f524ffeb54b6643026f6f675f0c9b328d68abf3bb0a9feb123cd52cdec
6
+ metadata.gz: e6a715e49ea8f5a13ee512dd8e2dd788fbec890b08f9b91107a4c25538d3abf7d76c9b813f9438d17ae4ddae13a19202b1c84ce1762cb4403066ff77d6be4db2
7
+ data.tar.gz: 692b5d52bf6add21bf619e9576778cbd98709a14aaba163596a496d3943d0e22aa968e2afc4f6240d42c0e2275e71706b327380a0a72826c58e5accd77c21d7f
data/docs/index.asciidoc CHANGED
@@ -7,7 +7,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
7
7
  :version: %VERSION%
8
8
  :release_date: %RELEASE_DATE%
9
9
  :changelog_url: %CHANGELOG_URL%
10
- :include_path: ../../../logstash/docs/include
10
+ :include_path: ../../../../logstash/docs/include
11
11
  ///////////////////////////////////////////
12
12
  END - GENERATED VARIABLES, DO NOT EDIT!
13
13
  ///////////////////////////////////////////
@@ -25,17 +25,12 @@ This codec will read gzip encoded content
25
25
  [id="plugins-{type}s-{plugin}-options"]
26
26
  ==== Gzip_lines Codec Configuration Options
27
27
 
28
- This plugin supports the following configuration options plus the <<plugins-{type}s-common-options>> described later.
29
-
30
28
  [cols="<,<,<",options="header",]
31
29
  |=======================================================================
32
30
  |Setting |Input type|Required
33
31
  | <<plugins-{type}s-{plugin}-charset>> |<<string,string>>, one of `["ASCII-8BIT", "UTF-8", "US-ASCII", "Big5", "Big5-HKSCS", "Big5-UAO", "CP949", "Emacs-Mule", "EUC-JP", "EUC-KR", "EUC-TW", "GB2312", "GB18030", "GBK", "ISO-8859-1", "ISO-8859-2", "ISO-8859-3", "ISO-8859-4", "ISO-8859-5", "ISO-8859-6", "ISO-8859-7", "ISO-8859-8", "ISO-8859-9", "ISO-8859-10", "ISO-8859-11", "ISO-8859-13", "ISO-8859-14", "ISO-8859-15", "ISO-8859-16", "KOI8-R", "KOI8-U", "Shift_JIS", "UTF-16BE", "UTF-16LE", "UTF-32BE", "UTF-32LE", "Windows-31J", "Windows-1250", "Windows-1251", "Windows-1252", "IBM437", "IBM737", "IBM775", "CP850", "IBM852", "CP852", "IBM855", "CP855", "IBM857", "IBM860", "IBM861", "IBM862", "IBM863", "IBM864", "IBM865", "IBM866", "IBM869", "Windows-1258", "GB1988", "macCentEuro", "macCroatian", "macCyrillic", "macGreek", "macIceland", "macRoman", "macRomania", "macThai", "macTurkish", "macUkraine", "CP950", "CP951", "IBM037", "stateless-ISO-2022-JP", "eucJP-ms", "CP51932", "EUC-JIS-2004", "GB12345", "ISO-2022-JP", "ISO-2022-JP-2", "CP50220", "CP50221", "Windows-1256", "Windows-1253", "Windows-1255", "Windows-1254", "TIS-620", "Windows-874", "Windows-1257", "MacJapanese", "UTF-7", "UTF8-MAC", "UTF-16", "UTF-32", "UTF8-DoCoMo", "SJIS-DoCoMo", "UTF8-KDDI", "SJIS-KDDI", "ISO-2022-JP-KDDI", "stateless-ISO-2022-JP-KDDI", "UTF8-SoftBank", "SJIS-SoftBank", "BINARY", "CP437", "CP737", "CP775", "IBM850", "CP857", "CP860", "CP861", "CP862", "CP863", "CP864", "CP865", "CP866", "CP869", "CP1258", "Big5-HKSCS:2008", "ebcdic-cp-us", "eucJP", "euc-jp-ms", "EUC-JISX0213", "eucKR", "eucTW", "EUC-CN", "eucCN", "CP936", "ISO2022-JP", "ISO2022-JP2", "ISO8859-1", "ISO8859-2", "ISO8859-3", "ISO8859-4", "ISO8859-5", "ISO8859-6", "CP1256", "ISO8859-7", "CP1253", "ISO8859-8", "CP1255", "ISO8859-9", "CP1254", "ISO8859-10", "ISO8859-11", "CP874", "ISO8859-13", "CP1257", "ISO8859-14", "ISO8859-15", "ISO8859-16", "CP878", "MacJapan", "ASCII", "ANSI_X3.4-1968", "646", "CP65000", "CP65001", "UTF-8-MAC", "UTF-8-HFS", "UCS-2BE", "UCS-4BE", "UCS-4LE", "CP932", "csWindows31J", "SJIS", "PCK", "CP1250", "CP1251", "CP1252", "external", "locale"]`|No
34
32
  |=======================================================================
35
33
 
36
- Also see <<plugins-{type}s-common-options>> for a list of options supported by all
37
- codec plugins.
38
-
39
34
  &nbsp;
40
35
 
41
36
  [id="plugins-{type}s-{plugin}-charset"]
@@ -55,5 +50,3 @@ actual encoding of the text and logstash will convert it for you.
55
50
  For nxlog users, you'll want to set this to "CP1252"
56
51
 
57
52
 
58
-
59
- include::{include_path}/{type}.asciidoc[]
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-codec-gzip_lines'
4
- s.version = '3.0.0'
4
+ s.version = '3.0.1'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = 'This codec may be used to decode (via inputs) gzip encoded file'
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-codec-gzip_lines
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-19 00:00:00.000000000 Z
11
+ date: 2017-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement