Substation transfer not maintaining new line delimited json #185
-
I am using substation for an enrichment, however before creating the enrichment, we set up a basic config that just sends the logs to s3.
The logs come in as .json.gz and are writting to the bucket but when they are written to the bucket they are no longer newline delimited. How can I resolve this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@viraj-lunani I think this example will help -- you can use the |
Beta Was this translation helpful? Give feedback.
@viraj-lunani I think this example will help -- you can use the
auxiliary_transforms
setting to apply a series of transforms to the data after it is batched but before it is written to S3. We have a pattern for JSON Lines that you can add (also seen in the example).