As written above - I just set up a cluster (Master, 2 Indexers + SearchHead). Are there some good practices for installing SoS on cluster? Is it also pushed from teh master to the nodes or installed on search head as in distributed deployment?
@alacercogitatus has the gist of it but there are a few more details.
This is a 3-step process:
NB:
lsof_sos.sh
and ps_sos.sh
) before pushing them out.If the Search Heads are not forwarding sos logs to the indexing cluster you should create a static distributed peer for each SH on the master.
It´ll then see Search Heads logs althought they will be listed as Indexers on the topology.
Another way is to forward sos logs from the Search Head just to the Master if this could not be added to the indexing cluster disk usage.
@alacercogitatus has the gist of it but there are a few more details.
This is a 3-step process:
NB:
lsof_sos.sh
and ps_sos.sh
) before pushing them out.Is it any different if the Search Heads are part of a SH Cluster? Still follow the same steps?
I have a similar setup (2 search heads in a cluster, 3 clustered indexers).It's the same process. Install the S.o.S app on the search heads using the deployer.
Or better yet: Since you are running Splunk 6.2, use the Distributed Management Console to monitor your Splunk deployment.
Note that as of right now, S.o.S is not certified on search-head clusters. Read more this here.
"Install the S.o.S app on the cluster master. This is the only instance where the "Cluster Master View" will work."
Is it the case for situation when I forward all indexes from Cluster Master to Indexers layer?
Yes, that will work fine.
Is it really the ONLY instance where the "Cluster Master View" will work" in case of forwarding of indexes?
Yes, because that view (and the "Bucket Fix-up Activity" view) depend on searches against the local (in other words, the Cluster Master's) REST API to be populated.
Ok, thank you for clarifying!
Thanks a lot for the detailes!
You may want to consult this doc:
To Install SoS in a cluster, install the app on the search head, and the TA-sos on the indexers. Or use deploy-server to send the TA to the indexers.