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"
