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’m trying to use vmagent to send InfluxDB compatible data to Prometheus/VictoriaMetrics. The goal is that this agent handle cache. So it would keep datas on disk till connection is availble. And the agent can run on arm32, so would work on Victon VenusOS.
But I’m facing an issue. On Signalk side, I have this error : Sep 27 17:36:03 t [HttpError]: 400 Bad Request : remoteAddr: "127.0.0.1:54660"; requestURI: /api/v2/orgs?org=test; unsupported path requested: "/api/v2/orgs" at IncomingMessage.<anonymous> (/data/conf/signalk/node_modules/@influxdata/influxdb-client/dist/index.js:5:5684) at IncomingMessage.emit (node:events:529:35) at endReadableNT (node:internal/streams/readable:1400:12) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { statusCode: 400, statusMessage: 'Bad Request', body: 'remoteAddr: "127.0.0.1:54660"; requestURI: /api/v2/orgs?org=test; unsupported path requested: "/api/v2/orgs"\n', contentType: 'text/plain; charset=utf-8', headers: { 'content-type': 'text/plain; charset=utf-8', vary: 'Accept-Encoding', 'x-content-type-options': 'nosniff', 'x-server-hostname': 'raspberrypi4', date: 'Fri, 27 Sep 2024 17:36:03 GMT', 'content-length': '109', connection: 'close' }, _retryAfter: 0 }
And on vmagent side, this one : 2024-09-27T17:36:03.276Z warn VictoriaMetrics/lib/httpserver/httpserver.go:422 remoteAddr: "127.0.0.1:54660"; requestURI: /api/v2/orgs?org=test; unsupported path requested: "/api/v2/orgs"
Would it be possible to send data unauthenticated, if it’s the issue ?
The text was updated successfully, but these errors were encountered:
Would it be possible to allow users to bypass the orgs and buckets endpoints and throw a warning about not being to validate if their settings are correct?
I also opened an issue on VictiriaMetrics side, and they may add /api/v2/orgs endpoint. But is that the only thing that’s needed by that plugin to work ?
Hello,
I’m trying to use vmagent to send InfluxDB compatible data to Prometheus/VictoriaMetrics. The goal is that this agent handle cache. So it would keep datas on disk till connection is availble. And the agent can run on arm32, so would work on Victon VenusOS.
But I’m facing an issue. On Signalk side, I have this error :
Sep 27 17:36:03 t [HttpError]: 400 Bad Request : remoteAddr: "127.0.0.1:54660"; requestURI: /api/v2/orgs?org=test; unsupported path requested: "/api/v2/orgs" at IncomingMessage.<anonymous> (/data/conf/signalk/node_modules/@influxdata/influxdb-client/dist/index.js:5:5684) at IncomingMessage.emit (node:events:529:35) at endReadableNT (node:internal/streams/readable:1400:12) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { statusCode: 400, statusMessage: 'Bad Request', body: 'remoteAddr: "127.0.0.1:54660"; requestURI: /api/v2/orgs?org=test; unsupported path requested: "/api/v2/orgs"\n', contentType: 'text/plain; charset=utf-8', headers: { 'content-type': 'text/plain; charset=utf-8', vary: 'Accept-Encoding', 'x-content-type-options': 'nosniff', 'x-server-hostname': 'raspberrypi4', date: 'Fri, 27 Sep 2024 17:36:03 GMT', 'content-length': '109', connection: 'close' }, _retryAfter: 0 }
And on vmagent side, this one :
2024-09-27T17:36:03.276Z warn VictoriaMetrics/lib/httpserver/httpserver.go:422 remoteAddr: "127.0.0.1:54660"; requestURI: /api/v2/orgs?org=test; unsupported path requested: "/api/v2/orgs"
Would it be possible to send data unauthenticated, if it’s the issue ?
The text was updated successfully, but these errors were encountered: