Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ECS] Update SEI packages to ECS 8.8 (Part 2) #6326

Merged
merged 36 commits into from
May 31, 2023

Conversation

taylor-swanson
Copy link
Contributor

@taylor-swanson taylor-swanson commented May 25, 2023

What does this PR do?

Note: This PR only updates the ECS version of the selected packages. If additional work is needed to align a package to a new feature provided by ECS, it will be handled in a separate PR.

Updates the following SEI packages to ECS 8.8:

  • cyberark_pta
  • cyberarkpas
  • cylance
  • darktrace
  • f5
  • f5_bigip
  • fim
  • fireeye
  • forcepoint_web
  • forgerock
  • fortinet_forticlient
  • fortinet_fortiedr
  • fortinet_fortigate
  • fortinet_fortimail
  • fortinet_fortimanager
  • gcp
  • gcp_pubsub
  • github
  • google_cloud_storage
  • google_workspace
  • hashicorp_vault
  • hid_bravura_monitor
  • http_endpoint
  • httpjson
  • imperva
  • infoblox_bloxone_ddi
  • infoblox_nios
  • iptables
  • jamf_compliance_reporter
  • jumpcloud
  • juniper_junos
  • juniper_netscreen
  • juniper_srx

Changes generated by:

ecs-update -owner elastic/security-external-integrations -ecs-version=8.8.0 -ecs-git-ref=8.8 -pr 6326 packages/<PACKAGE>

Checklist

  • I have reviewed tips for building integrations and this pull request is aligned with them.
  • I have verified that all data streams collect metrics or logs.
  • I have added an entry to my package's changelog.yml file.
  • I have verified that Kibana version constraints are current according to guidelines.

Related issues

This updates the crowdstrike integration to ECS 8.8.0.
It was referencing elastic/ecs git@8.7 and using 8.7.0 in ingest pipelines.

[git-generate]
go run github.com/andrewkroh/go-examples/ecs-update@latest -ecs-version=8.8.0 -ecs-git-ref=8.8 -pr=6326 packages/crowdstrike
This updates the cyberark_pta integration to ECS 8.8.0.
It was referencing elastic/ecs git@8.7 and using 8.7.0 in ingest pipelines.

[git-generate]
go run github.com/andrewkroh/go-examples/ecs-update@latest -ecs-version=8.8.0 -ecs-git-ref=8.8 -pr=6326 packages/cyberark_pta
This updates the cyberarkpas integration to ECS 8.8.0.
It was referencing elastic/ecs git@8.7 and using 8.7.0 in ingest pipelines.

[git-generate]
go run github.com/andrewkroh/go-examples/ecs-update@latest -ecs-version=8.8.0 -ecs-git-ref=8.8 -pr=6326 packages/cyberarkpas
This updates the cylance integration to ECS 8.8.0.
It was referencing elastic/ecs git@8.7 and using 8.7.0 in ingest pipelines.

[git-generate]
go run github.com/andrewkroh/go-examples/ecs-update@latest -ecs-version=8.8.0 -ecs-git-ref=8.8 -pr=6326 packages/cylance
This updates the darktrace integration to ECS 8.8.0.
It was referencing elastic/ecs git@8.7 and using 8.7.0 in ingest pipelines.

[git-generate]
go run github.com/andrewkroh/go-examples/ecs-update@latest -ecs-version=8.8.0 -ecs-git-ref=8.8 -pr=6326 packages/darktrace
This updates the f5 integration to ECS 8.8.0.
It was referencing elastic/ecs git@8.7 and using 8.7.0 in ingest pipelines.

[git-generate]
go run github.com/andrewkroh/go-examples/ecs-update@latest -ecs-version=8.8.0 -ecs-git-ref=8.8 -pr=6326 packages/f5
This updates the f5_bigip integration to ECS 8.8.0.
It was referencing elastic/ecs git@8.7 and using 8.7.0 in ingest pipelines.

[git-generate]
go run github.com/andrewkroh/go-examples/ecs-update@latest -ecs-version=8.8.0 -ecs-git-ref=8.8 -pr=6326 packages/f5_bigip
This updates the fim integration to ECS 8.8.0.
It was referencing elastic/ecs git@8.7 and using 8.7.0 in ingest pipelines.

