Log Storage / Indexing Tools

3

I need to create a system to store logs from various user actions (this system will create millions of weekly data).

So what tools are available for this type of need?

PS: It is extremely necessary to provide an API to search the logs, as they will be displayed on a system screen.

    
asked by anonymous 20.09.2017 / 15:41

1 answer

2

There are some centralized log storage and management systems. Two suggestions I can give you are Graylog and Elastic Stack .

Simply redirect your logs to one of these two applications, create your filters, generate your statistical charts and alerts. I have already used these two tools to do network traffic analysis and firewall logs.

    
20.09.2017 / 15:48