Deprecated: Function get_magic_quotes_gpc() is deprecated in /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php on line 99
Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php on line 619
Warning: Cannot modify header information - headers already sent by (output started at /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php:99) in /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php on line 832
Warning: Cannot modify header information - headers already sent by (output started at /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php:99) in /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php on line 839
Warning: Cannot modify header information - headers already sent by (output started at /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php:99) in /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php on line 839
Warning: Cannot modify header information - headers already sent by (output started at /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php:99) in /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php on line 839
Warning: Cannot modify header information - headers already sent by (output started at /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php:99) in /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php on line 839
Warning: Cannot modify header information - headers already sent by (output started at /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php:99) in /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php on line 839
Warning: Cannot modify header information - headers already sent by (output started at /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php:99) in /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php on line 839
resource "allquiet_integration_mapping" "your_azuremonitor_mapping" {
integration_id = allquiet_integration.your_azuremonitor.id
attributes_mapping = {
attributes = [
{
name = "Status"
mappings = [
{ json_path = "$.jsonBody.data.essentials.monitorCondition" },
{ map = "Resolved->Resolved,->Open" }
]
},
{
name = "Severity"
mappings = [
{ json_path = "$.jsonBody.data.essentials.severity" },
{ map = "Sev0->Critical,Sev1->Critical,Sev2->Warning,Sev3->Minor,Sev4->Minor,->Critical" }
]
},
{
name = "CorrelationId"
mappings = [
{ json_path = "$.jsonBody.data.essentials.alertId" }
]
},
{
name = "Rule"
mappings = [
{ json_path = "$.jsonBody.data.essentials.alertRule" }
]
},
{
name = "Metric"
mappings = [
{ json_path = "$.jsonBody.data.alertContext.condition.allOf[0].metricName" }
]
},
{
name = "Metric Threshold"
mappings = [
{ json_path = "$.jsonBody.data.alertContext.condition.allOf[0].threshold" }
]
},
{
name = "Metric Actual Value"
mappings = [
{ json_path = "$.jsonBody.data.alertContext.condition.allOf[0].metricValue" }
]
}
]
}
}