I am newbie in splunk.
I would like to enhance the searching speed.
I am using a splunk instance in a VM (Master) that indexed different data (more than 10 imdexes at this moment).
Can I create more search head (VM- SH 1 and SH 2) to speed up the search and how can I achieve it?
Thank you
Hi @Raymond2T,
as @richgalloway said, adding a new search Head could be useful to have fastest searches only if you have too many concurrent searches and your Indexers are able to support them.
If you want fastest searches, you have three solutions that can also be used at the same time and obviously the best solution is to apply all of them:
Ciao.
Giuseppe
Hi @Raymond2T,
as @richgalloway said, adding a new search Head could be useful to have fastest searches only if you have too many concurrent searches and your Indexers are able to support them.
If you want fastest searches, you have three solutions that can also be used at the same time and obviously the best solution is to apply all of them:
Ciao.
Giuseppe
About accelaration , how can I do it ?
On the other hand, can I use GPU to improve the performance?
Splunk does not support GPUs.
Hi @Raymond2T,
adding CPUs you improve the available resources, so you reduce the queues in searches executions.
About accelerations see at https://docs.splunk.com/Documentation/Splunk/9.0.4/Knowledge/Aboutsummaryindexing
In addition you could use Data Models (eventually accelerated) which further improves performance (https://docs.splunk.com/Documentation/Splunk/9.0.4/Knowledge/Aboutdatamodels).
Ciao.
Giuseppe
More search heads will not enhance searching speed. Additional SHs provide capacity to run more searches.
Search heads don't actually perform searches - they coordinate the actions of indexers, which do the real searching. To enhance search performance, add more indexers then redistribute your data among them.