Skip to content

Latest commit

 

History

History
121 lines (91 loc) · 2.38 KB

Copy-GLPluginsCollectorConfigurationOutput.md

File metadata and controls

121 lines (91 loc) · 2.38 KB
external help file Module Name online version schema
PSGraylog-help.xml
PSGraylog
2.0.0

Copy-GLPluginsCollectorConfigurationOutput

SYNOPSIS

Copy a configuration output

SYNTAX

Copy-GLPluginsCollectorConfigurationOutput [-Id] <String> [[-APIUrl] <String>] [[-Credential] <PSCredential>]
 [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

Copy a configuration output This is a stateless method which copies a collector output to one with another name

For more information about this cmdlet - please search for /plugins/org.graylog.plugins.collector/configurations/{id}/outputs/{outputId}/{name} in the docs available at http(s)://your-graylog.fqdn/api/api-docs

EXAMPLES

EXAMPLE 1


PARAMETERS

-Id

Parameter id

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

-APIUrl

Base url for the API, normally https://<grayloghost>:<port>/api

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 2
Default value: $Global:GLApiUrl
Accept pipeline input: False
Accept wildcard characters: False

-Credential

Graylog credentials as username:password or use Convert-GLTokenToCredential for token usage

Type: PSCredential
Parameter Sets: (All)
Aliases:

Required: False
Position: 3
Default value: $Global:GLCredential
Accept pipeline input: False
Accept wildcard characters: False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

OUTPUTS

NOTES

Auto generated

RELATED LINKS