Type of issue
None
What documentation page is affected
https://www.elastic.co/docs/reference/integrations/oracle
What happened?
User requires guide on how to configure Oracle integration connection string so it can connect to the database using TLS Port. There is no such guide in the documentation. Turned out the customer tried the connection string like this and it works:
user="elastic_ro" password="" connectString="(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCPS)(HOST=0.0.0.0)(PORT=1832))) (CONNECT_DATA = (SERVICE_NAME = THE_SERVICE_NAME)))" sysdba=false
Create KB article https://support.elastic.dev/knowledge/view/c1d0bc71
Submit this docs issue for update the document.
Additional info
No response