File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,8 @@ The list of accepted parameters are:
125125
126126| Parameter | Type | CLI shortcut | Default Value| Mandatory | Description |
127127| ------------- | ----- | ------------- | -------------| ---------- | ------------------------------------ |
128- | ` port ` | int | ` p ` | N/A | Yes | The port of communication |
128+ | ` port ` | int | ` P ` | N/A | Yes | The port of communication |
129+ | ` uri ` / ` host ` | int | ` U ` | N/A | Yes | The IP address of the machine running the socket |
129130| ` name ` | string | ` n ` | ` "puller_socket" ` | No | The related puller name |
130131| ` model ` | string | ` m ` | ` "HWPCReport" ` | No | The Report type managed by the socket |
131132
@@ -137,7 +138,8 @@ Below you find an example of configuration excerpt for this kind of Source.
137138``` json
138139{
139140 "type" : " socket" ,
140- "port" : 8080
141+ "port" : 8080 ,
142+ "host" : " 127.0.0.1"
141143}
142144```
143145
You can’t perform that action at this time.
0 commit comments