Tagged Questions

22
votes
13answers
23k views

What commercial and open source competitors are there to Splunk? [closed]

It's difficult to find any. Please, no answers like scp + perl + duct tape. I need a complete solution.
2
votes
5answers
5k views

Tool for parsing smtp logs that finds bounces

Our web application sends e-mails. We have lots of users, and we get lots of bounces. For example, user changes company and his company e-mail is no longer valid. To find bounces, I parse smtp log ...
0
votes
1answer
69 views

How to get the number of “unique” request with splunk

We are currently looking for a way to find the number of "unique" request for a given event type with splunk. Like the number of user that hit a 404, but i don't care if a user hit it twice or 10 ...
0
votes
3answers
372 views

your challenges with using splunk

In our application, we log critical information to log text files for later debugging purpose. With splunk its easy to identify a problem if I already have some data points like order number or ...
0
votes
2answers
509 views

What is the best components stack for building distributed log aggregator (like Splunk)?

I'm trying to find the best components I could use to build something similar to Splunk in order to aggregate logs from a big number of servers in computing grid. Also it should be distributed because ...
0
votes
2answers
43 views

Notify upon any serious errors on logs

Sometimes there are severe bugs (new or reintroduced) in productions that go on for days and weeks, and customers do not always notify us. The only tool I have now is grep, awk & perl but I am ...