We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Ive installed InfluxDB 0.9.6 and mqforward. Then Ive followed the usage document, but got error:
ve installed InfluxDB 0.9.6 and mqforward. Then I
SELECT a, b FROM a.b ERR: retention policy not found: a show MEASUREMENTS name: measurements name a.b
SELECT a, b FROM a.b ERR: retention policy not found: a
show MEASUREMENTS
name a.b
[iot@localhost ~]$ mqforward run INFO[0000] Broker URI: tcp://85.119.83.194:1883 INFO[0000] connecting... INFO[0000] influxdb host: http://127.0.0.1:8086 INFO[0000] mqtt connected INFO[0000] subscribed: map[mqforward/#:0] INFO[0000] influxdb connected. INFO[0062] topic:mqforward/a/b ERRO[0077] client disconnected: EOF INFO[0077] mqtt connected INFO[0077] subscribed: map[mqforward/#:0]
Regards,
Sergey
The text was updated successfully, but these errors were encountered:
I've found a solution.
Quotes must be used:
Instead of SELECT a, b FROM a.b it should be SELECT a, b FROM "a.b"
Sorry, something went wrong.
fix README
75619a9
refs: #2
Thank you for your report! I have updated README.
shirou
No branches or pull requests
Hi,
I
ve installed InfluxDB 0.9.6 and mqforward. Then I
ve followed the usage document, but got error:[iot@localhost ~]$ mqforward run
INFO[0000] Broker URI: tcp://85.119.83.194:1883
INFO[0000] connecting...
INFO[0000] influxdb host: http://127.0.0.1:8086
INFO[0000] mqtt connected
INFO[0000] subscribed: map[mqforward/#:0]
INFO[0000] influxdb connected.
INFO[0062] topic:mqforward/a/b
ERRO[0077] client disconnected: EOF
INFO[0077] mqtt connected
INFO[0077] subscribed: map[mqforward/#:0]
Regards,
Sergey
The text was updated successfully, but these errors were encountered: