Commit 6c57aed7 authored by Ivan Tyagov's avatar Ivan Tyagov

Since c1ff3f19ddb80996751d05d0468fe81ad8167243 in Wendelin's repo a default...

Since c1ff3f19ddb80996751d05d0468fe81ad8167243 in Wendelin's repo a default HTTTP / JSON is added by default to every Wendelin instance. Thus use as an example policy.
parent 7e9f97fe
......@@ -10,11 +10,11 @@
## output tag=sensor.** to Wendelin, this will match all HTTP request like so
## curl -X POST -d 'json={"foo1":"bar1"}' http://localhost:8888/http_json
<match http_json.**>
## curl -X POST -d 'json={"foo1":"bar1"}' http://localhost:8888/default_http_json
<match default_http_json.**>
@type wendelin
@id wendelin_out
streamtool_uri <Wendelin_URL>/erp5/portal_ingestion_policies/<YOUR_INGESTION_POLICY_ID>
streamtool_uri <Wendelin_URL>/erp5/portal_ingestion_policies/default_http_json
# TODO ^^^ do not check peer's certificate
user <your_wendelin_user>
password <your_wendelin_password>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment