Merge branch 'mpetrun5/lotus-extended-tracer' of github.com:ChainSafe/lotus into mpetrun5/lotus-extended-tracer

This commit is contained in:
Matija Petrunic 2021-09-27 15:09:06 +02:00
commit 1e9a0894f1

View File

@ -73,7 +73,7 @@ func (est *elasticSearchTransport) Transport(evt TracerTransportEvent) error {
} }
req := esapi.IndexRequest{ req := esapi.IndexRequest{
Index: ElasticSearch_INDEX, Index: est.esIndex,
Body: strings.NewReader(string(jsonEvt)), Body: strings.NewReader(string(jsonEvt)),
Refresh: "true", Refresh: "true",
} }