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_grafana_mapping" {
integration_id = allquiet_integration.your_grafana.id
attributes_mapping = {
attributes = [
{
name = "CorrelationId"
mappings = [
{ json_path = "$.jsonBody.alerts[0].fingerprint" }
]
},
{
name = "CorrelationId"
mappings = [
{ json_path = "$.jsonBody.commonLabels.id" }
]
},
{
name = "CorrelationId"
mappings = [
{ json_path = "$.jsonBody.alerts[0].labels.id" }
]
},
{
name = "Status"
mappings = [
{ json_path = "$.jsonBody.status" },
{ map = "firing->Open,->Resolved" }
]
},
{
name = "Severity"
mappings = [
{ static = "Critical" }
]
},
{
name = "Alert"
mappings = [
{ json_path = "$.jsonBody.commonLabels.alertname" }
]
},
{
name = "Alert"
mappings = [
{ json_path = "$.jsonBody.alerts[0].labels.alertname" }
]
},
{
name = "Summary"
mappings = [
{ json_path = "$.jsonBody.commonAnnotations.summary" }
]
},
{
name = "Summary"
mappings = [
{ json_path = "$.jsonBody.alerts[0].annotations.summary" }
]
},
{
name = "Title"
mappings = [
{ json_path = "$.jsonBody.title" }
]
},
{
name = "Message"
hide_in_previews = true
mappings = [
{ json_path = "$.jsonBody.message" }
]
}
]
}
}