Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FR: WebHook type for Splunk #94

Open
everetteallen opened this issue Feb 27, 2025 · 4 comments
Open

FR: WebHook type for Splunk #94

everetteallen opened this issue Feb 27, 2025 · 4 comments
Labels
enhancement New feature or request
Milestone

Comments

@everetteallen
Copy link

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
Copy link

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
Copy link
Collaborator

so either tool just needs a to-level event field? What should its value be?

@everetteallen
Copy link
Author

Yes. My suggestion would be the app identifier and the event like
com.jamf.setupmanager.started
and
com.jamf.setupmanager.finished

@sbickfo2
Copy link

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

@scriptingosx scriptingosx added this to the v1.2 milestone Mar 3, 2025
@scriptingosx scriptingosx added the enhancement New feature or request label Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants