Docs Self-Managed Reference rpk Commands rpk connect rpk connect create You are viewing the Self-Managed v24.3 beta documentation. We welcome your feedback at the Redpanda Community Slack #beta-feedback channel. To view the latest available version of the docs, see v24.2. rpk connect create Create a new Redpanda Connect config and print a new Redpanda Connect config to stdout containing specified components according to an expression. The expression must take the form of three comma-separated lists of inputs, processors, and outputs, divided by forward slashes. If the expression is omitted, a default config is created. Usage rpk connect create [command options] [arguments...] Examples rpk connect create stdin/bloblang,awk/nats rpk connect create file,http_server/protobuf/http_client Flags Value Type Description --small, -s - Print only the main components of a Redpanda Connect config (input, pipeline, output) and omit all fields marked as advanced (default: false). --help, -h - Show help Back to top × Simple online edits For simple changes, such as fixing a typo, you can edit the content directly on GitHub. Edit on GitHub Or, open an issue to let us know about something that you want us to change. Open an issue Contribution guide For extensive content updates, or if you prefer to work locally, read our contribution guide . Was this helpful? thumb_up thumb_down group Ask in the community mail Share your feedback group_add Make a contribution rpk connect blobl server rpk connect echo