-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Tag name prevents write? #25915
Comments
What happens if you write directly to the server? Can you capture what's going to the InfluxDB server? This looks like it might be a problem with the software you have in the middle (ALB or NGINX) |
I spun up a whole new pair of servers, and attempted to write directly to them. This was the curl I used:
With the 'good' example, this was the output:
I changed to 'testdb2' to ensure I didn't get 'tag poisoned' and executed the same command with a different payload:
It created the db successfully, but sent no data. It appears to get a very similar error, though:
|
When I try to write the following LP, I get gateway errors and it fails to write to the db:
However, if I change the tag from 'request' to 'requestname' it goes right through:
Test environment:
AWS ALB -> nginx (to provide password protection) -> two EC2 instances running the software in docker.
Command (password implemented in Nginx):
Results from sending LP with the 'request=foobar' tag:
I reattempted to ensure it failed on both gateways.
Results when that tag is changed:
Script to create docker instance:
I'm thinking this might be the error on the server side:
The text was updated successfully, but these errors were encountered: