rpk connect create
Prints 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:
redpanda-connect create stdin/bloblang,awk/nats redpanda-connect create file,http_server/protobuf/http_client.
If the expression is omitted a default config is created.
Examples
This section provides examples of how to use rpk connect create.
Create a config with stdin input, bloblang/awk processor, and nats output.
rpk connect create stdin/bloblang,awk/nats
Create a config with file/http_server inputs, protobuf processor, and http_client output.
rpk connect create file,http_server/protobuf/http_client
Global flags
| Value | Type | Description |
|---|---|---|
|
string |
Redpanda or |
|
stringArray |
Override |
|
bool |
Ignore |
|
string |
|
|
bool |
Enable verbose logging. |