Skip to content

sei: Update packages to format_version 3.0.0 #7810

@andrewkroh

Description

@andrewkroh

This meta issue tracks the work related to updating packages to format_version: 3.0.0.

The general command to update packages in bulk is:

go run github.com/andrewkroh/go-examples/ecs-update@main -format-version=3.0.0 -fix-dotted-yaml-keys -owner elastic/security-external-integrations packages/*

but we want to exclude non-deprecated rsa2elk packages from using format_version 3.0.0 so use this command and glob:

zsh
setopt extendedglob
go run github.com/andrewkroh/go-examples/ecs-update@main  \
  -format-version=3.0.0 \
  -fix-dotted-yaml-keys \
  -add-owner-type \
  -owner elastic/security-external-integrations \
  packages/*~packages/cylance~packages/fortinet_forticlient~packages/imperva~packages/netscout~packages/radware~packages/squid

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions