InfluxDB Community Templates: Quickly collect & analyze time series data from a range of sources: Kubernetes, MySQL, Postgres, AWS, Nginx, Jenkins, and more.
Describe the problem
The syntax described for using a community template is influx apply -u <template> however I keep getting "unknown arguments: apply -u"... when viewing the man page, influx doesn't have these arguments at all.
To Reproduce
Steps to reproduce the behavior:
Install InfluxDB on Ubuntu
Try running influx apply -u <template>
Error straight away
Expected behavior
The template should be applied.
How are you running InfluxDB?
[ ] InfluxDB Cloud platform
[ ] InfluxDB 2.0 on a remote server
[X] InfluxDB 2.0 on my local machine
Additional context
Add any other context about the problem here.
Describe the problem The syntax described for using a community template is
influx apply -u <template>
however I keep getting "unknown arguments: apply -u"... when viewing the man page, influx doesn't have these arguments at all.To Reproduce Steps to reproduce the behavior:
influx apply -u <template>
Expected behavior The template should be applied.
How are you running InfluxDB?
Additional context Add any other context about the problem here.