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 expect the query parameter to be preserved at the destination. /api/v2/write?id=abc&bucket=bkt&org=org
Actual behavior
Only the bucket/org parameters are set. /api/v2/write?bucket=bkt&org=org
Additional info
Modifying this line to instead initialize params with the values from the URL (loc) should preserve the parameters while still ensuring bucket and org are set properly.
Use Case
Set a custom query parameter in a url:
Expected behavior
I expect the query parameter to be preserved at the destination.
/api/v2/write?id=abc&bucket=bkt&org=org
Actual behavior
Only the bucket/org parameters are set.
/api/v2/write?bucket=bkt&org=org
Additional info
Modifying this line to instead initialize
params
with the values from the URL (loc
) should preserve the parameters while still ensuringbucket
andorg
are set properly.telegraf/plugins/outputs/influxdb_v2/http.go
Line 430 in c7446f7
The text was updated successfully, but these errors were encountered: