lib/logstash/outputs/csv.rb in logstash-output-csv-0.1.1 vs lib/logstash/outputs/csv.rb in logstash-output-csv-0.1.2
- old
+ new
@@ -9,10 +9,9 @@
# Based on the file output, many config values are shared
# Uses the Ruby csv library internally
class LogStash::Outputs::CSV < LogStash::Outputs::File
config_name "csv"
- milestone 1
# The field names from the event that should be written to the CSV file.
# Fields are written to the CSV in the same order as the array.
# If a field does not exist on the event, an empty string will be written.
# Supports field reference syntax eg: `fields => ["field1", "[nested][field]"]`.