I am writing to you because I would need to export logs from inside elk to outside, like to blob in azure or any other destination pointc, for compliance purpose. Do you know any solution available?
Thank you very much!
I am writing to you because I would need to export logs from inside elk to outside, like to blob in azure or any other destination pointc, for compliance purpose. Do you know any solution available?
Thank you very much!
Share Improve this question asked Mar 27 at 9:06 RRMRRM 13 bronze badges1 Answer
Reset to default 0Tldr;
This is a common problem. There are multiple solutions around that. The most convenient is the snapshot capabilities of Elasticsearch.
Solutions:
Snapshot to azure
This documentation walk you through snapshotting the data on azure.
Pros:
- Supported by Elasticsearch
- Efficient, and low impact on Elasticsearch
Cons:
- Data is readable by Elasticsearch only
Fork before ingest
Send the data both to Elasticsearch as well as to azure blob storage
Pros:
- No extra load on Elasticsearch
- Simple to put in place
Cons:
- Does not deal with previously indexed data
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744101965a4558567.html
评论列表(0条)