HTTPCode_ELB_5XX Metric

Amazon.AmazonWebServices.Rule.ElbMetric.HTTPCode_ELB_5XX (Rule)

Count of HTTP response codes generated by Elastic Load Balancing that are in the 5xx (server error) series.

Knowledge Base article:

Amazon Elastic Load Balancer HTTPCode_ELB_5XX Metric

Count of HTTP response codes generated by Elastic Load Balancing that are in the 5xx (server error) series. Elastic Load Balancing may generate 5xx errors if no back-end instances are registered, no healthy back-end instances, or the request rate exceeds Elastic Load Balancing's current available capacity. This response count does not include any responses that were generated by back-end instances. Units: Count Valid Statistics: Sum

Element properties:

TargetAmazon.AmazonWebServices.ElasticLoadBalancerHealth
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Amazon.AmazonWebServices.MetricCollectionTimerDataSource Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Amazon.AmazonWebServices.Rule.ElbMetric.HTTPCode_ELB_5XX" Enabled="true" Target="Amazon.AmazonWebServices.ElasticLoadBalancerHealth" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Amazon.AmazonWebServices.MetricCollectionTimerDataSource">
<WorkFlowName>HTTPCode_ELB_5XXRuleTimer</WorkFlowName>
<StartTimeInSeconds>560</StartTimeInSeconds>
<IntervalTimeInSeconds>900</IntervalTimeInSeconds>
<NamespaceFilter>AWS/ELB</NamespaceFilter>
<MetricName>HTTPCode_ELB_5XX</MetricName>
<Unit>HTTP Code 5XX Count</Unit>
<ResourceName>LoadBalancerName</ResourceName>
<ResourceId>$Target/Property[Type='Amazon.AmazonWebServices.ElasticLoadBalancerHealth']/Id$</ResourceId>
<Period>60</Period>
<StatisticType>Sum</StatisticType>
<RegionName>$Target/Property[Type='Amazon.AmazonWebServices.Component']/RegionName$</RegionName>
<ObjectName>Amazon Elastic Load Balancer</ObjectName>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>