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
I am getting back the following json from an enterprise cluster.
{"permissions":[{"scope":"all","allowed":["ALL"]},{"scope":"database","allowed":["WRITE","READ"]}],"links":{"self":"/chronograf/v1/sources/4/permissions","source":"/chronograf/v1/sources/4"}}
It looks like the source needs a “type”: “influx-enterprise” attached, that should be set if the user has a valid meta server to attach to.
“type”: “influx-enterprise”
The text was updated successfully, but these errors were encountered:
Only display meta url input if enterprise
74f5961
This also fixes bug #1009.
121watts
No branches or pull requests
I am getting back the following json from an enterprise cluster.
It looks like the source needs a
“type”: “influx-enterprise”
attached, that should be set if the user has a valid meta server to attach to.The text was updated successfully, but these errors were encountered: