elastic-github-actions
elastic-github-actions copied to clipboard
Github Action to send event to elasticsearch
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. :)
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.