thanks jkat54, after executing the below command on both the server, I got this output
Search head 1 :
./splunk btool web list --debug
/splunk_search_pool/etc/apps/ADMIN-all_search_heads/default/web.conf httpport = 8443
/splunk_search_pool/etc/apps/ADMIN-all_search_heads/default/web.conf trustedIP = 10.140.x.x,10.140.x.x,127.0.0.1,168.133.x.x,168.133.x.x,168.133.x.x,168.133.x.x,168.133.x.x,168.133.x.x
search head 2 :
./splunk btool web list --debug
/opt/splunk/etc/system/default/web.conf httpport = 8000
After executing the above commands, I could see that search head 1 is listening to the port 8443 and where as search head 2 listening to the port 8000.
when executed this url https://search head1.xxxx.com:8443 - able to access and login
where as for search head 2, i am able to access using http://search head2.xxxx.com:8000 but unable to login.
Similarly when execute nestat -an , I could see that search head is listening to the port 8443 where as the search head2 its not listening to any ports mentioned in web.conf file.
Kindly guide me how to fix this issue so that I can able to access both the search head and sync with each other.
thanks in advance.
... View more