1

Building my first git app and ... But i'm thinking of a github app that could post to splunk ... or integrate with the splunk github app and "POST" events to the system; wondering if this functionality is/ can be supported somehow;

The real question is - can I send selective information about the repository from a git app to splunk ?

Possible ?

1 Answers1

1

There is the GitHub Addon on Splunkbase that can be used to integrate with GitHub.com or an onprem instance.

Alternatively, you can look at using Splunk HTTP Event Collector to receive formatted webhook calls and ingest data that way.

Simon Duff
  • 2,631
  • 2
  • 7
  • 15
  • Thanks Simon! Looks like the HTTP Event collector is the way to go as well, curious if this has been done before ? Or how probot/github would recommend managing secrets ... specially if the app ends being being installed on an on-prem instance of git/splunk – InvinciblePneuma Nov 27 '19 at 14:59