elastic-github-actions icon indicating copy to clipboard operation
elastic-github-actions copied to clipboard

Github Action to send event to elasticsearch

Open sover02 opened this issue 5 years ago • 1 comments

Can we add functionality to push data to a github action?

I'll start working on this next week if no one else can get to it before then. :)

sover02 avatar Jun 09 '20 10:06 sover02

I would be curious to hear the use case you have for the github action, There is already a cluster at elastic were all the events received from the webhook are indexed. You have a document for each event, the problem with this approach is not easy to rebuild the state of an issue.

It would be nice to have a document for each issue in Elasticsearch instead of indexing all the webhook events that we received from github.

ph avatar Dec 07 '20 13:12 ph