File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -1555,11 +1555,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/
[email protected] /LIC
15551555
15561556--------------------------------------------------------------------------------
15571557Dependency : github.com/elastic/go-docappender/v2
1558- Version: v2.10 .0
1558+ Version: v2.11 .0
15591559Licence type (autodetected): Apache-2.0
15601560--------------------------------------------------------------------------------
15611561
1562- Contents of probable licence file $GOMODCACHE/github.com/elastic/go-docappender/v2@v2.10 .0/LICENSE:
1562+ Contents of probable licence file $GOMODCACHE/github.com/elastic/go-docappender/v2@v2.11 .0/LICENSE:
15631563
15641564 Apache License
15651565 Version 2.0, January 2004
Original file line number Diff line number Diff line change @@ -1555,11 +1555,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/
[email protected] /LIC
15551555
15561556--------------------------------------------------------------------------------
15571557Dependency : github.com/elastic/go-docappender/v2
1558- Version: v2.10 .0
1558+ Version: v2.11 .0
15591559Licence type (autodetected): Apache-2.0
15601560--------------------------------------------------------------------------------
15611561
1562- Contents of probable licence file $GOMODCACHE/github.com/elastic/go-docappender/v2@v2.10 .0/LICENSE:
1562+ Contents of probable licence file $GOMODCACHE/github.com/elastic/go-docappender/v2@v2.11 .0/LICENSE:
15631563
15641564 Apache License
15651565 Version 2.0, January 2004
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
1515 github.com/elastic/elastic-agent-system-metrics v0.11.18
1616 github.com/elastic/elastic-transport-go/v8 v8.7.0
1717 github.com/elastic/gmux v0.3.2
18- github.com/elastic/go-docappender/v2 v2.10 .0
18+ github.com/elastic/go-docappender/v2 v2.11 .0
1919 github.com/elastic/go-freelru v0.16.0
2020 github.com/elastic/go-sysinfo v1.15.3
2121 github.com/elastic/go-ucfg v0.8.8
Original file line number Diff line number Diff line change @@ -181,8 +181,8 @@ github.com/elastic/elastic-transport-go/v8 v8.7.0 h1:OgTneVuXP2uip4BA658Xi6Hfw+P
181181github.com/elastic/elastic-transport-go/v8 v8.7.0 /go.mod h1:YLHer5cj0csTzNFXoNQ8qhtGY1GTvSqPnKWKaqQE3Hk =
182182github.com/elastic/gmux v0.3.2 h1:cb721R+fe/rt/jVNyBP5HDQsEwLD2wSKfPD2Sk6adDk =
183183github.com/elastic/gmux v0.3.2 /go.mod h1:OD6oYrno+SV3pyl1ArdWCjlExZ+FJOfoSaFqnFeldBQ =
184- github.com/elastic/go-docappender/v2 v2.10 .0 h1:gK7embg8JCedjkrfojhhWNufoG5ui7edBklakGXHtbQ =
185- github.com/elastic/go-docappender/v2 v2.10 .0 /go.mod h1:uJH43KCtXmqFUhYj7Am1NiHv0MXf3vM6VxtNlA/Utks =
184+ github.com/elastic/go-docappender/v2 v2.11 .0 h1:Sr6vKHff26mceWoFjkHFcFOTI4N6lIpyhY6snidq7Pg =
185+ github.com/elastic/go-docappender/v2 v2.11 .0 /go.mod h1:uSM4ZspehKGUjTEXaSRg5PmcOywMHJNECGbPSkINkJ0 =
186186github.com/elastic/go-elasticsearch/v8 v8.18.1 h1:lPsN2Wk6+QqBeD4ckmOax7G/Y8tAZgroDYG8j6/5Ce0 =
187187github.com/elastic/go-elasticsearch/v8 v8.18.1 /go.mod h1:F3j9e+BubmKvzvLjNui/1++nJuJxbkhHefbaT0kFKGY =
188188github.com/elastic/go-freelru v0.16.0 h1:gG2HJ1WXN2tNl5/p40JS/l59HjvjRhjyAa+oFTRArYs =
Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ func TestLibbeatMetrics(t *testing.T) {
215215 }, snapshot )
216216
217217 assert .Eventually (t , func () bool {
218- return appender .Stats (). IndexersActive > 1
218+ return appender .IndexersActive () > 1
219219 }, 10 * time .Second , 50 * time .Millisecond )
220220
221221 for i := 0 ; i < 4 ; i ++ {
You can’t perform that action at this time.
0 commit comments