Why events don't appear to be showing up in the event stream with my github integration ?

이 페이지는 아직 한국어로 제공되지 않으며 번역 작업 중입니다. 번역에 관한 질문이나 의견이 있으시면 언제든지 저희에게 연락해 주십시오.

First you need to configure your GitHub integration, see this dedicated documentation article.

Then, If you have setup your Webhook on the relevant GitHub repositories and you can see it sending data but events don’t appear to be showing up in the event stream this might come from your Webhook settings:

Instead of having your Webhook configured with content-type:application/x-www-form-urlencoded

You should set your Webhook with content-type:application/json:

github_webhook_config

Once updated you should see events flowing normally in your Datadog application. If not, feel free to reach out directly to us.