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: 4 months 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-03T21:55:40.000Z (over 1 year ago)
- Last Synced: 2025-04-07T02:38:21.637Z (about 1 year ago)
- Topics: github-actions, splunk, splunk-addon
- Language: Python
- Homepage:
- Size: 63.5 KB
- Stars: 2
- Watchers: 1
- 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.