Event Log Consolidation Tool?

J

JM

Is there a tool that can consolidate the event logs from different servers,
and present them in a client on my workstation, with filtering ability?
Even better, exception alerting (for errors) would be optimal. My
application team has fifteen servers (five production), the logs of which
are not currently being reviewed, except after something bad happens. Often
times, the "bad" event could have been prevented (or at least handled
better) had we been reviewing these logs, or had exception alerting for
errors.

We don't have the support from our IT operations/infrastructure group for a
large enterprise solution, and we don't have domain admin rights, so we are
looking for something that we can manage within our application group. We
do have administrator privileges to our servers.

Thanks!
 
J

Jerold Schulman

Is there a tool that can consolidate the event logs from different servers,
and present them in a client on my workstation, with filtering ability?
Even better, exception alerting (for errors) would be optimal. My
application team has fifteen servers (five production), the logs of which
are not currently being reviewed, except after something bad happens. Often
times, the "bad" event could have been prevented (or at least handled
better) had we been reviewing these logs, or had exception alerting for
errors.

We don't have the support from our IT operations/infrastructure group for a
large enterprise solution, and we don't have domain admin rights, so we are
looking for something that we can manage within our application group. We
do have administrator privileges to our servers.

Thanks!
Build your own using the -s option of ElogList at tip 2891 in the 'Tips & Tricks' at http://www.jsiinc.com

Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
 
J

JM

I like that! I imagine that we could invoke the log export from a MSSQL DTS
Execute Process Task, then import the logs into a SQL table, then email
query results to admins. This should be pretty simple, but if SQLAgent
breaks.. I guess we will have to monitor the monitor too.



Jerold Schulman said:
Build your own using the -s option of ElogList at tip 2891 in the 'Tips &
Tricks' at http://www.jsiinc.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top