Hi,
We are consolidating our ingestion setup from one ingest instance per environment to a single shared ingest instance for both DEV and PRD environments.
Current situation:
ODX DEV → DSA_DEV → SSL_DEV
ODX PRD → DSA_PRD → SSL_PRD
Target situation:
↗ DSA_DEV → SSL_DEV
ODX PRD
↘ DSA_PRD → SSL_PRD
The DEV VM is able to communicate with the PRD VM, where the shared ODX instance is hosted.
Could you please advise on the next steps required to implement this change?