OpenSearch/plugins/ingest-attachment
Alexander Reelsen da19ddf3e6 Ingest Attachment: Allow to prevent base64 conversions by using raw bytes (#16601)
CBOR is natively supported in Elasticsearch and allows for byte arrays.
This means, that by using CBOR the user can prevent base64 conversions
for the data being sent back and forth.

This PR adds support to extract data from a byte array in addition to
a string. This also required to add a ByteArrayValueSource class.
2016-04-11 14:14:56 +02:00
..
licenses Ingest: Add attachment processor 2016-02-09 17:03:30 +01:00
src Ingest Attachment: Allow to prevent base64 conversions by using raw bytes (#16601) 2016-04-11 14:14:56 +02:00
build.gradle Ingest: Add attachment processor 2016-02-09 17:03:30 +01:00