-
Notifications
You must be signed in to change notification settings - Fork 155
Labels
Team:IngestIssues owned by the Ingest Docs TeamIssues owned by the Ingest Docs Teamsource:webIssues originating from the elastic.co docsIssues originating from the elastic.co docs
Description
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 TeamIssues owned by the Ingest Docs Teamsource:webIssues originating from the elastic.co docsIssues originating from the elastic.co docs