Refine your search:

In connection to my question at the end of here: (http://answers.splunk.com/questions/1636/windows-event-log-collection-on-11000-devices/4739#4739)...

I thought I should split this off as a new question.

Basically we have a set of Windows platforms with custom software logging to the Application Event Log.

SCOM is going to be taking over from MOM and will be monitoring the systems. I am interested in Splunk getting a feed of all the logs in the Application Event Log too - I know that SCOM stores the event logs into a database - does anyone know how to either bend Splunk so it can read them from SCOM or to bend SCOM so it can produce logs that Splunk can read?

I am trying to avoid the hassle of putting Snare out onto the Windows servers as added resource load - but is this the only way? Also it is mentioned (in passing) on a few webpages that Snare converts Event Logs into text and loses a bit of the detail - are there any guides or examples of the differences between a Snare'd event and the full event using the Event Log Viewer?

Any help appreciated!

Matt

asked 19 Jul '10, 09:15

matthewhaswell's gravatar image

matthewhaswell
18114
accept rate: 25%

edited 05 Aug '10, 04:42

Justin%20Grant's gravatar image

Justin Grant
1.5k6740


2 Answers:

In addition to attempting to pull data out of SCOM and using snare, there is another way to achieve your objective: use lightweight or regular forwarders.

A forwarder installs on your servers and can access and forward all your event logs (and other data you choose to monitor) to your indexer(s). This may be easier (and likely more efficient) than attempting to integrate with SCOM's database. In addition you benefit from buffering and SSL tunnels, as well as resuming forwarding of data after a network outage -- all things that you cannot get with SNMP.

Lightweight forwarders use only a small amount of resources and are easy to deploy.

For more information have a look at this: http://www.splunk.com/base/Documentation/latest/Admin/Aboutforwardingandreceiving

link

answered 19 Jul '10, 13:18

ftk's gravatar image

ftk ♦
6.2k419
accept rate: 37%

Hmmmm - have tried a test splunk forwarder - will probably convert to a light forwarder when I have finished configuration testing...

This is certainly useful - probably more than using Snare.

It does appear to be the only way unless anyone else knows better. Looks like I will just have to have the hassle of a remote forwarder. I assume the remote WMI event log access is even more of an event hog and I like the idea of the buffering after failure.

Many thanks!

(21 Jul '10, 15:24) matthewhaswell

Lightweight forwarders use very little resources and basically guarantee delivery of the events, remote WMI is works on a best effort basis and doesn't guarantee to complete all requests.

(21 Jul '10, 15:28) ftk ♦
1

Forward about a year - we have deployed Lightweight forwarders to all our systems - and are consistently more stable than the Scom agents. Now upgrading them all to Universal Forwarders.

It's all working well - they are forwarding from each host to 2 "hot" Splunk heads. We have visability and graphs of windows events from our entire infrastructure and can quickly set up emergency alerts if we need to.

It doesn't directly compete with Scom - we have hundreds of rule sets on Scom that would mean hundreds of Searches on Splunk that which would be unweildy. Great for debugging and views though.

(28 Jul '11, 02:12) matthewhaswell
link

answered 19 Jul '10, 17:33

Leo's gravatar image

Leo ♦
817111
accept rate: 47%

Yes - I had looked at that but unfortunately it only forwards alerts (or events) depending on the rules set. So in order to get all the Application events I would have to get SCOM to look at all the events (instead of just the ones I am interested in).

It looks like SCOM prefers to use remote access to the events and doesn't pull them all to the central server - which I can understand but it's annoying to have to deploy another forwarder!

(21 Jul '10, 15:27) matthewhaswell
Post your answer
toggle preview

Follow this question

Log In to enable email subscriptions

RSS:

Answers

Answers + Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×404
×303
×120
×6

Asked: 19 Jul '10, 09:15

Seen: 2,591 times

Last updated: 28 Jul '11, 02:27

Copyright © 2005-2012 Splunk, Inc. All rights reserved.