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

add support for kinesis record deaggregation in functionbeat #28241

Merged
merged 6 commits into from
Oct 27, 2021

Commits on Oct 4, 2021

  1. add support for kinesis record deaggregation in functionbeat

    - tests are heavily based on record generation in https://github.com/awslabs/kinesis-aggregation/blob/master/go/deaggregator/deaggregator_test.go
    - had to add AWS SDK v1 due to current kinesis-aggregation support (there is an open PR that adds v2 support)
    jpaskhay committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    63e4bd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5edebb View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Configuration menu
    Copy the full SHA
    efa62eb View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. add kinesis-aggregation module to license overrides.json

    - the go mod is embedded in the repo since it is a monorepo, so couldn't specify the licenseFile. linked to the license file in the url field instead ("make notice" succeeded locally)
    jpaskhay committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    ad77e36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed095fa View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Configuration menu
    Copy the full SHA
    11db8de View commit details
    Browse the repository at this point in the history