< Back

Install-GraylogSidecar

Tue Jan 14, 2020 12:20 am

NAME Install-GraylogSidecar



SYNOPSIS

Install the Graylog Sidecar.





SYNTAX

Install-GraylogSidecar [-SetupPath] <String> [-ServerUrl] <String> [-ServerApiToken] <String> [<CommonParameters>]





DESCRIPTION

Use the specified setup file and install the Graylog Sidecar in silent

mode. During installation, the ServerUrl and ServerApiToken will be used

to register the client in the Graylog server.





PARAMETERS

-SetupPath <String>

Path to the setup file.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ServerUrl <String>

Target Graylog server url.



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ServerApiToken <String>

Target graylog API token.



Required? true

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

System.String





-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Install-GraylogSidecar -SetupPath 'C:\\Temp\\graylog_sidecar_installer_1.0.1-1.exe' -ServerUrl

'https://graylog.contoso.com/api/' -ServerApiToken 'yb34rs6w9nmd6p5y3x2a4kk6a7n8q9p9w7d5us4de3l2ahg'



Install the Graylog Sidecar Version 1.0.1.











RELATED LINKS