Graylog2 / graylog-plugin-integrations

A collection of open source Graylog integrations that will be released together.
Other
14 stars 14 forks source link

Upgrade Alert Notification Type "HTTP Notification" #734

Closed bud1979 closed 10 months ago

bud1979 commented 3 years ago

Description

Customers have been asking for an update to the HTTP Notification adapter to add in more information to the post via Headers. Users are wanting to include additional information in the POST to tools like Ticket Systems, SOAR where they can pass more enrichment to the other end.

What

Adjust the HTTP Notification type to include the ability to add more data to the POST method. If we could allow for body information and headers.

bernd commented 3 years ago

Related issues:

paasi6666 commented 1 year ago

Any updates on this feature request?

unbreakabl3 commented 10 months ago

The same question

kingzacko1 commented 10 months ago

Closing this with Graylog2/graylog2-server#16758. New Custom HTTP Notification type supports customizing the HTTP headers, method (added GET and PUT options), and body for the existing JSON payload. Also adds text/plain and application/x-www-form-urlencoded content types. Feedback on the new notification type is welcome, thank you in advance.