hello,
i need to archive data from elasticsearch to s3, like there is in logz.io.
the thing is, in logz.io the data get to S3 in a readable format (json), and then i can manipulate it however i need.
when i do a snapshot to s3, the data is binary, and even if i open it somehow and see the data, it is in no way a readable format (lots of information wrap the logs themselves).
so my question is: is there a way to archive logs from elasticsearch to S3 bucket in a way that will give me readable data?
thanks!