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

Support output formats other than protobuf over Kafka #88

Closed
sjwang90 opened this issue Nov 20, 2020 · 2 comments
Closed

Support output formats other than protobuf over Kafka #88

sjwang90 opened this issue Nov 20, 2020 · 2 comments

Comments

@sjwang90
Copy link

Background/Use Case

InfluxData's Telegraf project received a request (influxdata/telegraf#8425) to integrated into goFlow for IPFIX/NetFlow support. Currently Telegraf does not support binary (ex: protobuf) formats.

Feature Request

Request for vFlow to add one of the following output formats to ease the integration with Telegraf.

  • InfluxDB Line Protocol
  • Carbon2
  • Graphite
  • JSON
  • Prometheus
  • SplunkMetric
  • Wavefront
  • ServiceNow Metrics

Also not sure if goFlow is meant to be embedded in other programs as there might not be a stable library API for other programs use.

@lspgn
Copy link
Contributor

lspgn commented Nov 20, 2020

@sjwang90 thanks! I added a comment on the telegraf thread.
GoFlow can be extended but the main format in this repository is Kafka+protobuf (or JSON).
For Influx/Telegraf, you will likely need aggregation.

@sjwang90
Copy link
Author

Ok thanks for your feedback @lspgn. I'll close this issue for now.

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