datadope-io / skydive

An open source real-time network topology and protocols analyzer
https://skydive.network
Apache License 2.0
1 stars 0 forks source link

edges are not being recovered #13

Open adrianlzt opened 3 years ago

adrianlzt commented 3 years ago

Edges created using the API are marked with "Origin" : "analyzer.HOSTNAME".

Nodes are created with "Origin" : "api.HOSTNAME".

When skydive starts, it marks as deleted ((b *ElasticSearchBackend) FlushElements) all nodes with origin analyzer.HOSTNAME.

adrianlzt commented 3 years ago

Error in this commit https://github.com/skydive-project/skydive/commit/356688d3768cb9097ac2b857fa823e5429a32c3d

adrianlzt commented 3 years ago

Fix, pending to be merged: https://github.com/skydive-project/skydive/pull/2363