{"id":13599449,"url":"https://github.com/poshsecurity/Posh-SYSLOG","last_synced_at":"2025-04-10T12:32:48.808Z","repository":{"id":11498530,"uuid":"13975113","full_name":"poshsecurity/Posh-SYSLOG","owner":"poshsecurity","description":"Send SYSLOG messages from PowerShell","archived":false,"fork":false,"pushed_at":"2024-07-24T12:19:03.000Z","size":164,"stargazers_count":92,"open_issues_count":6,"forks_count":19,"subscribers_count":15,"default_branch":"main","last_synced_at":"2024-11-07T00:42:54.164Z","etag":null,"topics":["powershell","powershell-gallery","security","syslog","syslog-messages"],"latest_commit_sha":null,"homepage":"http://poshsecurity.com","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/poshsecurity.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":"contributing.md","funding":null,"license":"LICENSE.MD","code_of_conduct":"code-of-conduct.md","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":"2013-10-30T02:24:46.000Z","updated_at":"2024-10-08T18:49:46.000Z","dependencies_parsed_at":"2024-11-07T00:34:57.063Z","dependency_job_id":"e9ca7a98-59c1-45c8-996b-a948f6751303","html_url":"https://github.com/poshsecurity/Posh-SYSLOG","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poshsecurity%2FPosh-SYSLOG","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poshsecurity%2FPosh-SYSLOG/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poshsecurity%2FPosh-SYSLOG/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poshsecurity%2FPosh-SYSLOG/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/poshsecurity","download_url":"https://codeload.github.com/poshsecurity/Posh-SYSLOG/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248217145,"owners_count":21066633,"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":["powershell","powershell-gallery","security","syslog","syslog-messages"],"created_at":"2024-08-01T17:01:04.322Z","updated_at":"2025-04-10T12:32:48.040Z","avatar_url":"https://github.com/poshsecurity.png","language":"PowerShell","readme":"# Posh-SYSLOG\n\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/108fce1968bc40e689ef8053bc3d1e78)](https://app.codacy.com/app/kjacobsen/Posh-SYSLOG?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=poshsecurity/Posh-SYSLOG\u0026utm_campaign=Badge_Grade_Dashboard)\n[![Build Status](https://dev.azure.com/poshsecurity/PowerShell/_apis/build/status/Posh-SYSLOG?branchName=master)](https://dev.azure.com/poshsecurity/PowerShell/_build/latest?definitionId=40\u0026branchName=master)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n[![PowerShell Gallery](https://img.shields.io/powershellgallery/v/posh-syslog.svg)](https://www.powershellgallery.com/packages/Posh-SYSLOG)\n[![PowerShell Gallery](https://img.shields.io/powershellgallery/p/posh-syslog.svg)](https://www.powershellgallery.com/packages/Posh-SYSLOG)\n[![PowerShell Gallery](https://img.shields.io/powershellgallery/dt/posh-syslog.svg)](https://www.powershellgallery.com/packages/Posh-SYSLOG)\n\n## Description\n\nA module for sending SYSLOG messages from PowerShell.\n\nThe module supports RFC5424 and RFC3164, and can send messages via TCP and UDP.\n\nAuthored by Kieran Jacobsen\n\n## Installing\n\nThe easiest way to get Posh-SYSLOG is using the [PowerShell Gallery](https://powershellgallery.com/packages/Posh-SYSLOG/)!\n\n### Inspecting the module\n\nBest practice is that you inspect modules prior to installing them. You can do this by saving the module to a local path:\n\n``` PowerShell\nPS\u003e Save-Module -Name Posh-SYSLOG -Path \u003cpath\u003e\n```\n\n### Installing the module\n\nOnce you trust a module, you can install it using:\n\n``` PowerShell\nPS\u003e Install-Module -Name Posh-SYSLOG\n```\n\n### Updating Posh-SYSLOG\n\nOnce installed from the PowerShell Gallery, you can update it using:\n\n``` PowerShell\nPS\u003e Update-Module -Name Posh-SYSLOG\n```\n\n### Uninstalling Posh-SYSLOG\n\nTo remove Posh-SYSLOG:\n\n``` PowerShell\nPS\u003e Uninstall-Module -Name Posh-SYSLOG\n```\n\n## Contributing to Posh-SYSLOG\n\nInterested in contributing? Read how you can [Contribute](contributing.md) to Posh-SYSLOG\n\nThis project maintains a [Code of Conduct](code-of-conduct.md) that establishes how the project is governed and how everyone involved is expected to behave. You can report unacceptable behavior to [code@poshsecurity.com](mailto:code@poshsecurity.com).\n\n## Release History\n\nA detailed release history is contained in the [Change Log](CHANGELOG.md).\n\n## License\n\nPosh-SYSLOG is provided under the [MIT license](LICENSE.md).\n","funding_links":[],"categories":["PowerShell"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposhsecurity%2FPosh-SYSLOG","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fposhsecurity%2FPosh-SYSLOG","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposhsecurity%2FPosh-SYSLOG/lists"}