%0 Journal Article %@ 0866-8612 %A Nguyen, Van Nam %A Tran, Van Cuong %A Trần Văn Cường, %D 2016 %F SisLab:1994 %I VNU Journal of Science %J VNU Journal of Computer Science and Communication Engineering %N 2 %P 43-48 %T An Efficient Log Management System %U https://eprints.uet.vnu.edu.vn/eprints/id/eprint/1994/ %V 32 %X Server monitoring is really necessary because this can help administrators to track users’ activities in order to improve user management ability, load balancing as well as to detect DDoS attacks. Usually, server monitoring is based on logging. However, logging system is always considered to be expensive in term of storage, data collection, data searching and analysis. In this paper, we introduce eLMS, an efficient and scalable log management system. In our system, the log files can be collected from multiple servers, stored in a scalable manner, appropriately indexed and fast analysed. eLMS acts both in online and off-line modes and provides a practical web-based monitoring interface. eLMS is based on a famous open-source core called ELK including three main modules: ElasticSearch, LogStash and Kibana. However, by using queue and streaming technique instead of uploading technique used in LogStash, eLMS is tested to be at least ten times faster than existing ELK