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``.
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.