Configuration required to collect data from rest/kafka endpoint

To collect data from endpoint, which is required to create rest/kafka custom collector, need to add/modify below file according to config_input_schema.json.

  • Config.json

{ 
"name": "demo123455", 
"dcName": "_core", 
"sproutagent": [ { 
            "hostname": "localhost", 
            "port": 161, 
            "protocol": "udp", 
            "community": "public", 
            "version": "v2c", 
            "deploymentid": "Clearwater-DeploymentID1", 
            "orchestrator": "orchestratior", 
            "timeout": 30 } ], 
"bonoagent": [ { 
             "hostname": "123.12.12.12", 
             "port": 161, 
             "protocol": "udp", 
             "community": "public", 
             "version": "v2c", 
             "deploymentid": "Clearwater-DeploymentID1", 
             "orchestrator": "orch2", 
             "timeout": 30 } ], 
"sproutpollingperiod": 300, 
"bonopollingperiod": 300
}