From a2bb86f31a13541b414e2e5e1b658b803e1b7563 Mon Sep 17 00:00:00 2001 From: Andrew Wilkins Date: Fri, 24 Nov 2023 13:31:52 +0800 Subject: [PATCH] Update client.geo.* due to ES change --- .../approvals/TestOTLPGRPCLogsClientIP.approved.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/systemtest/approvals/TestOTLPGRPCLogsClientIP.approved.json b/systemtest/approvals/TestOTLPGRPCLogsClientIP.approved.json index b89526debf6..b8aab6b00e8 100644 --- a/systemtest/approvals/TestOTLPGRPCLogsClientIP.approved.json +++ b/systemtest/approvals/TestOTLPGRPCLogsClientIP.approved.json @@ -9,6 +9,9 @@ "agent.version": [ "unknown" ], + "client.geo.city_name": [ + "Berlin" + ], "client.geo.continent_name": [ "Europe" ], @@ -21,6 +24,12 @@ "client.geo.location": [ "dynamic" ], + "client.geo.region_iso_code": [ + "DE-BE" + ], + "client.geo.region_name": [ + "Land Berlin" + ], "client.ip": [ "178.162.206.244" ],