All Projects → poshsecurity → Posh-SYSLOG

poshsecurity / Posh-SYSLOG

Licence: MIT license
Send SYSLOG messages from PowerShell

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to Posh-SYSLOG

napalm-logs
Cross-vendor normalisation for network syslog messages, following the OpenConfig and IETF YANG models
Stars: ✭ 131 (+54.12%)
Mutual labels:  syslog, syslog-messages
LogESP
Open Source SIEM (Security Information and Event Management system).
Stars: ✭ 162 (+90.59%)
Mutual labels:  syslog
Syslog Ng
syslog-ng is an enhanced log daemon, supporting a wide range of input and output methods: syslog, unstructured text, queueing, SQL & NoSQL.
Stars: ✭ 1,555 (+1729.41%)
Mutual labels:  syslog
Sagan
** README ** This repo has MOVED to https://github.com/quadrantsec/sagan
Stars: ✭ 236 (+177.65%)
Mutual labels:  syslog
Docker Logger
Logs collector for docker
Stars: ✭ 126 (+48.24%)
Mutual labels:  syslog
powervrni
PowervRNI: A PowerShell module to talk to the vRealize Network Insight API
Stars: ✭ 19 (-77.65%)
Mutual labels:  powershell-gallery
Rsyslog
a Rocket-fast SYStem for LOG processing
Stars: ✭ 1,385 (+1529.41%)
Mutual labels:  syslog
splunk-connect-for-syslog
Splunk Connect for Syslog
Stars: ✭ 111 (+30.59%)
Mutual labels:  syslog
hayabusa
Hayabusa: Simple and Fast Full-Text Search Engine for Massive System Log Data
Stars: ✭ 43 (-49.41%)
Mutual labels:  syslog
Tlog
Terminal I/O logger
Stars: ✭ 170 (+100%)
Mutual labels:  syslog
Go Logger
一个简单而强大的 golang 日志工具包,支持同步和异步输出到 命令行,文件, api 接口,文件支持按文件大小,文件行数,日期切分;A simple and powerful golang logging toolkit that supports synchronous and asynchronous output to the console, file, API interfaces, file support by file size, file line number, date sharding.
Stars: ✭ 152 (+78.82%)
Mutual labels:  syslog
Captainslog
A Syslog Protocol Parser
Stars: ✭ 130 (+52.94%)
Mutual labels:  syslog
NLog.Targets.Syslog
A Syslog server target for NLog
Stars: ✭ 63 (-25.88%)
Mutual labels:  syslog
Syslogparser
A Syslog parser for the Go programming language
Stars: ✭ 113 (+32.94%)
Mutual labels:  syslog
WPWatcher
Wordpress Watcher is a wrapper for WPScan that manages scans on multiple sites and reports by email and/or syslog. Schedule scans and get notified when vulnerabilities, outdated plugins and other risks are found.
Stars: ✭ 34 (-60%)
Mutual labels:  syslog
Frontail
📝 streaming logs to the browser
Stars: ✭ 1,387 (+1531.76%)
Mutual labels:  syslog
Quicklogger
Library for logging on files, console, memory, email, rest, eventlog, syslog, slack, telegram, redis, logstash, elasticsearch, influxdb, graylog, Sentry, Twilio, ide debug messages and throw events for Delphi/Firemonkey/freepascal/.NET (Windows/Linux/OSX/IOS/Android).
Stars: ✭ 137 (+61.18%)
Mutual labels:  syslog
PowerShell
A collection of useful PowerShell modules and scripts.
Stars: ✭ 37 (-56.47%)
Mutual labels:  powershell-gallery
vent
Vent is a light-weight platform built to automate network collection and analysis pipelines using a flexible set of popular open source tools and technologies. Vent is python-based, extensible, leverages docker containers, and provides both an API and CLI.
Stars: ✭ 73 (-14.12%)
Mutual labels:  syslog
rfc5424-logging-handler
An RFC5424-Compliant Syslog Handler for the Python Logging Framework
Stars: ✭ 42 (-50.59%)
Mutual labels:  syslog

Posh-SYSLOG

Codacy Badge Build Status PRs Welcome PowerShell Gallery PowerShell Gallery PowerShell Gallery

Description

A module for sending SYSLOG messages from PowerShell.

The module supports RFC5424 and RFC3164, and can send messages via TCP and UDP.

Authored by Kieran Jacobsen

Installing

The easiest way to get Posh-SYSLOG is using the PowerShell Gallery!

Inspecting the module

Best practice is that you inspect modules prior to installing them. You can do this by saving the module to a local path:

PS> Save-Module -Name Posh-SYSLOG -Path <path>

Installing the module

Once you trust a module, you can install it using:

PS> Install-Module -Name Posh-SYSLOG

Updating Posh-SYSLOG

Once installed from the PowerShell Gallery, you can update it using:

PS> Update-Module -Name Posh-SYSLOG

Uninstalling Posh-SYSLOG

To remove Posh-SYSLOG:

PS> Uninstall-Module -Name Posh-SYSLOG

Contributing to Posh-SYSLOG

Interested in contributing? Read how you can Contribute to Posh-SYSLOG

This project maintains a Code of Conduct that establishes how the project is governed and how everyone involved is expected to behave. You can report unacceptable behavior to [email protected].

Release History

A detailed release history is contained in the Change Log.

License

Posh-SYSLOG is provided under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].