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_appsignal_mapping" {
integration_id = allquiet_integration.your_appsignal.id
attributes_mapping = {
attributes = [
{
name = "Status"
mappings = [
{ json_path = "$.jsonBody.alert.state" },
{ map = "open->Open,->Resolved" }
]
},
{
name = "Status"
mappings = [
{ static = "Open" }
]
},
{
name = "CorrelationId"
mappings = [
{ json_path = "$.jsonBody.alert.alert_id" }
]
},
{
name = "CorrelationId"
mappings = [
{ json_path = "$.jsonBody.exception.url" },
{ regex = "(https:\/\/appsignal\.com\/[^\/]+\/sites\/[^\/]+\/exceptions\/incidents\/[^\/]+)" }
]
},
{
name = "Severity"
mappings = [
{ static = "Critical" }
]
},
{
name = "Title"
mappings = [
{ json_path = "$.jsonBody.alert.site" }
]
},
{
name = "Title"
mappings = [
{ json_path = "$.jsonBody.exception.exception" }
]
},
{
name = "Environment"
mappings = [
{ json_path = "$.jsonBody.alert.environment" }
]
},
{
name = "Environment"
mappings = [
{ json_path = "$.jsonBody.exception.environment" }
]
},
{
name = "Message"
mappings = [
{ json_path = "$.jsonBody.alert.message" }
]
},
{
name = "Message"
mappings = [
{ json_path = "$.jsonBody.exception.message" }
]
},
{
name = "URL"
mappings = [
{ json_path = "$.jsonBody.alert.alert_url" }
]
},
{
name = "URL"
mappings = [
{ json_path = "$.jsonBody.exception.url" }
]
},
{
name = "Region"
mappings = [
{ json_path = "$.jsonBody.alert.tags.region" }
]
}
]
}
}