summaryrefslogtreecommitdiff
path: root/examples/websocketsink2.in.json
blob: f74ab5d7d5a12f5eacd1e57666bb078c2f12da0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
	"sources" : [
		{
			"name" : "ExampleSouce",
			"path" : "@PLUGIN_INSTALL_PATH@/examplesourceplugin.so",
			"delay" : "10000"
		}
	],
	"sinks": [
		{
			"name" : "WebSocketSink",
			"path" : "@PLUGIN_INSTALL_PATH@/websocketsink.so",
			"interface" : "eth1",
			"ssl" : "false",
			"port" : "23000",
			"binaryProtocol" : "false",
			"useExtensions" : "true"
		}
	]
}