create_data_stream
Create a new data stream by specifying its name. The data stream requires an existing index template before creation.
Instructions
Create a new data stream.
This creates a new data stream with the specified name. The data stream must have a matching index template before creation.
Args: name: Name of the data stream to create cluster: Optional cluster name. Uses the default cluster if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| cluster | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||