{"id":17867110,"url":"https://github.com/cdhunt/poshlog.sinks.datadog","last_synced_at":"2025-04-02T22:13:33.027Z","repository":{"id":145809892,"uuid":"562910199","full_name":"cdhunt/PoShLog.Sinks.Datadog","owner":"cdhunt","description":"PoShLog.Sinks.DataDog is extension module for PoShLog core library. It contains sink that publishes log messages to DataDog.","archived":false,"fork":false,"pushed_at":"2022-11-07T14:28:10.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-08T12:30:41.049Z","etag":null,"topics":["datadog","poshlog","powershell","serilog","serilog-sink"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","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/cdhunt.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}},"created_at":"2022-11-07T14:12:10.000Z","updated_at":"2022-11-07T14:22:35.000Z","dependencies_parsed_at":"2024-04-19T10:01:05.023Z","dependency_job_id":null,"html_url":"https://github.com/cdhunt/PoShLog.Sinks.Datadog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdhunt%2FPoShLog.Sinks.Datadog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdhunt%2FPoShLog.Sinks.Datadog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdhunt%2FPoShLog.Sinks.Datadog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdhunt%2FPoShLog.Sinks.Datadog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdhunt","download_url":"https://codeload.github.com/cdhunt/PoShLog.Sinks.Datadog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246899666,"owners_count":20851898,"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":["datadog","poshlog","powershell","serilog","serilog-sink"],"created_at":"2024-10-28T09:44:01.005Z","updated_at":"2025-04-02T22:13:33.008Z","avatar_url":"https://github.com/cdhunt.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PoShLog.Sinks.Datadog\n\n\nPoShLog.Sinks.Datadog is extension module for [PoShLog](https://github.com/PoShLog/PoShLog) logging module. Contains sink that publishes log messages to DataDog.\n\n## Getting started\n\nIf you are familiar with PowerShell, skip to [Installation](#installation) section. For more detailed installation instructions check out [Getting started](https://github.com/PoShLog/PoShLog/wiki/Getting-started) wiki.\n\n### Installation\n\nTo install PoShLog.Sinks.Datadog, run following snippet from Powershell\n\n```ps1\nInstall-Module -Name PoShLog.Sinks.Datadog\n```\n\n## Usage\n\n```ps1\nImport-Module PoShLog\nImport-Module PoShLog.Sinks.Datadog\n\n$conf = New-SinkDataDogConfiguration -Url \"https://http-intake.logs.us3.datadoghq.com\"\n\nNew-Logger |\nAdd-SinkPowerShell -RestrictedToMinimumLevel Information |\nAdd-SinkDataDog -ApiKey 123ABC -Environment local -Configuration $conf -Service MyServiceName -Source PoShLog -RestrictedToMinimumLevel Debug |\nStart-Logger\n\n# Don't forget to close the logger\nClose-Logger\n```\n\n### Documentation\n\nThese examples are just to get you started fast. For more detailed documentation please check [wiki](https://github.com/PoShLog/PoShLog/wiki).\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## Authors\n\nChris Hunt\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Credits\n\n* Icon made by [Smashicons](https://smashicons.com/) from [www.flaticon.com](https://www.flaticon.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdhunt%2Fposhlog.sinks.datadog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdhunt%2Fposhlog.sinks.datadog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdhunt%2Fposhlog.sinks.datadog/lists"}