Skip to content

Latest commit

 

History

History
71 lines (48 loc) · 2.67 KB

README.md

File metadata and controls

71 lines (48 loc) · 2.67 KB

GraylogSidecarDsc

PowerShell Gallery - GraylogSidecarDsc GitHub - Release AppVeyor - master

Introduction

This is a PowerShell Module with DSC resources to deploy a Graylog Sidecar agent on the target Windows system.

Features

DSC Resources

  • GraylogSidecar
    DSC resource to install and configure the Graylog Sidecar collector.

  • GraylogSidecarConfiguration
    DSC resource to configure the Graylog Sidecar collector and configuration assignments.

Versions

Please find all versions in the GitHub Releases section and the release notes in the CHANGELOG.md file.

Installation

Use the following command to install the module from the PowerShell Gallery, if the PackageManagement and PowerShellGet modules are available:

# Download and install the module
Install-Module -Name 'GraylogSidecarDsc'

Alternatively, download the latest release from GitHub and install the module manually on your local system:

  1. Download the latest release from GitHub as a ZIP file: GitHub Releases
  2. Extract the module and install it: Installing a PowerShell Module

Requirements

The following minimum requirements are necessary to use this module, or in other words are used to test this module:

  • Windows PowerShell 5.1
  • Windows Server 2012 R2

Contribute

Please feel free to contribute by opening new issues or providing pull requests. For the best development experience, open this project as a folder in Visual Studio Code and ensure that the PowerShell extension is installed.