File tree 4 files changed +5
-12
lines changed
4 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -933,11 +933,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-a
933
933
934
934
--------------------------------------------------------------------------------
935
935
Dependency : github.com/elastic/elastic-agent-client/v7
936
- Version: v7.4 .0
936
+ Version: v7.5 .0
937
937
Licence type (autodetected): Elastic
938
938
--------------------------------------------------------------------------------
939
939
940
- Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-client/v7@v7.4 .0/LICENSE.txt:
940
+ Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-client/v7@v7.5 .0/LICENSE.txt:
941
941
942
942
ELASTIC LICENSE AGREEMENT
943
943
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
13
13
github.com/dolmen-go/contextio v0.0.0-20200217195037-68fc5150bcd5
14
14
github.com/elastic/e2e-testing v1.1.0
15
15
github.com/elastic/elastic-agent-autodiscover v0.6.4
16
- github.com/elastic/elastic-agent-client/v7 v7.4 .0
16
+ github.com/elastic/elastic-agent-client/v7 v7.5 .0
17
17
github.com/elastic/elastic-agent-libs v0.6.2
18
18
github.com/elastic/elastic-agent-system-metrics v0.7.0
19
19
github.com/elastic/elastic-transport-go/v8 v8.3.0
Original file line number Diff line number Diff line change @@ -779,8 +779,8 @@ github.com/elastic/e2e-testing v1.1.0 h1:Y+K215EWkf3ojAWmBK2JrxH/rITjkKM1zR8mnwI
779
779
github.com/elastic/e2e-testing v1.1.0 /go.mod h1:8q2d8dmwavJXISowwaoreHFBnbR/uK4qanfRGhC/W9A =
780
780
github.com/elastic/elastic-agent-autodiscover v0.6.4 h1:K+xC7OGgcy4fLXVuGgOGLs+eXCqRnRg2SQQinxP+KsA =
781
781
github.com/elastic/elastic-agent-autodiscover v0.6.4 /go.mod h1:5+7NIBAILc0GkgxYW3ckXncu5wRZfltZhTY4aZAYP4M =
782
- github.com/elastic/elastic-agent-client/v7 v7.4 .0 h1:h75oTkkvIjgiKVm61NpvTZP4cy6QbQ3zrIpXKGigyjo =
783
- github.com/elastic/elastic-agent-client/v7 v7.4 .0 /go.mod h1:9/amG2K2y2oqx39zURcc+hnqcX+nyJ1cZrLgzsgo5c0 =
782
+ github.com/elastic/elastic-agent-client/v7 v7.5 .0 h1:niI3WQ+01Lnp2r5LxK8SyNhrPJe13vBiOkqrDRK2oTA =
783
+ github.com/elastic/elastic-agent-client/v7 v7.5 .0 /go.mod h1:DYoX95xjC4BW/p2avyu724Qr2+hoUIz9eCU9CVS1d+0 =
784
784
github.com/elastic/elastic-agent-libs v0.6.2 h1:tE5pFK4y7xm1FtXm+r+63G7STjJAaWh3+oKIQDzdPDo =
785
785
github.com/elastic/elastic-agent-libs v0.6.2 /go.mod h1:o+EySawBZGeYu49shJxerg2wRCimS1dhrD4As0MS700 =
786
786
github.com/elastic/elastic-agent-system-metrics v0.7.0 h1:qDLY30UDforSd/TfHfqUDiiHSL6Nu6qLXHsKSxz4OuQ =
Original file line number Diff line number Diff line change @@ -359,13 +359,6 @@ func (s *ComponentState) syncCheckin(checkin *proto.CheckinObserved) bool {
359
359
360
360
if s .FeaturesIdx != checkin .FeaturesIdx {
361
361
s .FeaturesIdx = checkin .FeaturesIdx
362
- if checkin .Features != nil {
363
- s .Features = & proto.Features {
364
- Fqdn : & proto.FQDNFeature {
365
- Enabled : checkin .Features .Fqdn .Enabled ,
366
- },
367
- }
368
- }
369
362
changed = true
370
363
}
371
364
You can’t perform that action at this time.
0 commit comments