Skip to content

Forward Actions workflows logs to Elastic

Actions
Downloads the workflow logs and uploads to Elastic
1.0.2
Latest
Star (1)

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

Forward Actions workflows logs to Elastic is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Downloads the workflow logs and uploads to Elastic
1.0.2
Latest

Forward Actions workflows logs to Elastic is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.