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 Query: Inconsistent org requirement or missing error message #470

Open
Nick135 opened this issue Jan 10, 2023 · 0 comments
Open

Influx Query: Inconsistent org requirement or missing error message #470

Nick135 opened this issue Jan 10, 2023 · 0 comments

Comments

@Nick135
Copy link

Nick135 commented Jan 10, 2023

Current behavior:

I have a influxd db with two bucket. Both bucket have similar data. One for continius data and one for tests.

When I query the test bucket I get the result. When I query the normal bucket I get no result for complex queries.
When I only query range without any filter or use of any importet functions I get an error.
"Error: must specify org ID or org name"

If I specify the org, both buckets work!

Desired behavior:

  • The query should work equal for both bucket
  • "Error: must specify org ID or org name" also for queries with filter or use of funktions like "influxdb.cardinality"

To Reproduce

.\influx query -r -t mytoken
from(bucket: "MyBucket_Debug") |> range(start: -10m)


.\influx query -r -t mytoken
from(bucket: "MyBucket") |> range(start: -10m)
Error: must specify org ID or org name

Version

InfluxDB v2.6 on Windows 10

@Nick135 Nick135 changed the title Influx Query: Inconsistent org request or missing error message Influx Query: Inconsistent org requirement or missing error message Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant