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

influx export is getting the ability to export resources by name #1526

Closed
glinton opened this issue Sep 22, 2020 · 0 comments · Fixed by #1534
Closed

influx export is getting the ability to export resources by name #1526

glinton opened this issue Sep 22, 2020 · 0 comments · Fixed by #1534
Assignees

Comments

@glinton
Copy link
Contributor

glinton commented Sep 22, 2020

influx export will soon have the ability to export resources by name influxdata/influxdb#19457

If a resource is not name unique, all resources that match that name will be exported as a template.

Newly added options:

      --bucket-names string            List of bucket names comma separated
      --check-names string             List of check names comma separated
      --dashboard-names string         List of dashboard names comma separated
      --endpoint-names string          List of notification endpoint names comma separated
      --label-names string             List of label names comma separated
      --rule-names string              List of notification rule names comma separated
      --task-names string              List of task names comma separated
      --telegraf-config-names string   List of telegraf config names comma separated
      --variable-names string          List of variable names comma separated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants