Skip to content

Commit 1186f9a

Browse files
mfernestclaudeFeediver1micheleRP
authored
feat(DOC-1994): add aws_cloudwatch_logs input connector (#523)
* feat(DOC-1994): add aws_cloudwatch_logs input connector page Add cloud-docs page and nav entry for the new aws_cloudwatch_logs input connector, introduced in Redpanda Connect 4.81.0. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * fix: correct include path for aws_cloudwatch_logs to use cloud-only partial The aws_cloudwatch_logs input is cloud-only and its content lives in rp-connect-docs as a partial (components/cloud-only/inputs/), not as a page. Update the include directive to use partial$ syntax accordingly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * docs(DOC-1994): add aws_cloudwatch_logs to What's New Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * fixes * update playbook --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: Joyce Fee <joyce@redpanda.com> Co-authored-by: Joyce Fee <102751339+Feediver1@users.noreply.github.com> Co-authored-by: micheleRP <michele@redpanda.com>
1 parent c2984d6 commit 1186f9a

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

local-antora-playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ content:
2323
branches: main
2424
start_paths: [docs,'*/docs']
2525
- url: https://github.com/redpanda-data/rp-connect-docs
26-
branches: main
26+
branches: auto-docs/update-rpcn-connector-docs
2727
ui:
2828
bundle:
2929
url: https://github.com/redpanda-data/docs-ui/releases/latest/download/ui-bundle.zip

modules/ROOT/nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
** xref:develop:connect/components/about.adoc[]
115115
*** xref:develop:connect/components/inputs/about.adoc[]
116116
**** xref:develop:connect/components/inputs/amqp_0_9.adoc[]
117+
**** xref:develop:connect/components/inputs/aws_cloudwatch_logs.adoc[]
117118
**** xref:develop:connect/components/inputs/aws_dynamodb_cdc.adoc[]
118119
**** xref:develop:connect/components/inputs/aws_kinesis.adoc[]
119120
**** xref:develop:connect/components/inputs/aws_s3.adoc[]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
= aws_cloudwatch_logs
2+
:page-aliases: components:inputs/aws_cloudwatch_logs.adoc
3+
include::redpanda-connect:components:inputs/aws_cloudwatch_logs.adoc[tag=single-source]

modules/get-started/pages/whats-new-cloud.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ xref:get-started:cluster-types/byoc/aws/vpc-byo-aws.adoc[BYOVPC on AWS] is now g
1818
** xref:develop:connect/components/outputs/iceberg.adoc[iceberg]: Write data to Apache Iceberg tables using the REST catalog.
1919

2020
* Inputs:
21+
** 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.
2122
** 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.
2223

2324
=== Iceberg topics with Snowflake Open Catalog: GA

0 commit comments

Comments
 (0)