Json – Logstash replace colon with arrow
My goal is to read data from kinesis and upload csv file on s3, but in csv file arrow(=>) is coming in json data insted of colon(:) Logstash config file input { kinesis { application_name => "logstash" kinesis_stream_name => "events"…