You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to test TimescaleDB by importing some data from InfluxDB, but the error below happens. The values in the response are what I have in InfluxDB. The only problem seems to be the Content-Type on the response. How to proceed?
influx version
Influx CLI 2.0.3 (git: fe04d346df) build_date: 2020-12-15T01:00:16Z
./outflux --version
Outflux version 0.2.0
Run 'outflux --help' for usage
2021/01/26 11:21:44 Discovering influx schema for measurement: http_get
2021/01/26 11:21:44 could not transfer schema for measurement 'http_get'
pipe_http_get: could not prepare extractor
pipe_http_get_ext: could not fetch data set definition for measure: http_get
could not discover the tags of measurement 'http_get'
error fetching tags for measurement 'http_get'
error executing query: SHOW TAG KEYS FROM "autogen"."http_get"
expected json response, got "text/plain", with status: 200 and response body: "{\"results\":[{\"statement_id\":0,\"series\":[{\"name\":\"http_get\",\"columns\":[\"tagKey\"],\"values\":[[\"addr\"],[\"host\"],[\"ip\"],[\"site\"]]}]}]}\n"
The text was updated successfully, but these errors were encountered:
I tried to test TimescaleDB by importing some data from InfluxDB, but the error below happens. The values in the response are what I have in InfluxDB. The only problem seems to be the Content-Type on the response. How to proceed?
The text was updated successfully, but these errors were encountered: