Skip to main content
Solved

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

  • September 13, 2024
  • 3 replies
  • 34 views

jaymin
Forum|alt.badge.img+6

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?


Best answer by f3rz

Hi @jaymin it determines by event_name, please see more: https://cloud.google.com/chronicle/docs/soar/respond/start-developing/developing-the-connector

3 replies

f3rz
Staff
Forum|alt.badge.img+10
  • Staff
  • Answer
  • September 13, 2024

SoarAndy
Staff
Forum|alt.badge.img+12
  • Staff
  • September 13, 2024

Are you setting

event["event_type"] = 

jaymin
Forum|alt.badge.img+6
  • Author
  • Bronze 5
  • September 16, 2024

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.