Skip to content

[Website]:plugins-outputs-csv #3368

@yomduf

Description

@yomduf

Type of issue

None

What documentation page is affected

https://www.elastic.co/docs/reference/logstash/plugins/plugins-outputs-csv

What happened?

The example for path setting should not be

output {
 file {
   path => ...
   codec => line { format => "custom format: %{message}"}
 }
}

but this instead

output {
 csv {
   path => ...
   codec => line { format => "custom format: %{message}"}
 }
}

Additional info

No response

Metadata

Metadata

Assignees

Labels

Team:IngestIssues owned by the Ingest Docs Teamsource:webIssues originating from the elastic.co docs

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions