Refine your search:

Hi,

I'd like a system with multiple dedicated search heads, but for various reasons (avoiding added complexity, dependencies on NFS, pooling across a WAN, etc) would prefer to avoid setting up search head pooling between them. One of the search heads will function as primary, with one as backup in case the primary fails.

I need to replicate the $SPLUNK_HOME/etc/users and $SPLUNK_HOME/etc/apps between the search heads, and have seen mention of others using rsync for this. But how do you deal with scheduled searches in this situation?

Users are free to set up their scheduled searches, alerts and even summary indexing. I do not want to duplicate these across both search heads.

Splunk version 4.3.1.

Cheers,

Glenn

asked 14 Mar '12, 04:43

Glenn's gravatar image

Glenn
9745436
accept rate: 37%


One Answer:

We have gone through this same issue. We went with Pooling. The apps aren't really the issue since they probably don't change very often. The users information can change. (We have over 2000 users and get about 400 unique user logins per day so this was an issue for us.)

Scheduled searches can be a real headache if you don't get them under control. We setup a jobs server (basically a searchhead that users don't access directly). We disabled scheduled searches on the searchheads that the users access so that they don't directly affect performance for the users. All scheduled searches run on the jobs server. We also turned off the ability for users to schedule searches. We force them to come to us to schedule the searches. A better option is for them to create a splunk app that contains their scheduled searches. Then we can use deployment server to push out any updates they might have.

link

answered 01 Jun '12, 07:18

rmorlen's gravatar image

rmorlen
16615
accept rate: 10%

Thanks for sharing. A bit sad for me though... I don't want to have to be a bottleneck for creating saved searches with 200 Splunk users and a Unix sysadmin job to do most of the time... The other thing is that our apps do change all the time - people save searches, create views etc every day. Anyway good to know.

(01 Jun '12, 08:28) Glenn
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:

×77
×60
×15

Asked: 14 Mar '12, 04:43

Seen: 985 times

Last updated: 01 Jun '12, 08:28

Related questions

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