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
* Deploy the custom Splunk endpoint handler using the above HPE webhook handler Python script.
305
-
* Make sure to set HEC token and webhook secret in the Python script.
324
+
* Make sure to set the HEC endpoint in the Python script (line 13)
325
+
* Make sure to set the API key (Splunk session key) in the Python script (line 14)
326
+
* Make sure to set the HPE GreenLake webhook secret in the Python script (line 15)
306
327
* Register the webhook handler URL with HPE GreenLake: [`https://your-splunk-instance:8089/servicesNS/-/your_app/hpe/webhook`](https://your-splunk-instance:8089/servicesNS/-/your_app/hpe/webhook)``
307
328
308
329
> Note: See [this blog](https://developer.hpe.com/blog/getting-started-with-the-hpe-greenlake-cloud-eventing-framework/) to learn how to register a new webhook handler in HPE GreenLake
0 commit comments