Skip to content

Commit

Permalink
Updated troubleshooting example to match stream API.
Browse files Browse the repository at this point in the history
  • Loading branch information
nzlosh committed Oct 16, 2019
1 parent cb7e51e commit 98ecb2e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docs/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,9 @@ Are events being sent via the StackStorm Stream?
From the errbot host connect to the StackStorm stream endpoint and watch for events emitted as actions are executed by StackStorm::
curl -s -v -H 'Accept: text/event-stream' -H 'X-Auth-Token: 10342978da134ae5bbb7dc94d2ba9c08' http://<stackstorm_host>/stream/v1
curl -s -v -H 'Accept: text/event-stream' -H 'X-Auth-Token: 10342978da134ae5bbb7dc94d2ba9c08' http://<stackstorm_host>/stream/v1/stream
The correct URL will depend on your StackStorm installation, the URL must corresponds to https://api.stackstorm.com/stream/v1/stream/
Are the events seen in the errbot logs using errbot as their route?
Expand Down Expand Up @@ -245,8 +247,3 @@ st2chatops is not running
This is okay, ``err-stackstorm`` **replaces** ``st2chatops``.

0 comments on commit 98ecb2e

Please sign in to comment.