Skip to content

Commit 402efae

Browse files
committed
optimize: optimize elasticsearch, use go-elasticsearch.
1 parent 1e62b19 commit 402efae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action/log/logadapter/elasticsearch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"net/http"
1010
"strings"
1111

12-
"github.com/elastic/go-elasticsearch/v8"
12+
elasticsearch "github.com/elastic/go-elasticsearch/v8"
1313
"github.com/elastic/go-elasticsearch/v8/esapi"
1414
"github.com/elastic/go-elasticsearch/v8/typedapi/core/search"
1515
"github.com/elastic/go-elasticsearch/v8/typedapi/types"

0 commit comments

Comments
 (0)