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

Cherry-pick #10116 to 6.x: [functionbeat] Allow Kinesis to deploy using the CLI. #10344

Merged
merged 1 commit into from
Jan 29, 2019

Conversation

ph
Copy link
Contributor

@ph ph commented Jan 25, 2019

Cherry-pick of PR #10116 to 6.x branch. Original message:

This commit add support to publish a function that listen to a Kinesis
stream using the CLI.

Features:

  • Kinesis can now be defined in the YML.
  • AWS installer can now define a custom policies to be added to the lambda
    role.
  • Kinesis support TRIM_HORIZON and LATEST as the starting position
    strategy, AT_TIMESTAMP is currently not supported because the
    cloudformation API doesn't accept a TIMESTAMP when configuring the
    subscription.
  • Kinesis allow to configure the batch size.

This commit add support to publish a function that listen to a Kinesis
stream using the CLI.

Features:

- Kinesis can now be defined in the YML.
- AWS installer can now define a custom policies to be added to the lambda
role.
- Kinesis support `TRIM_HORIZON` and `LATEST` as the starting position
strategy, `AT_TIMESTAMP` is currently not supported because the
cloudformation API doesn't accept a TIMESTAMP when configuring the
subscription.
- Kinesis allow to configure the batch size.

(cherry picked from commit 5b4bb7f)
@ph ph merged commit 8c6b3a6 into elastic:6.x Jan 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants