Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add config management to telegraf #10204

Closed
isodude opened this issue Dec 2, 2021 · 1 comment
Closed

Add config management to telegraf #10204

isodude opened this issue Dec 2, 2021 · 1 comment
Labels
feature request Requests for new plugin and for new features to existing plugins

Comments

@isodude
Copy link
Contributor

isodude commented Dec 2, 2021

Feature Request

A tool or config option such that you can view configuration and change them, very much like sysctl.

Proposal:

Add params to view parsed config
Add params to change config and write to disk
Add params to verify config

Current behavior:

Telegraf can only generate example config

Desired behavior:

Telegraf can fully manage config

Use case:

Ease of use during

  • troubleshooting
  • deployment

Instead of creating files, I can generate and validate my input and thus always having correct config.
I could verify the config to make sure that everything checks out. This could be a ExecPreStart much like nginx.

Instead of poking through files I can print telegraf config and view what is set.

Adding or changing config for a plugin is simpler on a broad scale by just running one command to change a specific setting for a plugin.

@isodude isodude added the feature request Requests for new plugin and for new features to existing plugins label Dec 2, 2021
@sjwang90
Copy link
Contributor

sjwang90 commented Dec 3, 2021

Hi @isodude, thank you for bringing this up and glad to hear this is something you're looking for Expanded configuration management capabilities in Telegraf is something we're looking to add. Would you add your use case and any other notes to this issue #7519 so we can keep all the information in one place. Thank you!

@sjwang90 sjwang90 closed this as completed Dec 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Requests for new plugin and for new features to existing plugins
Projects
None yet
Development

No branches or pull requests

2 participants