Skip to content

zypeaLLas/upload-github-workflow-logs-to-elastic

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Forward-Github-Actions-Workflows-logs-to-elasticsearch

Everything should work if you configure your ES cluster and Workflow code right!

- name: Forward Actions workflows logs to Elastic
  uses: zypeaLLas/upload-github-workflow-logs-to-elastic@1.0.0
  with:
    github_token: "${{ secrets.GITHUB }}"
    github_org: "yourOrg/User"
    github_repository: "yourRepo"
    github_run_id: "${{ github.run_id}}"
    elastic_host: "${{ secrets.ELASTIC_HOST }}"
    elastic_username: "${{ secrets.ELASTIC_USERNAME}}"
    elastic_password: "${{ secrets.ELASTIC_PASSWORD}}"
    elastic_index: "ci-cd"

upload_tomd1 upload_tomd2

About

Uploads GitHub Action workflow logs to elastic

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors