Now all the applications/software/apps are generating large volume of Logs with different formats and different types so very difficult and challenging job for one place of aggregation and visualization of logs very very easiest way and highly efficient way.
We can use three different components used for the Log Collection and analysis:
1] Kibana Dashboard :- Visualization and Analysis
2] Elastic Search Database : – Store the data and forward to Kibana Dashboard
3] Fluent-db : Log collector / Collection agents from the different apps and software’s
4] Simple Java Class for send to Fluent DB
The Combination of these four components and tools we can make easily develop/implement the Highly efficient log analyzer.
In the Next post i am going to show practical configuration part for these components and how to do the implementation very fast and easier ways.