File tree Expand file tree Collapse file tree 4 files changed +10
-11
lines changed
data_stream/graphactivitylogs/fields Expand file tree Collapse file tree 4 files changed +10
-11
lines changed Original file line number Diff line number Diff line change
1
+ - version : " 1.15.1"
2
+ changes :
3
+ - description : Fix [client|source].geo.location ECS field mapping
4
+ type : bugfix
5
+ link : https://github.com/elastic/integrations/pull/11102
1
6
- version : " 1.15.0"
2
7
changes :
3
8
- description : Add new section on Azure Functions hosting plans.
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
Original file line number Diff line number Diff line change 1
1
name : azure
2
2
title : Azure Logs
3
- version : 1.15.0
3
+ version : 1.15.1
4
4
description : This Elastic integration collects logs from Azure
5
5
type : integration
6
6
icons :
You can’t perform that action at this time.
0 commit comments