Get-LMLogAlertGroup
Syntax
Section titled “Syntax”All (Default)
Section titled “All (Default)”Get-LMLogAlertGroup [<CommonParameters>]Get-LMLogAlertGroup [-Id <int>] [<CommonParameters>]Get-LMLogAlertGroup [-Name <string>] [<CommonParameters>]Description
Section titled “Description”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.
Examples
Section titled “Examples”EXAMPLE 1
Section titled “EXAMPLE 1”Get-LMLogAlertGroupEXAMPLE 2
Section titled “EXAMPLE 2”Get-LMLogAlertGroup -Name "Production Logs"Parameters
Section titled “Parameters”The ID of the specific log alert group to retrieve.
Type: System.Int32DefaultValue: 0SupportsWildcards: falseAliases: []ParameterSets:- Name: Id Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''The name of the specific log alert group to retrieve.
Type: System.StringDefaultValue: ''SupportsWildcards: falseAliases: []ParameterSets:- Name: Name Position: Named IsRequired: false ValueFromPipeline: false ValueFromPipelineByPropertyName: false ValueFromRemainingArguments: falseDontShow: falseAcceptedValues: []HelpMessage: ''CommonParameters
Section titled “CommonParameters”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.