-
Notifications
You must be signed in to change notification settings - Fork 74
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
Getting 404 error while connecting influxdb #39
Comments
Did you figure this out? |
404 as version of 0.8, so change version to 1.2 , but also 400 , influxdb api change |
same issue,suspect this to be updated. |
+1 |
1 similar comment
+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to connect influx db from statsd, it is always showing 404 error. I am using 1.1.1 influxdb version, statsd with the latest commit.
Logs
sets: { 'getkong.test.user.uniques': [] },
pctThreshold: [ 90 ] }
24 Jan 10:53:48 - [influxdb] (DEBUG) Sending 4 different points via HTTP
24 Jan 10:53:48 - [influxdb] (DEBUG) Payload size 0.41 KB
24 Jan 10:53:48 - [influxdb] HTTP Error: 404
May I know how to fix this, influxdb is running properly and I can able to create the database.
{
influxdb: {
host: '127.0.0.1', // InfluxDB host (default 127.0.0.1)
port: 8086, // InfluxDB port (default 8086)
database: 'dbname', // InfluxDB db instance (required)
username: 'root', // InfluxDB db username (required)
password: 'root', // InfluxDB db password (required)
flush: {
enable: true // enable regular flush strategy (default true)
},
proxy: {
enable: false, // enable the proxy strategy (default false)
suffix: 'raw', // metric name suffix (default 'raw')
flushInterval: 1000
}
},
port: 8125, // statsD port
backends: ['./backends/console', 'statsd-influxdb-backend'],
debug: true,
legacyNamespace: false
}
The text was updated successfully, but these errors were encountered: