Use only one document on elastic

This commit is contained in:
Mak Muftic 2021-09-16 16:44:35 +02:00
parent 9efa495b0e
commit 8e2b474fc7

View File

@ -54,7 +54,7 @@ func (est *elasticSearchTransport) Transport(evt TracerTransportEvent) error {
docId = ElasticSearch_DOC_LOTUS
} else if evt.pubsubTraceEvent != nil {
e = *evt.pubsubTraceEvent
docId = ElasticSearch_DOC_PUBSUB
docId = ElasticSearch_DOC_LOTUS
} else {
return nil
}