-
Notifications
You must be signed in to change notification settings - Fork 351
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
install fails #79
Comments
@JulianXin thanks for the issue. not a lot of activity in this repo lately, but maybe someone from the community can help here. |
It seems that refactoring would be the problem for influx v2, but the current one for Centos is v1.8. |
There's two options for this. We either update the readme or just add a I kind of favor adding If you want to install this with a more recent version of Go, you'll have to add |
I have the same issue, GO111MODULE=off didn't help. What should I do with godeps, can you please send exact steps how can I install relay? Any workaround will help. Thank you. go get -u github.com/influxdata/influxdb-relay/opt/go/src/github.com/influxdata/influxdb/models/points.go:18:2: code in directory /opt/go/src/github.com/influxdata/influxdb/pkg/escape expects import "github.com/influxdata/influxdb/pkg/escape" |
yes, GO111MODULE=off, does not to fix it for me either, so I cannot get the code in order to use 'godeps' on it. |
You should give a try to https://github.com/veepee-oss/influxdb-relay. |
@vgrozev I just merged a change to add a @rockyluke thanks for bringing that fork to our attention! We're giving it an active look to see how we could better integrate community changes to the upstream repository. |
@jsternberg Thanks, it seems that it installs ok now and the systemd process I have seem to work OK. |
@jsternberg I will be happy to help you backporting some simple features we added. @vgrozev sadly we had to change the whole configuration file 😢 on the other hand we implemented some nice features. |
tried all suggestions, none of them is working. Please help out here |
Relay is not supported anymore and is not recommended by influx support. Try to use telegraf instead. |
Is there an official statement on that? Telegraf and the influxdb-relay do very different things. |
go get -u github.com/influxdata/influxdb-relay
package github.com/influxdata/influxdb/v2/pkg/escape: cannot find package "githu b.com/influxdata/influxdb/v2/pkg/escape" in any of:
/usr/local/go/src/github.com/influxdata/influxdb/v2/pkg/escape (from $GO ROOT)
/root/go/src/github.com/influxdata/influxdb/v2/pkg/escape (from $GOPATH)
Centos7.5 golang:1.5.4(I also have tried 1.7.6 and 1.14.2)
I am not good at golang. The used package has been removed or changed dir?
The text was updated successfully, but these errors were encountered: