最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

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

programmeradmin5浏览0评论

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
发布评论

评论列表(0)

  1. 暂无评论