[git-generate]
go run github.com/andrewkroh/go-examples/ecs-update@latest -ecs-version=8.8.0 -ecs-git-ref=8.8 -pr=6326 packages/fim
This updates the fireeye integration to ECS 8.8.0.
It was referencing elastic/ecs git@8.7 and using 8.7.0 in ingest pipelines.

[git-generate]
go run github.com/andrewkroh/go-examples/ecs-update@latest -ecs-version=8.8.0 -ecs-git-ref=8.8 -pr=6326 packages/fireeye
This updates the forcepoint_web integration to ECS 8.8.0.
It was referencing elastic/ecs git@8.7 and using 8.7.0 in ingest pipelines.

[git-generate]
go run github.com/andrewkroh/go-examples/ecs-update@latest -ecs-version=8.8.0 -ecs-git-ref=8.8 -pr=6326 packages/forcepoint_web
This updates the forgerock integration to ECS 8.8.0.
It was referencing elastic/ecs git@8.7 and using 8.7.0 in ingest pipelines.

[git-generate]
go run github.com/andrewkroh/go-examples/ecs-update@latest -ecs-version=8.8.0 -ecs-git-ref=8.8 -pr=6326 packages/forgerock
This updates the fortinet_forticlient integration to ECS 8.8.0.
It was referencing elastic/ecs git@8.7 and using 8.7.0 in ingest pipelines.

[git-generate]
go run github.com/andrewkroh/go-examples/ecs-update@latest -ecs-version=8.8.0 -ecs-git-ref=8.8 -pr=6326 packages/fortinet_forticlient
This updates the fortinet_fortiedr integration to ECS 8.8.0.
It was referencing elastic/ecs git@8.7 and using 8.7.0 in ingest pipelines.

[git-generate]
go run github.com/andrewkroh/go-examples/ecs-update@latest -ecs-version=8.8.0 -ecs-git-ref=8.8 -pr=6326 packages/fortinet_fortiedr
This updates the fortinet_fortigate integration to ECS 8.8.0.
It was referencing elastic/ecs git@8.7 and using 8.7.0 in ingest pipelines.

[git-generate]
go run github.com/andrewkroh/go-examples/ecs-update@latest -ecs-version=8.8.0 -ecs-git-ref=8.8 -pr=6326 packages/fortinet_fortigate
This updates the fortinet_fortimail integration to ECS 8.8.0.
It was referencing elastic/ecs git@8.7 and using 8.7.0 in ingest pipelines.

[git-generate]
go run github.com/andrewkroh/go-examples/ecs-update@latest -ecs-version=8.8.0 -ecs-git-ref=8.8 -pr=6326 packages/fortinet_fortimail
This updates the fortinet_fortimanager integration to ECS 8.8.0.
It was referencing elastic/ecs git@8.7 and using 8.7.0 in ingest pipelines.

[git-generate]
go run github.com/andrewkroh/go-examples/ecs-update@latest -ecs-version=8.8.0 -ecs-git-ref=8.8 -pr=6326 packages/fortinet_fortimanager
This updates the gcp integration to ECS 8.8.0.
It was referencing elastic/ecs git@8.7 and using 8.7.0 in ingest pipelines.

[git-generate]
go run github.com/andrewkroh/go-examples/ecs-update@latest -ecs-version=8.8.0 -ecs-git-ref=8.8 -pr=6326 packages/gcp
This updates the gcp_pubsub integration to ECS 8.8.0.
It was referencing elastic/ecs git@8.7 and no pipelines set ecs.version.

[git-generate]
go run github.com/andrewkroh/go-examples/ecs-update@latest -ecs-version=8.8.0 -ecs-git-ref=8.8 -pr=6326 packages/gcp_pubsub
This updates the github integration to ECS 8.8.0.
It was referencing elastic/ecs git@8.7 and using 8.7.0 in ingest pipelines.

[git-generate]
go run github.com/andrewkroh/go-examples/ecs-update@latest -ecs-version=8.8.0 -ecs-git-ref=8.8 -pr=6326 packages/github
This updates the google_cloud_storage integration to ECS 8.8.0.
It was referencing elastic/ecs git@8.7 and no pipelines set ecs.version.

