Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artemrys/github_actions_workflow_runs_for_splunk
GitHub Actions workflow runs add-on for Splunk
https://github.com/artemrys/github_actions_workflow_runs_for_splunk
github-actions splunk splunk-addon
Last synced: 9 days ago
JSON representation
GitHub Actions workflow runs add-on for Splunk
- Host: GitHub
- URL: https://github.com/artemrys/github_actions_workflow_runs_for_splunk
- Owner: artemrys
- Created: 2022-07-13T21:12:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T21:35:40.000Z (17 days ago)
- Last Synced: 2024-10-28T22:29:20.660Z (17 days ago)
- Topics: github-actions, splunk, splunk-addon
- Language: Python
- Homepage:
- Size: 66.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# github_actions_workflow_runs_for_splunk
## To run locally
```bash
python3 -m venv .venv
source .venv/bin/activate
pip install splunk-add-on-ucc-framework
pip install splunk-packaging-toolkit
ucc-gen --ta-version=0.0.1
slim package output/github_actions_workflow_runs_for_splunk
```Then you will see an archive in the root directory which you can install through Splunk UI.