create_config
Create a new Telegraf configuration by providing a name and TOML content. Optionally add labels and a description to manage and identify the configuration.
Instructions
Create a new Telegraf configuration
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the configuration | |
| toml | Yes | The Telegraf configuration in TOML format | |
| labels | No | Comma-separated labels (e.g., "production,monitoring") | |
| description | No | Optional description of the configuration |