Provide other relevant URLs (project issues, community threads, etc.)
The sample command gave me an error until I included the org name
influx telegrafs create \ -n <telegraf-config-name> \ -d <telegraf-config-description> \ -f /path/to/telegraf.conf
Throws error:
Error: must specify org ID or org name
Adding -o <orgname> succeeds.
We should change the docs to say:
Describe the issue here.
Relevant URLs
The sample command gave me an error until I included the org name
influx telegrafs create \ -n <telegraf-config-name> \ -d <telegraf-config-description> \ -f /path/to/telegraf.conf
Throws error:Error: must specify org ID or org name
Adding
-o <orgname>
succeeds. We should change the docs to say:influx telegrafs create \ -n <telegraf-config-name> \ -d <telegraf-config-description> \ -o <influxdb-org-name> -f /path/to/telegraf.conf