Github package Integration with Elastic

Hello Folks,
I want to add The GitHub integration package to collect audit logs and visualize it on Kibana.
I already integrated the GitHub workplace search successfully.
But I want to visualize more audit data on Kibana, I didn't find any blog or guide.
I appreciate your help as it a production issue.

I have already added my personal access token with admin:org scope.
But there is no data appears on the dashboard

Thanks in advance

Hi @LauraSlusher,

Could you please run the request below to see if any data is returned?

curl -i -H "Accept: application/vnd.github.v3+json" -H "Authorization: token YOUR_TOKEN https://api.github.com/orgs/YOUR_ORG/audit-log

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.