azure - Export all logs from ELK stack to external destination for compliance purpose - Stack Overflow

I am writing to you because I would need to export logs from inside elk to outside, like to blob in azu

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 badges
Add a comment  | 

1 Answer 1

Reset to default 0

Tldr;

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条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信