File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -1083,11 +1083,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-s
1083
1083
1084
1084
--------------------------------------------------------------------------------
1085
1085
Dependency : github.com/elastic/go-elasticsearch/v8
1086
- Version: v8.14 .0
1086
+ Version: v8.15 .0
1087
1087
Licence type (autodetected): Apache-2.0
1088
1088
--------------------------------------------------------------------------------
1089
1089
1090
- Contents of probable licence file $GOMODCACHE/github.com/elastic/go-elasticsearch/v8@v8.14 .0/LICENSE:
1090
+ Contents of probable licence file $GOMODCACHE/github.com/elastic/go-elasticsearch/v8@v8.15 .0/LICENSE:
1091
1091
1092
1092
Apache License
1093
1093
Version 2.0, January 2004
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
9
9
github.com/elastic/elastic-agent-client/v7 v7.15.0
10
10
github.com/elastic/elastic-agent-libs v0.10.0
11
11
github.com/elastic/elastic-agent-system-metrics v0.11.2
12
- github.com/elastic/go-elasticsearch/v8 v8.14 .0
12
+ github.com/elastic/go-elasticsearch/v8 v8.15 .0
13
13
github.com/elastic/go-ucfg v0.8.8
14
14
github.com/fxamacker/cbor/v2 v2.6.0
15
15
github.com/go-chi/chi/v5 v5.0.12
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ github.com/elastic/elastic-agent-system-metrics v0.11.2 h1:UjSBcY6U3H3venB5zAPEF
41
41
github.com/elastic/elastic-agent-system-metrics v0.11.2 /go.mod h1:saqLKe9fuyuAo6IADAnnuy1kaBI7VNlxfwMo8KzSRyQ =
42
42
github.com/elastic/elastic-transport-go/v8 v8.6.0 h1:Y2S/FBjx1LlCv5m6pWAF2kDJAHoSjSRSJCApolgfthA =
43
43
github.com/elastic/elastic-transport-go/v8 v8.6.0 /go.mod h1:YLHer5cj0csTzNFXoNQ8qhtGY1GTvSqPnKWKaqQE3Hk =
44
- github.com/elastic/go-elasticsearch/v8 v8.14 .0 h1:1ywU8WFReLLcxE1WJqii3hTtbPUE2hc38ZK/j4mMFow =
45
- github.com/elastic/go-elasticsearch/v8 v8.14 .0 /go.mod h1:WRvnlGkSuZyp83M2U8El/LGXpCjYLrvlkSgkAH4O5I4 =
44
+ github.com/elastic/go-elasticsearch/v8 v8.15 .0 h1:IZyJhe7t7WI3NEFdcHnf6IJXqpRf+8S8QWLtZYYyBYk =
45
+ github.com/elastic/go-elasticsearch/v8 v8.15 .0 /go.mod h1:HCON3zj4btpqs2N1jjsAy4a/fiAul+YBP00mBH4xik8 =
46
46
github.com/elastic/go-structform v0.0.12 h1:HXpzlAKyej8T7LobqKDThUw7BMhwV6Db24VwxNtgxCs =
47
47
github.com/elastic/go-structform v0.0.12 /go.mod h1:CZWf9aIRYY5SuKSmOhtXScE5uQiLZNqAFnwKR4OrIM4 =
48
48
github.com/elastic/go-sysinfo v1.14.1 h1:BpY/Utfz75oKSpsQnbAJmmlnT3gBV9WFsopBEYgjhZY =
Original file line number Diff line number Diff line change @@ -214,10 +214,11 @@ func (bc *Bulk) flush(ctx context.Context) error {
214
214
return err
215
215
}
216
216
action := & estypes.UpdateAction {
217
- Script : & estypes.InlineScript {
218
- Lang : & scriptlanguage .Painless ,
219
- Source : deleteAuditAttributesScript ,
220
- Params : params ,
217
+ Script : & estypes.Script {
218
+ Lang : & scriptlanguage .Painless ,
219
+ Source : & deleteAuditAttributesScript ,
220
+ Options : map [string ]string {},
221
+ Params : params ,
221
222
},
222
223
}
223
224
body , err = json .Marshal (& action )
You can’t perform that action at this time.
0 commit comments