NetFlow


Note
This feature is available as an add-on for the Honeycomb Enterprise plan. Please contact your Honeycomb account team for details.

Data Support 

  • Process Template Records if present
  • Process Netflow V5, V9, and IPFIX messages
  • Mapping of custom fields is not yet supported

Supported Platforms 

Platform Metrics Logs Traces
Linux
Windows
macOS

Configuration Fields 

FieldDescriptionDefault
SchemeThe scheme to use for the NetFlow source. Can be netflow or sflow.netflow
HostnameThe hostname or IP address to bind to.0.0.0.0
PortThe port to use for the NetFlow source.2055
SocketsThe number of sockets to use for the NetFlow source.1
WorkersThe number of workers to use for the NetFlow source.1

Example Configuration 

This configuration sets up a basic NetFlow source with necessary details such as host, port, and version.

Standalone Source:

apiVersion: bindplane.observiq.com/v1
kind: Source
metadata:
  id: netflow
  name: netflow
spec:
  type: netflow
  parameters:
    - name: scheme
      value: 'netflow'
    - name: hostname
      value: 'localhost'
    - name: port
      value: 2055
    - name: sockets
      value: 1
    - name: workers
      value: 1