Skip to content

Get-LMLogAlertGroup

Terminal window
Get-LMLogAlertGroup [<CommonParameters>]
Terminal window
Get-LMLogAlertGroup [-Id <int>] [<CommonParameters>]
Terminal window
Get-LMLogAlertGroup [-Name <string>] [<CommonParameters>]

The Get-LMLogAlertGroup function retrieves log alert group (log pipeline) configurations from LogicMonitor. It can retrieve all groups, a specific group by ID or name, or filter results client-side by name.

Terminal window
Get-LMLogAlertGroup
Terminal window
Get-LMLogAlertGroup -Name "Production Logs"

The ID of the specific log alert group to retrieve.

Type: System.Int32
DefaultValue: 0
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: Id
Position: Named
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

The name of the specific log alert group to retrieve.

Type: System.String
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: Name
Position: Named
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.