You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/blog/integrating-hpe-greenlake-webhooks-with-splunk.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -324,7 +324,7 @@ The complete integration flow works as follows:
324
324
* Make sure to set the HPE GreenLake webhook secret in the Python script (line 15)
325
325
* Register the webhook handler URL with HPE GreenLake:
326
326
327
-
* URL of handler: [`ttps://your-splunk-instance:8089/servicesNS/-/your_app/hpe/webhook`](https://your-splunk-instance:8089/servicesNS/-/your_app/hpe/webhook)
327
+
* URL of handler: [`https://your-splunk-instance:8089/servicesNS/-/your_app/hpe/webhook`](https://your-splunk-instance:8089/servicesNS/-/your_app/hpe/webhook)
328
328
* Set the same secret key as we setup in the Python handler (line 15)
329
329
* Use API as Authentication type and set the API key to the Splunk REST API Key generated in the section above.
0 commit comments