Skip to content

Commit

Permalink
Update expected result
Browse files Browse the repository at this point in the history
  • Loading branch information
zmoog committed Nov 21, 2023
1 parent bae6550 commit 09504e2
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dns": {
"question": {
"name": "[api.eu](https://api.eu/)-1.crowdstrike",
"name": "api.eu-1.crowdstrike",
"type": "A"
},
"response_code": "NXDOMAIN"
Expand All @@ -24,14 +24,14 @@
"category": "network",
"id": "1f28uoif27xwp0",
"kind": "event",
"original": "{\"insertId\":\"1f28uoif27xwp0\",\"jsonPayload\":{\"authAnswer\":false,\"protocol\":\"UDP\",\"queryName\":\"[api.eu](https://api.eu/)-1.crowdstrike.\",\"queryType\":\"A\",\"rdata\":\"\",\"responseCode\":\"NXDOMAIN\",\"serverLatency\":2,\"sourceNetwork\":\"security-operations-network\"},\"logName\":\"projects/YYY/logs/[dns.googleapis.com](https://dns.googleapis.com/)%2Fdns_queries\",\"receiveTimestamp\":\"2023-11-09T12:25:20.853671182Z\",\"resource\":{\"labels\":{\"location\":\"europe-west1\",\"project_id\":\"YYY\",\"source_type\":\"gce-vm\",\"target_name\":\"\",\"target_type\":\"external\"},\"type\":\"dns_query\"},\"severity\":\"NOTICE\",\"timestamp\":\"2023-11-09T12:25:19.911990487Z\"}",
"original": "{\"insertId\":\"1f28uoif27xwp0\",\"jsonPayload\":{\"authAnswer\":false,\"protocol\":\"UDP\",\"queryName\":\"api.eu-1.crowdstrike.\",\"queryType\":\"A\",\"rdata\":\"\",\"responseCode\":\"NXDOMAIN\",\"serverLatency\":2,\"sourceNetwork\":\"security-operations-network\"},\"logName\":\"projects/YYY/logs/dns.googleapis.com%2Fdns_queries\",\"receiveTimestamp\":\"2023-11-09T12:25:20.853671182Z\",\"resource\":{\"labels\":{\"location\":\"europe-west1\",\"project_id\":\"YYY\",\"source_type\":\"gce-vm\",\"target_name\":\"\",\"target_type\":\"external\"},\"type\":\"dns_query\"},\"severity\":\"NOTICE\",\"timestamp\":\"2023-11-09T12:25:19.911990487Z\"}",
"outcome": "failure"
},
"gcp": {
"dns": {
"auth_answer": false,
"protocol": "UDP",
"query_name": "[api.eu](https://api.eu/)-1.crowdstrike.",
"query_name": "api.eu-1.crowdstrike.",
"query_type": "A",
"response_code": "NXDOMAIN",
"server_latency": 2,
Expand All @@ -42,7 +42,7 @@
},
"log": {
"level": "NOTICE",
"logger": "projects/YYY/logs/[dns.googleapis.com](https://dns.googleapis.com/)%2Fdns_queries"
"logger": "projects/YYY/logs/dns.googleapis.com%2Fdns_queries"
},
"network": {
"iana_number": "17",
Expand All @@ -51,7 +51,7 @@
},
"related": {
"hosts": [
"[api.eu](https://api.eu/)-1.crowdstrike"
"api.eu-1.crowdstrike"
]
},
"tags": [
Expand Down

0 comments on commit 09504e2

Please sign in to comment.