Wednesday, June 19, 2024

Amazon OpenSearch Ingestion

 Amazon OpenSearch Ingestion - Amazon OpenSearch Service





s3 source - OpenSearch Documentation

csv codec

The csv codec parses objects in comma-separated value (CSV) format, with each row producing a Data Prepper log event. Use the following options to configure the csv codec.

OptionRequiredTypeDescription
delimiterYesIntegerThe delimiter separating columns. Default is ,.
quote_characterYesStringThe character used as a text qualifier for CSV data. Default is ".
headerNoString listThe header containing the column names used to parse CSV data.
detect_headerNoBooleanWhether the first line of the Amazon S3 object should be interpreted as a header. Default is true.

No comments:

Post a Comment