We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f741faa commit 15d6b1dCopy full SHA for 15d6b1d
splunk/src/main/java/com/splunk/HttpService.java
@@ -238,7 +238,7 @@ public static void setSslSecurityProtocol(SSLSecurityProtocol securityProtocol)
238
* Adds list of Cluster Master Hosts to the list of Valid Hosts for Hostname verification.
239
* @param searchHeadService Splunk SearchHead Service instance
240
*/
241
- public static void setClusterMasterUri(Service searchHeadService){
+ public static void addClusterMasterURIsToHosts(Service searchHeadService){
242
VALID_HOSTS.addAll(searchHeadService.getClusterMasters());
243
}
244
0 commit comments