skydive icon indicating copy to clipboard operation
skydive copied to clipboard

Skydive and Netflow without OVS?

Open m8522s opened this issue 4 years ago • 0 comments

Hi team,

just a question: can I run the skydive agent with Netflow but without OVS? My config includes a simple netflow stanza, the agent starts fine and is visible in the analyzer's web UI.

agent:
  flow:
    netflow:
      bind_address: 127.0.0.1
      port_min: 2055
      port_max: 2056

However, there is no process binding to localhost on that port and the output of skydive is: Jul 14 10:46:54 cazzdf skydive[81832]: 2021-07-14T10:46:54.251+0200 ERROR agent/flow_probes.go:84 NewFlowProbeBundle cazzdf: Failed to create ovsnetflow probe: ovsnetflow probe depends on ovsdb topology probe, probe can't start properly

So I am wondering if skydive requires ovsdb to enable Netflow. Thanks for you comments.

m8522s avatar Jul 14 '21 08:07 m8522s