File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
data_stream/graphactivitylogs/fields Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 1
- - name : client.geo.location.lat
1
+ - name : client.geo.location
2
2
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
8
4
external : ecs
Original file line number Diff line number Diff line change @@ -257,8 +257,7 @@ Please refer to the following [document](https://www.elastic.co/guide/en/ecs/cur
257
257
| azure.resource.provider | Resource type/namespace. | keyword |
258
258
| azure.subscription_id | Azure subscription ID. | keyword |
259
259
| 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 |
262
261
| cloud.image.id | Image ID for the cloud instance. | keyword |
263
262
| data_stream.dataset | Data stream dataset name. | constant_keyword |
264
263
| 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
268
267
| host.containerized | If the host is a container. | boolean |
269
268
| host.os.build | OS build information. | keyword |
270
269
| 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 |
273
271
You can’t perform that action at this time.
0 commit comments