Open adrianlzt opened 3 years ago
Edges created using the API are marked with "Origin" : "analyzer.HOSTNAME".
"Origin" : "analyzer.HOSTNAME"
Nodes are created with "Origin" : "api.HOSTNAME".
"Origin" : "api.HOSTNAME"
When skydive starts, it marks as deleted ((b *ElasticSearchBackend) FlushElements) all nodes with origin analyzer.HOSTNAME.
(b *ElasticSearchBackend) FlushElements
analyzer.HOSTNAME
Error in this commit https://github.com/skydive-project/skydive/commit/356688d3768cb9097ac2b857fa823e5429a32c3d
Fix, pending to be merged: https://github.com/skydive-project/skydive/pull/2363
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 originanalyzer.HOSTNAME
.