login
Home / Papers / Research on Establish an Efficient Log Analysis System with Kafka...

Research on Establish an Efficient Log Analysis System with Kafka and Elastic Search

12 Citations2017
Yuanzhou Wei, Manman Li, Bin-Sen Xu

This paper introduces a way how to build an efficient logs analysis system based on kafka and Elastic Search and hopes you can learn something through the iteration of the Version and get some inspiration with your own log analysis system.

Abstract

Search logs in a timely and efficient manner are an important part of SRE (Site Reliability Engineer). Logs help us solve the problems during our development work. In this paper, we will introduce you a way how to build an efficient logs analysis system based on kafka and Elastic Search. We hope you can learn something through the iteration of the Version and get some inspiration with your own log analysis system.

Research on Establish an Efficient Log Analysis System with