Skip to content

Commit 50cac0e

Browse files
committed
Fix client|source.geo.location mapping
1 parent 84d71ee commit 50cac0e

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
- name: client.geo.location.lat
1+
- name: client.geo.location
22
external: ecs
3-
- name: client.geo.location.lon
4-
external: ecs
5-
- name: source.geo.location.lat
6-
external: ecs
7-
- name: source.geo.location.lon
3+
- name: source.geo.location
84
external: ecs

packages/azure/docs/graphactivitylogs.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,7 @@ Please refer to the following [document](https://www.elastic.co/guide/en/ecs/cur
257257
| azure.resource.provider | Resource type/namespace. | keyword |
258258
| azure.subscription_id | Azure subscription ID. | keyword |
259259
| azure.tenant_id | tenant ID. | keyword |
260-
| client.geo.location.lat | Longitude and latitude. | geo_point |
261-
| client.geo.location.lon | Longitude and latitude. | geo_point |
260+
| client.geo.location | Longitude and latitude. | geo_point |
262261
| cloud.image.id | Image ID for the cloud instance. | keyword |
263262
| data_stream.dataset | Data stream dataset name. | constant_keyword |
264263
| data_stream.namespace | Data stream namespace. | constant_keyword |
@@ -268,6 +267,5 @@ Please refer to the following [document](https://www.elastic.co/guide/en/ecs/cur
268267
| host.containerized | If the host is a container. | boolean |
269268
| host.os.build | OS build information. | keyword |
270269
| host.os.codename | OS codename, if any. | keyword |
271-
| source.geo.location.lat | Longitude and latitude. | geo_point |
272-
| source.geo.location.lon | Longitude and latitude. | geo_point |
270+
| source.geo.location | Longitude and latitude. | geo_point |
273271

0 commit comments

Comments
 (0)