mirror of
https://github.com/jamf/Setup-Manager.git
synced 2026-02-03 14:13:24 +00:00
FR: WebHook type for Splunk #79
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @everetteallen on GitHub.
We would like to send data directly to our Cribl and/or Splunk service using HTTP Event Collector (HEC) but the JSON sent must include the "event" field .
See https://docs.cribl.io/stream/4.0/sources-splunk-hec/
and
https://docs.splunk.com/Documentation/Splunk/9.4.0/Data/UsetheHTTPEventCollector
I am ok with a type (like for Teams) but either way will have to have the "event" field
Thank you for your consideration.
@sbickfo2 commented on GitHub:
Adding in the "event" field to the started and finished webhooks json would be helpful for our situation as well.
We use a webhook with the serial number to kick off a flow in our integration platform (for updating the device record inventory in jamf with data from our ITAM tool), but the integration platform reads the event data which the JSM webhooks lack. We are using a script right now but would be great if we could use the JSM webhooks.
@scriptingosx commented on GitHub:
so either tool just needs a to-level
eventfield? What should its value be?@scriptingosx commented on GitHub:
please test with https://github.com/jamf/Setup-Manager/releases/tag/v1.2beta3
@everetteallen commented on GitHub:
Yes. My suggestion would be the app identifier and the event like
com.jamf.setupmanager.started
and
com.jamf.setupmanager.finished
@sbickfo2 commented on GitHub:
you can disregard my earlier comment, i am testing the new 1.2 beta and it seems our tool (teamdynamix iPaaS) can read the data sent from the webhook if i have JSM format it for teams (despite it not being Teams), not sure why ipaas had a hard time parsing the raw data from the standard webhook but this will work for us