Skip to content
Open
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
2 changes: 1 addition & 1 deletion local-antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ content:
branches: main
start_paths: [docs,'*/docs']
- url: https://github.com/redpanda-data/rp-connect-docs
branches: main
branches: auto-docs/update-rpcn-connector-docs
ui:
bundle:
url: https://github.com/redpanda-data/docs-ui/releases/latest/download/ui-bundle.zip
Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
** xref:develop:connect/components/about.adoc[]
*** xref:develop:connect/components/inputs/about.adoc[]
**** xref:develop:connect/components/inputs/amqp_0_9.adoc[]
**** xref:develop:connect/components/inputs/aws_cloudwatch_logs.adoc[]
**** xref:develop:connect/components/inputs/aws_dynamodb_cdc.adoc[]
**** xref:develop:connect/components/inputs/aws_kinesis.adoc[]
**** xref:develop:connect/components/inputs/aws_s3.adoc[]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
= aws_cloudwatch_logs
:page-aliases: components:inputs/aws_cloudwatch_logs.adoc
include::redpanda-connect:components:inputs/aws_cloudwatch_logs.adoc[tag=single-source]
1 change: 1 addition & 0 deletions modules/get-started/pages/whats-new-cloud.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ xref:get-started:cluster-types/byoc/aws/vpc-byo-aws.adoc[BYOVPC on AWS] is now g
** xref:develop:connect/components/outputs/iceberg.adoc[iceberg]: Write data to Apache Iceberg tables using the REST catalog.

* Inputs:
** xref:develop:connect/components/inputs/aws_cloudwatch_logs.adoc[aws_cloudwatch_logs]: Consume log events from AWS CloudWatch Logs. Supports filtering by log streams, CloudWatch filter patterns, and configurable start times.
** xref:develop:connect/components/inputs/aws_dynamodb_cdc.adoc[aws_dynamodb_cdc] (beta): Consume item-level changes from DynamoDB Streams with automatic checkpointing and shard management.

=== Iceberg topics with Snowflake Open Catalog: GA
Expand Down