Configure data source
- Last UpdatedJul 09, 2025
- 1 minute read
To use the adapter, you must configure the data source to receive data.
Postman
To configure the data source using Postman:
-
To initialize the configuration, use the PUT method in conjunction with the http://localhost:5590/api/v1/configuration/<componentId>/DataSource REST endpoint.
Note: If you installed the adapter to listen on a non-default port, update 5590 to the port number in use.
-
Copy and paste an example configuration for endpoints into the Body section.
For sample JSONs, see the Examples section.
-
Update the example JSON parameters for your environment.
-
Select Send to push the configuration to the adapter.
After data source configuration is complete, you must configure data selection to define the streams to collect from the data source.