Skip to content

Commit d5ee36e

Browse files
authored
Merge pull request #28 from theletterf/patch-1
Update sample code snippet in the docs
2 parents 4942dc5 + ffdc03b commit d5ee36e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.0.11
2+
- Docs: Correct code snippet [#28](https://github.com/logstash-plugins/logstash-output-csv/pull/28)
3+
14
## 3.0.10
25
- Extend `spreadsheet_safe` prefix guard to '-', '+', and '@' [#27](https://github.com/logstash-plugins/logstash-output-csv/pull/27)
36

docs/index.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ You can customise the line format using the `line` codec like:
147147
[source,ruby]
148148
-----
149149
output {
150-
file {
150+
csv {
151151
path => ...
152152
codec => line { format => "custom format: %{message}"}
153153
}
@@ -180,4 +180,4 @@ may not make the values safe in your spreadsheet application
180180
include::{include_path}/{type}.asciidoc[]
181181

182182

183-
:default_codec!:
183+
:default_codec!:

logstash-output-csv.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22

33
s.name = 'logstash-output-csv'
4-
s.version = '3.0.10'
4+
s.version = '3.0.11'
55
s.licenses = ['Apache License (2.0)']
66
s.summary = "Writes events to disk in a delimited format"
77
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"

0 commit comments

Comments
 (0)