{"id":20666168,"url":"https://github.com/hazcod/atlas2sentinel","last_synced_at":"2026-02-15T09:37:29.333Z","repository":{"id":220474337,"uuid":"751745904","full_name":"hazcod/atlas2sentinel","owner":"hazcod","description":"A Go program that exports MongoDB Atlas logs to Microsoft Sentinel SIEM.","archived":false,"fork":false,"pushed_at":"2025-03-31T04:58:38.000Z","size":87,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-30T04:45:23.271Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hazcod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-02-02T08:33:08.000Z","updated_at":"2025-03-25T07:16:06.000Z","dependencies_parsed_at":"2024-02-02T09:20:16.964Z","dependency_job_id":"b775161e-729c-41a8-b2c2-18f5e01eeb0e","html_url":"https://github.com/hazcod/atlas2sentinel","commit_stats":null,"previous_names":["hazcod/atlas2sentinel"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/hazcod/atlas2sentinel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazcod%2Fatlas2sentinel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazcod%2Fatlas2sentinel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazcod%2Fatlas2sentinel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazcod%2Fatlas2sentinel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hazcod","download_url":"https://codeload.github.com/hazcod/atlas2sentinel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazcod%2Fatlas2sentinel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29474799,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T06:58:05.414Z","status":"ssl_error","status_checked_at":"2026-02-15T06:58:05.085Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-11-16T19:35:42.069Z","updated_at":"2026-02-15T09:37:29.316Z","avatar_url":"https://github.com/hazcod.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# atlas2sentinel\n\nA Go program that exports MongoDB Atlas logs to Microsoft Sentinel SIEM.\n\n## Running\n\nFirst create a yaml file, such as `config.yml`:\n```yaml\nlog:\n  level: INFO\n\nmicrosoft:\n  app_id: \"\"\n  secret_key: \"\"\n  tenant_id: \"\"\n  subscription_id: \"\"\n  resource_group: \"\"\n  workspace_name: \"\"\n\n  dcr:\n    endpoint: \"\"\n    rule_id: \"\"\n    stream_name: \"\"\n\n  expires_months: 6\n  update_table: false\n\natlas:\n  url: \"\"\n  lookback_days: 1\n  public_key: \"\"\n  private_key: \"\"\n```\n\nAnd now run the program from source code:\n```shell\n% make\ngo run ./cmd/... -config=dev.yml\nINFO[0000] shipping logs                                 module=sentinel_logs table_name=AtlasLogs total=82\nINFO[0002] shipped logs                                  module=sentinel_logs table_name=AtlasLogs\nINFO[0002] successfully sent logs to sentinel            total=82\n```\n\nOr binary:\n```shell\n% one2sen -config=config.yml\n```\n\n## Building\n\n```shell\n% make build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhazcod%2Fatlas2sentinel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhazcod%2Fatlas2sentinel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhazcod%2Fatlas2sentinel/lists"}