Refine your search:

Wondering if there are any best practices (or reference architectures) for running Splunk against an Azure (or another cloud) solution where there are, for example, multiple web servers, and in this case a very large number of worker nodes. There could also be n number of these deployments. So essentially LOTS of cloud VM instances. All the logs are automatically transferred to Azure Table Storage.

We don't want to have to transfer all this data on-premise as it could get a little unwieldy.

Would the best approach be to run Splunk up on a VM in the cloud and have it download the logs to local storage? This could be problematic if the VM was recycled as the local storage could (will eventually) get wiped...

Appreciate any guidance.

Thanks, Dave

asked 26 Apr '11, 17:40

davefellows's gravatar image

davefellows
1
accept rate: 0%


2 Answers:

There has definitely been some work done on this before, and I believe Splunk's SEs have used Amazon-based instances for demos from time to time.

The following would be a good starting point:

link

answered 28 Apr '11, 11:32

southeringtonp's gravatar image

southeringtonp ♦
4.9k2524
accept rate: 35%

Thanks. I did watch a couple of those. After doing further research I believe using Universal Forwarders (I wasn't aware of these when posting) on each node and hosting one or more indexers in the cloud is the way to go. Would certainly appreciate any comments on this approach though.

(28 Apr '11, 14:27) davefellows

I just wrote an Azure Diagnostics App for Splunk and submitted it to splunkbase yesterday for approval. I tested it in both windows and Linux. What it does is pull the azure diagnostics from the azure WAD tables and populate the splunk indexes with it. Currently it doesn't do any grooming of the azure tables but that is something I plan on adding later. It can run on or off-premises, some due diligence is needed to determine what makes the most sense in different scenarios (pay for instances vs data transfers). If you do decide to give it a try, do let me know, I'd love to hear some feedback.

Thanks, Michel

link

answered 16 Jan '12, 17:29

merc_sw's gravatar image

merc_sw
2211
accept rate: 0%

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:

×9
×2

Asked: 26 Apr '11, 17:40

Seen: 874 times

Last updated: 16 Jan '12, 17:29

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