Skip to content

Getting [influxdb] HTTP Error: 404 - with influxdb 0.12  #34

@codervarun

Description

@codervarun

I am using influxdb 0.12 version and using below setting
{
influxdb: {
host: '127.0.0.1', // InfluxDB host (default 127.0.0.1)
port: 8086, // InfluxDB port (default 8086)
version : 0.12,
database: 'demo', // 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
}

and still getting [influxdb] HTTP Error: 404

What could be problem here ?

Thanks
Varun

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions