Attempting to verify the tentatID on the oi_connector probe gives the following failure. All other actions work (verifying nass, jarvis etc)
Release : 20.x or later
Component : UIM - OI_CONNECTOR
oi_connector logs show this:
[attach_socket, oi_connector] (120) Callback error, Exception in callback for public com.nimsoft.nimbus.PDS com.nimsoft.probe.gateway.oi_connector.utils.CallbackUtils.cbVerifyElasticSearch(com.nimsoft.nimbus.NimSession,java.lang.String,java.lang.String,java.lang.String,java.lang.String,int,java.lang.String,java.lang.String) throws com.nimsoft.nimbus.NimException: Illegal character in authority at index 8: https://<DOI Elasticsearch Route>: Illegal character in authority at index 8: https://<DOI Elasticsearch Route>
Edit the probe in Raw Configure and change
esURL = https://<DOI Elasticsearch Route>
to have just a blank value for the key e.g.
esURL =
Save then deactivate/activate the probe and try the verify again.