Skip to content
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

Replace json-influx with official influxdb package #163

Open
otisg opened this issue Apr 24, 2019 · 2 comments
Open

Replace json-influx with official influxdb package #163

otisg opened this issue Apr 24, 2019 · 2 comments

Comments

@otisg
Copy link
Member

otisg commented Apr 24, 2019

Got this warning while installing Logagent:
npm WARN deprecated [email protected]: this package has been deprecated, you should use influxdb official npm pkg

Maybe there was a reason we used json-influx? Or maybe it just wasn't deprecated when we used it, @megastef ?

@megastef
Copy link
Contributor

megastef commented May 8, 2019

We use the json-influx package to create influx format out of JSON objects, the transport is done via http and repeating http requests / buffering.

Influx client might require a schema definition upfront and configuration will be more complicated. Sure, we could evaluate a move to official InfluxDB client.

Another way might be to maintain the json-influx package ...

@megastef
Copy link
Contributor

+1 to rewrite the influx-output plugin with node-influx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants