-
Notifications
You must be signed in to change notification settings - Fork 224
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
Kapacitor 401 unautherized #76
Comments
Hi! What version of influxdb are you using? The sandbox is not working with influxdb of version greater or equal 2. Check also that .env file doesn't have:
You should have something like:
|
Thanks @gazon1,
|
Try to set up a user in
|
@gazon1 Tried that, same error although is you look at the log before that it says |
Just found, that these command ( But in this case, we should run a docker with kapacitor after setting up a influxdb user. So we should stop using docker compose |
So my guess is to check that you're running influxdb v < 2.0. Somehow, greater versions could be installed via docker cashe. I have no problems with version |
No That's not it, It is 1.8. I find it disheartening that Its not working out of the box. The idea is to get a system up and running quickly so I can learn the technology, Now it seems I have to be an expert debugger before I can start to learn it. Its docker compose!... It should work the same in every environment |
Tried this on a colleagues machine who also uses windows 10. Same result |
Change this in your docker-compose file:
This fixed my issue |
Also, change this in sandbox.bat file:
to this:
You should remove created influxdb images, too. Even if it is tagged as |
Hi,
I'm trying to follow the getting started documentation. I followed the instructions and ran
./sandbox up
the web site start up OK but then when navigating to the "Hosts Lists" I get an "Unable to get hosts error"
Looking at the containers I see sandbox_kapacitor_1 has stopped.
looking at the logs I see the following
The text was updated successfully, but these errors were encountered: