Skip to main content
Solved

No Raw Event Data for Webhook Ingested event

  • February 3, 2025
  • 3 replies
  • 59 views

Forum|alt.badge.img+1

I am trying to ingest alerts from Akamai via webhook. There is alert data, but there is no event data that comes through on the alert, and when I look in the ontology to view the "raw event data", there isn't any. Has anyone else encountered this issue with webhooks and know how to resolve?

Best answer by josemarin

To get the event data, you need to map your events in the webhook sample. The field is EventList under advanced.

It has to be mapped to a list-array type:

{"EventList": [ {"eventName":"Event1", "eventField1":"value1", "eventField2":"value2"}, {"eventName":"Event1", "eventField1":"value1", "eventField2":"value2"}, ], }

3 replies

josemarin
Staff
Forum|alt.badge.img+3
  • Staff
  • Answer
  • February 3, 2025

To get the event data, you need to map your events in the webhook sample. The field is EventList under advanced.

It has to be mapped to a list-array type:

{"EventList": [ {"eventName":"Event1", "eventField1":"value1", "eventField2":"value2"}, {"eventName":"Event1", "eventField1":"value1", "eventField2":"value2"}, ], }

Forum|alt.badge.img+1
  • Author
  • New Member
  • February 3, 2025

To get the event data, you need to map your events in the webhook sample. The field is EventList under advanced.

It has to be mapped to a list-array type:

{"EventList": [ {"eventName":"Event1", "eventField1":"value1", "eventField2":"value2"}, {"eventName":"Event1", "eventField1":"value1", "eventField2":"value2"}, ], }

Thanks, that was the issue!


SoarAndy
Staff
Forum|alt.badge.img+12
  • Staff
  • February 7, 2025

Thanks, that was the issue!


Tiny addition for future readers - IIRC you MUST point to an array, not a JSON