Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.0.11
- Docs: Correct code snippet [#28](https://github.com/logstash-plugins/logstash-output-csv/pull/28)

## 3.0.10
- Extend `spreadsheet_safe` prefix guard to '-', '+', and '@' [#27](https://github.com/logstash-plugins/logstash-output-csv/pull/27)

Expand Down
4 changes: 2 additions & 2 deletions docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ You can customise the line format using the `line` codec like:
[source,ruby]
-----
output {
file {
csv {
path => ...
codec => line { format => "custom format: %{message}"}
}
Expand Down Expand Up @@ -180,4 +180,4 @@ may not make the values safe in your spreadsheet application
include::{include_path}/{type}.asciidoc[]


:default_codec!:
:default_codec!:
2 changes: 1 addition & 1 deletion logstash-output-csv.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|

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