How can I set the event type in a custom connector?

I’ve set up a custom connector and successfully ingested alerts into the platform. However, when attempting to map entities for the event on the ontology page, it shows "unknown_event_type." I’m uncertain about how to define the event type within a custom connector. Could you guide me on this?


Solved Solved
0 3 263
1 ACCEPTED SOLUTION

3 REPLIES 3

Are you setting

event["event_type"] = 

No, I was using event["event_name"] =,
but the main reason for the event type not setting is that I did not add "event_name" value under the "Event Field Name" configuration option of the connector. Once I did this, I am able to see the event type being set.

Thanks.