[git-generate]
go run github.com/andrewkroh/go-examples/ecs-update@latest -ecs-version=8.8.0 -ecs-git-ref=8.8 -pr=6326 packages/google_cloud_storage
This updates the google_workspace integration to ECS 8.8.0.
It was referencing elastic/ecs git@8.7 and using 8.7.0 in ingest pipelines.

[git-generate]
go run github.com/andrewkroh/go-examples/ecs-update@latest -ecs-version=8.8.0 -ecs-git-ref=8.8 -pr=6326 packages/google_workspace
This updates the hashicorp_vault integration to ECS 8.8.0.
It was referencing elastic/ecs git@8.7 and using 8.7.0 in ingest pipelines.

[git-generate]
go run github.com/andrewkroh/go-examples/ecs-update@latest -ecs-version=8.8.0 -ecs-git-ref=8.8 -pr=6326 packages/hashicorp_vault
This updates the hid_bravura_monitor integration to ECS 8.8.0.
It was referencing elastic/ecs git@8.7 and using 8.7.0 in ingest pipelines.

[git-generate]
go run github.com/andrewkroh/go-examples/ecs-update@latest -ecs-version=8.8.0 -ecs-git-ref=8.8 -pr=6326 packages/hid_bravura_monitor
This updates the http_endpoint integration to ECS 8.8.0.
It was referencing elastic/ecs git@8.7 and no pipelines set ecs.version.

[git-generate]
go run github.com/andrewkroh/go-examples/ecs-update@latest -ecs-version=8.8.0 -ecs-git-ref=8.8 -pr=6326 packages/http_endpoint
This updates the httpjson integration to ECS 8.8.0.
It was referencing elastic/ecs git@8.7 and no pipelines set ecs.version.

[git-generate]
go run github.com/andrewkroh/go-examples/ecs-update@latest -ecs-version=8.8.0 -ecs-git-ref=8.8 -pr=6326 packages/httpjson
This updates the imperva integration to ECS 8.8.0.
It was referencing elastic/ecs git@8.7 and using 8.7.0 in ingest pipelines.

[git-generate]
go run github.com/andrewkroh/go-examples/ecs-update@latest -ecs-version=8.8.0 -ecs-git-ref=8.8 -pr=6326 packages/imperva
This updates the infoblox_bloxone_ddi integration to ECS 8.8.0.
It was referencing elastic/ecs git@8.7 and using 8.7.0 in ingest pipelines.

[git-generate]
go run github.com/andrewkroh/go-examples/ecs-update@latest -ecs-version=8.8.0 -ecs-git-ref=8.8 -pr=6326 packages/infoblox_bloxone_ddi
This updates the infoblox_nios integration to ECS 8.8.0.
It was referencing elastic/ecs git@8.7 and using 8.7.0 in ingest pipelines.

[git-generate]
go run github.com/andrewkroh/go-examples/ecs-update@latest -ecs-version=8.8.0 -ecs-git-ref=8.8 -pr=6326 packages/infoblox_nios
This updates the iptables integration to ECS 8.8.0.
It was referencing elastic/ecs git@8.7 and using 8.7.0 in ingest pipelines.

[git-generate]
go run github.com/andrewkroh/go-examples/ecs-update@latest -ecs-version=8.8.0 -ecs-git-ref=8.8 -pr=6326 packages/iptables
This updates the jamf_compliance_reporter integration to ECS 8.8.0.
It was referencing elastic/ecs git@8.7 and using 8.7.0 in ingest pipelines.

[git-generate]
go run github.com/andrewkroh/go-examples/ecs-update@latest -ecs-version=8.8.0 -ecs-git-ref=8.8 -pr=6326 packages/jamf_compliance_reporter
@elasticmachine
Copy link

Package f5_bigip - 1.3.0 containing this change is available at https://epr.elastic.co/search?package=f5_bigip

@elasticmachine
Copy link

Package fim - 1.7.0 containing this change is available at https://epr.elastic.co/search?package=fim

@elasticmachine
Copy link

Package fireeye - 1.11.0 containing this change is available at https://epr.elastic.co/search?package=fireeye

@elasticmachine
Copy link

Package forcepoint_web - 0.3.0 containing this change is available at https://epr.elastic.co/search?package=forcepoint_web

@elasticmachine
Copy link

Package forgerock - 1.3.0 containing this change is available at https://epr.elastic.co/search?package=forgerock

@elasticmachine
Copy link

