Skip to content

Commit c9d10b9

Browse files
committed
sei: use ECS definition of geo.location
This performs the the following replace: from: - description: Longitude and latitude\. level: core (name: .*\.geo\.location) type: geo_point or: - (name: .*\.geo\.location) description: Longitude and latitude\. example: '{ "lon": -73\.614830, "lat": 45\.505918 }' type: geo_point or: - description: Longitude and latitude\. example: '{ "lon": -73\.614830, "lat": 45\.505918 }' (name: .*\.geo\.location) type: geo_point to: - external: ecs $1 over all packages owned by Security External Integrations, except for deprecated packages. Changelog and manifest files were updated manually.
1 parent e7e2404 commit c9d10b9

File tree

192 files changed

+481
-560
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

192 files changed

+481
-560
lines changed

packages/akamai/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "2.1.1"
3+
changes:
4+
- description: Use ECS geo.location definition.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/issues/4227
27
- version: "2.1.0"
38
changes:
49
- description: Update package to ECS 8.4.0

packages/akamai/data_stream/siem/fields/ecs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
1717
- name: client.geo.region_iso_code
1818
external: ecs
1919
- name: client.geo.location
20-
description: Longitude and latitude.
21-
example: '{ "lon": -73.614830, "lat": 45.505918 }'
22-
type: geo_point
20+
external: ecs
2321
- name: client.geo.region_name
2422
external: ecs
2523
- name: client.ip

packages/akamai/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: akamai
22
title: Akamai
3-
version: "2.1.0"
3+
version: "2.1.1"
44
release: ga
55
description: Collect logs from Akamai with Elastic Agent.
66
type: integration

packages/atlassian_confluence/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.5.2"
3+
changes:
4+
- description: Use ECS geo.location definition.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/issues/4227
27
- version: "1.5.1"
38
changes:
49
- description: Clarify basic authentication config options.

packages/atlassian_confluence/data_stream/audit/fields/ecs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,8 @@
4646
name: source.geo.country_iso_code
4747
- external: ecs
4848
name: source.geo.country_name
49-
- description: Longitude and latitude.
50-
example: '{ "lon": -73.614830, "lat": 45.505918 }'
49+
- external: ecs
5150
name: source.geo.location
52-
type: geo_point
5351
- external: ecs
5452
name: source.geo.name
5553
- external: ecs

packages/atlassian_confluence/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 1.0.0
22
name: atlassian_confluence
33
title: Atlassian Confluence
4-
version: "1.5.1"
4+
version: "1.5.2"
55
license: basic
66
description: Collect logs from Atlassian Confluence with Elastic Agent.
77
type: integration

packages/atlassian_jira/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.5.2"
3+
changes:
4+
- description: Use ECS geo.location definition.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/issues/4227
27
- version: "1.5.1"
38
changes:
49
- description: Clarify basic authentication config options.

packages/atlassian_jira/data_stream/audit/fields/ecs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,8 @@
4848
name: source.geo.country_iso_code
4949
- external: ecs
5050
name: source.geo.country_name
51-
- description: Longitude and latitude.
52-
example: '{ "lon": -73.614830, "lat": 45.505918 }'
51+
- external: ecs
5352
name: source.geo.location
54-
type: geo_point
5553
- external: ecs
5654
name: source.geo.name
5755
- external: ecs

packages/atlassian_jira/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 1.0.0
22
name: atlassian_jira
33
title: Atlassian Jira
4-
version: "1.5.1"
4+
version: "1.5.2"
55
license: basic
66
description: Collect logs from Atlassian Jira with Elastic Agent.
77
type: integration

packages/auditd/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "3.3.3"
3+
changes:
4+
- description: Use ECS geo.location definition.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/issues/4227
27
- version: "3.3.2"
38
changes:
49
- description: Remove unused visualizations

0 commit comments

Comments
 (0)