Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/akamai/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "2.1.1"
changes:
- description: Use ECS geo.location definition.
type: enhancement
link: https://github.com/elastic/integrations/issues/4227
- version: "2.1.0"
changes:
- description: Update package to ECS 8.4.0
Expand Down
8 changes: 2 additions & 6 deletions packages/akamai/data_stream/siem/fields/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
- name: client.geo.region_iso_code
external: ecs
- name: client.geo.location
description: Longitude and latitude.
example: '{ "lon": -73.614830, "lat": 45.505918 }'
type: geo_point
external: ecs
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's also a source.geo.location field in this file. Does it also need to be changed?

- name: client.geo.region_name
external: ecs
- name: client.ip
Expand Down Expand Up @@ -73,9 +71,7 @@
- name: source.geo.country_name
external: ecs
- name: source.geo.location
description: Longitude and latitude.
example: '{ "lon": -73.614830, "lat": 45.505918 }'
type: geo_point
external: ecs
- name: source.geo.name
external: ecs
- name: source.geo.region_iso_code
Expand Down
2 changes: 1 addition & 1 deletion packages/akamai/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: akamai
title: Akamai
version: "2.1.0"
version: "2.1.1"
release: ga
description: Collect logs from Akamai with Elastic Agent.
type: integration
Expand Down
5 changes: 5 additions & 0 deletions packages/atlassian_bitbucket/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.4.1"
changes:
- description: Use ECS geo.location definition.
type: enhancement
link: https://github.com/elastic/integrations/issues/4227
- version: "1.4.0"
changes:
- description: Update package to ECS 8.4.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@
- name: source.geo.country_name
external: ecs
- name: source.geo.location
description: Longitude and latitude.
example: '{ "lon": -73.614830, "lat": 45.505918 }'
type: geo_point
external: ecs
- name: source.geo.name
external: ecs
- name: source.geo.region_iso_code
Expand Down
2 changes: 1 addition & 1 deletion packages/atlassian_bitbucket/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: atlassian_bitbucket
title: Atlassian Bitbucket
version: "1.4.0"
version: "1.4.1"
license: basic
description: Collect logs from Atlassian Bitbucket with Elastic Agent.
type: integration
Expand Down
5 changes: 5 additions & 0 deletions packages/atlassian_confluence/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.5.2"
changes:
- description: Use ECS geo.location definition.
type: enhancement
link: https://github.com/elastic/integrations/issues/4227
- version: "1.5.1"
changes:
- description: Clarify basic authentication config options.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,8 @@
name: source.geo.country_iso_code
- external: ecs
name: source.geo.country_name
- description: Longitude and latitude.
example: '{ "lon": -73.614830, "lat": 45.505918 }'
- external: ecs
name: source.geo.location
type: geo_point
- external: ecs
name: source.geo.name
- external: ecs
Expand Down
2 changes: 1 addition & 1 deletion packages/atlassian_confluence/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: atlassian_confluence
title: Atlassian Confluence
version: "1.5.1"
version: "1.5.2"
license: basic
description: Collect logs from Atlassian Confluence with Elastic Agent.
type: integration
Expand Down
5 changes: 5 additions & 0 deletions packages/atlassian_jira/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.5.2"
changes:
- description: Use ECS geo.location definition.
type: enhancement
link: https://github.com/elastic/integrations/issues/4227
- version: "1.5.1"
changes:
- description: Clarify basic authentication config options.
Expand Down
4 changes: 1 addition & 3 deletions packages/atlassian_jira/data_stream/audit/fields/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,8 @@
name: source.geo.country_iso_code
- external: ecs
name: source.geo.country_name
- description: Longitude and latitude.
example: '{ "lon": -73.614830, "lat": 45.505918 }'
- external: ecs
name: source.geo.location
type: geo_point
- external: ecs
name: source.geo.name
- external: ecs
Expand Down
2 changes: 1 addition & 1 deletion packages/atlassian_jira/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: atlassian_jira
title: Atlassian Jira
version: "1.5.1"
version: "1.5.2"
license: basic
description: Collect logs from Atlassian Jira with Elastic Agent.
type: integration
Expand Down
5 changes: 5 additions & 0 deletions packages/auditd/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "3.3.3"
changes:
- description: Use ECS geo.location definition.
type: enhancement
link: https://github.com/elastic/integrations/issues/4227
- version: "3.3.2"
changes:
- description: Remove unused visualizations
Expand Down
4 changes: 1 addition & 3 deletions packages/auditd/data_stream/log/fields/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,8 @@
name: source.geo.country_iso_code
- external: ecs
name: source.geo.country_name
- description: Longitude and latitude.
level: core
- external: ecs
name: source.geo.location
type: geo_point
- external: ecs
name: source.geo.region_iso_code
- external: ecs
Expand Down
2 changes: 1 addition & 1 deletion packages/auditd/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: auditd
title: Auditd Logs
version: "3.3.2"
version: "3.3.3"
release: ga
description: Collect logs from Linux audit daemon with Elastic Agent.
type: integration
Expand Down
5 changes: 5 additions & 0 deletions packages/auth0/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.2.1"
changes:
- description: Use ECS geo.location definition.
type: enhancement
link: https://github.com/elastic/integrations/issues/4227
- version: "1.2.0"
changes:
- description: Update package to ECS 8.4.0
Expand Down
4 changes: 1 addition & 3 deletions packages/auth0/data_stream/logs/fields/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,8 @@
name: source.geo.country_iso_code
- external: ecs
name: source.geo.country_name
- description: Longitude and latitude.
level: core
- external: ecs
name: source.geo.location
type: geo_point
- external: ecs
name: source.geo.name
- external: ecs
Expand Down
2 changes: 1 addition & 1 deletion packages/auth0/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: auth0
title: "Auth0"
version: 1.2.0
version: 1.2.1
license: basic
description: Collect logs from Auth0 with Elastic Agent.
type: integration
Expand Down
5 changes: 5 additions & 0 deletions packages/barracuda/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.11.1"
changes:
- description: Use ECS geo.location definition.
type: enhancement
link: https://github.com/elastic/integrations/issues/4227
- version: "0.11.0"
changes:
- description: Update package to ECS 8.4.0
Expand Down
8 changes: 2 additions & 6 deletions packages/barracuda/data_stream/spamfirewall/fields/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@
name: destination.geo.city_name
- external: ecs
name: destination.geo.country_name
- description: Longitude and latitude.
level: core
- external: ecs
name: destination.geo.location
type: geo_point
- external: ecs
name: destination.ip
- external: ecs
Expand Down Expand Up @@ -186,10 +184,8 @@
name: source.geo.city_name
- external: ecs
name: source.geo.country_name
- description: Longitude and latitude.
level: core
- external: ecs
name: source.geo.location
type: geo_point
- external: ecs
name: source.ip
- external: ecs
Expand Down
8 changes: 2 additions & 6 deletions packages/barracuda/data_stream/waf/fields/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@
name: destination.geo.city_name
- external: ecs
name: destination.geo.country_name
- description: Longitude and latitude.
level: core
- external: ecs
name: destination.geo.location
type: geo_point
- external: ecs
name: destination.ip
- external: ecs
Expand Down Expand Up @@ -186,10 +184,8 @@
name: source.geo.city_name
- external: ecs
name: source.geo.country_name
- description: Longitude and latitude.
level: core
- external: ecs
name: source.geo.location
type: geo_point
- external: ecs
name: source.ip
- external: ecs
Expand Down
2 changes: 1 addition & 1 deletion packages/barracuda/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: barracuda
title: Barracuda Logs
version: "0.11.0"
version: "0.11.1"
description: Collect spam and web application firewall logs from Barracuda devices with Elastic Agent.
categories: ["network", "security"]
release: experimental
Expand Down
5 changes: 5 additions & 0 deletions packages/bluecoat/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.10.1"
changes:
- description: Use ECS geo.location definition.
type: enhancement
link: https://github.com/elastic/integrations/issues/4227
- version: "0.10.0"
changes:
- description: Update package to ECS 8.4.0
Expand Down
8 changes: 2 additions & 6 deletions packages/bluecoat/data_stream/director/fields/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@
name: destination.geo.city_name
- external: ecs
name: destination.geo.country_name
- description: Longitude and latitude.
level: core
- external: ecs
name: destination.geo.location
type: geo_point
- external: ecs
name: destination.ip
- external: ecs
Expand Down Expand Up @@ -186,10 +184,8 @@
name: source.geo.city_name
- external: ecs
name: source.geo.country_name
- description: Longitude and latitude.
level: core
- external: ecs
name: source.geo.location
type: geo_point
- external: ecs
name: source.ip
- external: ecs
Expand Down
2 changes: 1 addition & 1 deletion packages/bluecoat/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: bluecoat
title: Blue Coat Director Logs
version: "0.10.0"
version: "0.10.1"
description: Collect director logs from Blue Coat devices with Elastic Agent.
categories: ["network", "security"]
release: experimental
Expand Down
5 changes: 5 additions & 0 deletions packages/cef/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "2.3.2"
changes:
- description: Use ECS geo.location definition.
type: enhancement
link: https://github.com/elastic/integrations/issues/4227
- version: "2.3.1"
changes:
- description: Remove unused visualizations
Expand Down
8 changes: 2 additions & 6 deletions packages/cef/data_stream/log/fields/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@
name: destination.geo.country_iso_code
- external: ecs
name: destination.geo.country_name
- description: Longitude and latitude.
level: core
- external: ecs
name: destination.geo.location
type: geo_point
- external: ecs
name: destination.geo.region_iso_code
- external: ecs
Expand Down Expand Up @@ -136,10 +134,8 @@
name: source.geo.country_iso_code
- external: ecs
name: source.geo.country_name
- description: Longitude and latitude.
level: core
- external: ecs
name: source.geo.location
type: geo_point
- external: ecs
name: source.geo.region_iso_code
- external: ecs
Expand Down
2 changes: 1 addition & 1 deletion packages/cef/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cef
title: Common Event Format (CEF)
version: 2.3.1
version: 2.3.2
release: ga
description: Collect logs from CEF Logs with Elastic Agent.
type: integration
Expand Down
5 changes: 5 additions & 0 deletions packages/checkpoint/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.8.1"
changes:
- description: Use ECS geo.location definition.
type: enhancement
link: https://github.com/elastic/integrations/issues/4227
- version: "1.8.0"
changes:
- description: Update package to ECS 8.4.0
Expand Down
8 changes: 2 additions & 6 deletions packages/checkpoint/data_stream/firewall/fields/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@
name: destination.geo.country_iso_code
- external: ecs
name: destination.geo.country_name
- description: Longitude and latitude.
level: core
- external: ecs
name: destination.geo.location
type: geo_point
- external: ecs
name: destination.geo.name
- external: ecs
Expand Down Expand Up @@ -210,10 +208,8 @@
name: source.geo.country_iso_code
- external: ecs
name: source.geo.country_name
- description: Longitude and latitude.
level: core
- external: ecs
name: source.geo.location
type: geo_point
- external: ecs
name: source.geo.name
- external: ecs
Expand Down
2 changes: 1 addition & 1 deletion packages/checkpoint/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: checkpoint
title: Check Point
version: "1.8.0"
version: "1.8.1"
release: ga
description: Collect logs from Check Point with Elastic Agent.
type: integration
Expand Down
6 changes: 5 additions & 1 deletion packages/cisco_aironet/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# newer versions go on top

- version: "0.0.2"
changes:
- description: Use ECS geo.location definition.
type: enhancement
link: https://github.com/elastic/integrations/issues/4227
- version: "0.0.1"
changes:
- description: Initial draft of the package for Cisco WLC
Expand Down
Loading