Package fortinet_forticlient - 1.6.0 containing this change is available at https://epr.elastic.co/search?package=fortinet_forticlient

@elasticmachine
Copy link

Package fortinet_fortiedr - 1.7.0 containing this change is available at https://epr.elastic.co/search?package=fortinet_fortiedr

@elasticmachine
Copy link

Package fortinet_fortigate - 1.12.0 containing this change is available at https://epr.elastic.co/search?package=fortinet_fortigate

@elasticmachine
Copy link

Package fortinet_fortimail - 2.3.0 containing this change is available at https://epr.elastic.co/search?package=fortinet_fortimail

@elasticmachine
Copy link

Package fortinet_fortimanager - 2.3.0 containing this change is available at https://epr.elastic.co/search?package=fortinet_fortimanager

@elasticmachine
Copy link

Package gcp - 2.21.0 containing this change is available at https://epr.elastic.co/search?package=gcp

@elasticmachine
Copy link

Package gcp_pubsub - 1.7.0 containing this change is available at https://epr.elastic.co/search?package=gcp_pubsub

@elasticmachine
Copy link

Package github - 1.12.0 containing this change is available at https://epr.elastic.co/search?package=github

@elasticmachine
Copy link

Package google_cloud_storage - 0.4.0 containing this change is available at https://epr.elastic.co/search?package=google_cloud_storage

@elasticmachine
Copy link

Package google_workspace - 2.9.0 containing this change is available at https://epr.elastic.co/search?package=google_workspace

@elasticmachine
Copy link

Package hashicorp_vault - 1.11.0 containing this change is available at https://epr.elastic.co/search?package=hashicorp_vault

@elasticmachine
Copy link

Package hid_bravura_monitor - 1.7.0 containing this change is available at https://epr.elastic.co/search?package=hid_bravura_monitor

@elasticmachine
Copy link

Package http_endpoint - 1.9.0 containing this change is available at https://epr.elastic.co/search?package=http_endpoint

@elasticmachine
Copy link

Package httpjson - 1.12.0 containing this change is available at https://epr.elastic.co/search?package=httpjson

@elasticmachine
Copy link

Package imperva - 0.15.0 containing this change is available at https://epr.elastic.co/search?package=imperva

@elasticmachine
Copy link

Package infoblox_bloxone_ddi - 1.4.0 containing this change is available at https://epr.elastic.co/search?package=infoblox_bloxone_ddi

@elasticmachine
Copy link

Package infoblox_nios - 1.8.0 containing this change is available at https://epr.elastic.co/search?package=infoblox_nios

@elasticmachine
Copy link

Package iptables - 1.8.0 containing this change is available at https://epr.elastic.co/search?package=iptables

@elasticmachine
Copy link

Package jamf_compliance_reporter - 1.2.0 containing this change is available at https://epr.elastic.co/search?package=jamf_compliance_reporter

@elasticmachine
Copy link

Package jumpcloud - 0.4.0 containing this change is available at https://epr.elastic.co/search?package=jumpcloud

@elasticmachine
Copy link

Package juniper_junos - 0.8.0 containing this change is available at https://epr.elastic.co/search?package=juniper_junos

@elasticmachine
Copy link

Package juniper_netscreen - 0.8.0 containing this change is available at https://epr.elastic.co/search?package=juniper_netscreen

@elasticmachine
Copy link

Package juniper_srx - 1.12.0 containing this change is available at https://epr.elastic.co/search?package=juniper_srx

agithomas pushed a commit to agithomas/integrations that referenced this pull request Jun 5, 2023
Updates the following SEI packages to ECS 8.8:

- cyberark_pta
- cyberarkpas
- cylance
- darktrace
- f5
- f5_bigip
- fim
- fireeye
- forcepoint_web
- forgerock
- fortinet_forticlient
- fortinet_fortiedr
- fortinet_fortigate
- fortinet_fortimail
- fortinet_fortimanager
- gcp
- gcp_pubsub
- github
- google_cloud_storage
- google_workspace
- hashicorp_vault
- hid_bravura_monitor
- http_endpoint
- httpjson
- imperva
- infoblox_bloxone_ddi
- infoblox_nios
- iptables
- jamf_compliance_reporter
- jumpcloud
- juniper_junos
- juniper_netscreen
- juniper_srx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants