{"id":16256274,"url":"https://github.com/barbapapazes/splunk2discord-notifier","last_synced_at":"2026-02-15T21:03:48.200Z","repository":{"id":208978642,"uuid":"722937618","full_name":"Barbapapazes/splunk2discord-notifier","owner":"Barbapapazes","description":"Used to send Splunk alerts (via Alert Manager Enterprise) to Discord via a webhook.","archived":false,"fork":false,"pushed_at":"2025-06-08T16:11:18.000Z","size":162,"stargazers_count":1,"open_issues_count":9,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-23T02:15:36.117Z","etag":null,"topics":["discord","splunk"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Barbapapazes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["barbapapazes"]}},"created_at":"2023-11-24T09:55:53.000Z","updated_at":"2025-06-01T14:54:32.000Z","dependencies_parsed_at":"2024-01-03T03:35:40.784Z","dependency_job_id":"38b44b57-13d1-4354-aed5-7684762889f5","html_url":"https://github.com/Barbapapazes/splunk2discord-notifier","commit_stats":null,"previous_names":["barbapapazes/splunk2discord-notifier"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Barbapapazes/splunk2discord-notifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Barbapapazes%2Fsplunk2discord-notifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Barbapapazes%2Fsplunk2discord-notifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Barbapapazes%2Fsplunk2discord-notifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Barbapapazes%2Fsplunk2discord-notifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Barbapapazes","download_url":"https://codeload.github.com/Barbapapazes/splunk2discord-notifier/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Barbapapazes%2Fsplunk2discord-notifier/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262351544,"owners_count":23297633,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["discord","splunk"],"created_at":"2024-10-10T15:44:49.894Z","updated_at":"2025-09-18T09:00:18.982Z","avatar_url":"https://github.com/Barbapapazes.png","language":"TypeScript","funding_links":["https://github.com/sponsors/barbapapazes"],"categories":[],"sub_categories":[],"readme":"# Splunk2Discord Notifier\n\nUsed to send Splunk alerts (via Alert Manager Enterprise) to Discord via a webhook.\n\nIn the application Alert Manager Enterprise, you will need to configure the notificiation to `web` using the URL of this server.\n\nSplunk will send body to the server which will then be sent to Discord after some formatting to use Discord's embeds.\n\n## Setup\n\nMake sure to install the dependencies:\n\n```bash\npnpm install\n```\n\nYou will also need to create a `.env` file with the following variables:\n\n```bash\n# Discord webhook URL\nDISCORD_WEBHOOK=\n```\n\n\u003e [!NOTE]\n\u003e Do not forget to add it to your production environment as well.\n\n## Development\n\nStart the development server on `http://localhost:3000`\n\n```bash\npnpm run dev\n```\n\n\u003e [!TIP]\n\u003e You can use [https://smee.io/](https://smee.io/) to test the application locally.\n\n## Linting\n\nRun ESLint:\n\n```bash\npnpm run lint\n```\n\nFix ESLint errors:\n\n```bash\npnpm run lint:fix\n```\n\n## Production\n\nBuild the application for production:\n\n```bash\npnpm run build\n```\n\nLocally preview production build:\n\n```bash\npnpm run preview\n```\n\n## Deployment\n\nWe use [pm2](https://pm2.keymetrics.io/) to manage the application in production.\n\n```bash\n# Start the application\npm2 start ecosystem.config.cjs\n```\n\n```bash\n# Stop the application\npm2 stop ecosystem.config.cjs\n```\n\n```bash\n# Restart the application\npm2 restart ecosystem.config.cjs\n# Or reload the application using pm2 reload ...\n```\n\nYou can also access the application logs using pm2:\n\n```bash\npm2 logs\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarbapapazes%2Fsplunk2discord-notifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbarbapapazes%2Fsplunk2discord-notifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarbapapazes%2Fsplunk2discord-notifier/lists"}