Log storage/indexing tools

Asked

Viewed 80 times

3

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

So what tools are available for this kind of need?

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

1 answer

3


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

Just redirect your logs to one of these two applications, create your filters, generate your statistical charts and alerts. I’ve used these two tools to analyze network traffic and firewall logs.

  • Thanks Anderson, the Elastic I was already seeing, but I didn’t know this Graylog, I’ll take a look at the Features his.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.