logstash-output-riak 3.0.4 → 3.0.5

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: 15b55453a4f5c07c7733e0fa52670a9e2ba6ca937b9390298541fd00b49bb090
4
- data.tar.gz: 62ac373792f6d89c80aa6c8db9e63b36dfd31fa07bc25e5a14da3c6608650854
3
+ metadata.gz: 25fd59c01d002214664df180ff63fac465962d9009bc67bdeddc199505e7b808
4
+ data.tar.gz: 83b6b25c0b11e9d8cbcbad66a21c75067b7f45ff7fecad4b16d54092db61c7e8
5
5
  SHA512:
6
- metadata.gz: 12d331ccae1ac5c1c690d8f02cd3686e1327d329680da3f80bee8d38346beb57f1364220f97cb34784b50b3942f7f0ffdd01a5331cadab1de19775a8a6e2dfef
7
- data.tar.gz: 4c608e91583a21d24997f09cb62e9d9e7dec7472a0d4cb19fafaa044fad242974c7894c00fc9d44d780353acf9f6fbd5ed67101309cf8d661651cf5e4563204e
6
+ metadata.gz: '0393f6d76649a2d8173bcaf79595c295f8ddcc5697a6518e0e392bd8d6410b2cafab0af3b6160d70187b15439d75345cc8b0c02fb042df57c1e9a59d7559e642'
7
+ data.tar.gz: 2d02f68ba7e7d10a6cdc02f9585f2b4215c3fda22c0d1574214514434c9d1f1c24e39236400ca660e3faf60595c3213563e4b588de705c9158dfeb6631d73704
@@ -1,3 +1,6 @@
1
+ ## 3.0.5
2
+ - Fix formatting in doc for conversion to --asciidoctor [#4](https://github.com/logstash-plugins/logstash-output-riak/pull/4)
3
+
1
4
  ## 3.0.4
2
5
  - Docs: Set the default_codec doc attribute.
3
6
 
@@ -70,15 +70,23 @@ apply to ALL the buckets.
70
70
  Bucket properties (NYI)
71
71
  Logstash hash of properties for the bucket
72
72
  i.e.
73
+
73
74
  [source,ruby]
75
+ -----
74
76
  bucket_props => {
75
77
  "r" => "one"
76
78
  "w" => "one"
77
79
  "dw", "one
78
80
  }
81
+ -----
82
+
79
83
  or
84
+
80
85
  [source,ruby]
86
+ -----
81
87
  bucket_props => { "n_val" => "3" }
88
+ -----
89
+
82
90
  Properties will be passed as-is
83
91
 
84
92
  [id="plugins-{type}s-{plugin}-enable_search"]
@@ -108,8 +116,12 @@ Enable SSL
108
116
  Indices
109
117
  Array of fields to add 2i on
110
118
  e.g.
119
+
111
120
  [source,ruby]
121
+ -----
112
122
  `indices => ["source_host", "type"]
123
+ -----
124
+
113
125
  Off by default as not everyone runs eleveldb
114
126
 
115
127
  [id="plugins-{type}s-{plugin}-key_name"]
@@ -133,11 +145,14 @@ The nodes of your Riak cluster
133
145
  This can be a single host or
134
146
  a Logstash hash of node/port pairs
135
147
  e.g
148
+
136
149
  [source,ruby]
150
+ -----
137
151
  {
138
152
  "node1" => "8098"
139
153
  "node2" => "8098"
140
154
  }
155
+ -----
141
156
 
142
157
  [id="plugins-{type}s-{plugin}-proto"]
143
158
  ===== `proto`
@@ -156,18 +171,20 @@ No mix and match
156
171
  * Value type is <<hash,hash>>
157
172
  * There is no default value for this setting.
158
173
 
159
- SSL Options
160
- Options for SSL connections
161
- Only applied if SSL is enabled
174
+ Options for SSL connections.
175
+ Only applied if SSL is enabled.
162
176
  Logstash hash that maps to the riak-client options
163
- here: https://github.com/basho/riak-ruby-client/wiki/Connecting-to-Riak
177
+ here: https://github.com/basho/riak-ruby-client/wiki/Connecting-to-Riak.
178
+
164
179
  You'll likely want something like this:
165
180
 
166
181
  [source, ruby]
182
+ -----
167
183
  ssl_opts => {
168
184
  "pem" => "/etc/riak.pem"
169
185
  "ca_path" => "/usr/share/certificates"
170
186
  }
187
+ -----
171
188
 
172
189
  Per the riak client docs, the above sample options
173
190
  will turn on SSL `VERIFY_PEER`
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-riak'
3
- s.version = '3.0.4'
3
+ s.version = '3.0.5'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Writes events to the Riak distributed key/value store"
6
6
  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-output-riak
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.4
4
+ version: 3.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-06 00:00:00.000000000 Z
11
+ date: 2019-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -98,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
98
  version: '0'
99
99
  requirements: []
100
100
  rubyforge_project:
101
- rubygems_version: 2.6.11
101
+ rubygems_version: 2.6.13
102
102
  signing_key:
103
103
  specification_version: 4
104
104
  summary: Writes events to the Riak distributed key/value store