Merge branch 'mpetrun5/lotus-extended-tracer' of github.com:ChainSafe/lotus into mpetrun5/lotus-extended-tracer
This commit is contained in:
commit
1e9a0894f1
@ -73,7 +73,7 @@ func (est *elasticSearchTransport) Transport(evt TracerTransportEvent) error {
|
||||
}
|
||||
|
||||
req := esapi.IndexRequest{
|
||||
Index: ElasticSearch_INDEX,
|
||||
Index: est.esIndex,
|
||||
Body: strings.NewReader(string(jsonEvt)),
|
||||
Refresh: "true",
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user