Survey on Online Log Parsers
Tejaswini S1, Azra Nasreen2

1Tejaswini S*, Department of Computer Science and Engineering, Rashtreeya Vidyalaya College of Engineering, Bangalore (Karnataka), India.
2Azra Nasreen, Assistant Professor, Department of Computer Science and Engineering, Rashtreeya Vidyalaya College of Engineering, Bangalore (Karnataka), India.

Manuscript received on June 03, 2021. | Revised Manuscript received on June 10, 2021. | Manuscript published on June 30, 2021. | PP: 324-330 | Volume-10 Issue-5, June 2021. | Retrieval Number: 100.1/ijeat.E27560610521 | DOI: 10.35940/ijeat.E2816.0610521
Open Access | Ethics and Policies | Cite | Mendeley
© The Authors. Blue Eyes Intelligence Engineering and Sciences Publication (BEIESP). This is an open access article under the CC BY-NC-ND license (http://creativecommons.org/licenses/by-nc-nd/4.0/)

Abstract: Technological dependence is growing in leaps and bounds as days progress. As a result, software applications are required to be up and running at all times without fail. The health and safety of these applications need to be monitored regularly by theuse of constant logging of any faults that occur at their runtime executions. Log analysis techniques are applied to recorded logsto obtain a better overview of how to handle failures and health deterioration. Before these algorithms can be utilized in practice, the raw unstructured logs need to be converted into structured log events. This process is performed by log parsers, which are accessible in two different modes – offline and online. While offline log parsers have a predefined knowledge base containing templates and conversion rules, online log parsers learn new templates on the job. This paper focuses on surveying and creating a comparative study on online log parses by analysing the type of technique used, efficiency and accuracy of the parser on a given dataset, time complexity, and their effectiveness in motivating applications. 
Keywords: Log analysis techniques are applied to recorded logsto obtain a better overview of how to handle failures and health deterioration.
Scope of the Article: Surveying