Knowledge Management

Using summary indexes as method to isolate development from production searching

wgabree
Engager

Wondering if setting up a Development Search Head that creates summary indexes by searching Production Indexers would isolate the Production Indexers from the searches performed on the Development Search Head.

And if so, can the summary index searches be real time searches so that the summary indexes are populated close to real time?

Tags (1)

yannK
Splunk Employee
Splunk Employee

You can have something like :

search-head-A search in clusterA then save the results in an index that is local (not forwarding to the clusterA)
then search-head-B confifured to search in cluster B and on search-head-A. it will be able to have the summarized data from the clusterA.

0 Karma

jtrucks
Splunk Employee
Splunk Employee

If you mean to have any searches done on dev to not have a direct impact on production performance, then sure, that will work. However, there is still a performance hit on the prod indexer due to pulling that data from the buckets to supply the dev search head with raw results.

As for near real-time, you can run the search every minute if it completes the search in less than 60 seconds, yes. However, you can run a real-time search piped to collect into a summary index. As the docs at http://docs.splunk.com/Documentation/Splunk/5.0.3/SearchReference/Collect state:

The collect command also works with all-time real-time searches.

--
Jesse Trucks
Minister of Magic
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...