File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff]
117
117
- Remove unnecessary debug logs during idle connection teardown {issue}40824[40824]
118
118
- Fix incorrect cloud provider identification in add_cloud_metadata processor using provider priority mechanism {pull}41636[41636]
119
119
- Prevent panic if libbeat processors are loaded more than once. {issue}41475[41475] {pull}41857[51857]
120
+ - Fix a bug where log files are rotated on startup when interval is configured and rotateonstartup is disabled {issue}41894[41894] {pull}41895[41895]
120
121
121
122
*Auditbeat*
122
123
Original file line number Diff line number Diff line change @@ -13344,11 +13344,11 @@ SOFTWARE
13344
13344
13345
13345
--------------------------------------------------------------------------------
13346
13346
Dependency : github.com/elastic/elastic-agent-libs
13347
- Version: v0.17.3
13347
+ Version: v0.17.4
13348
13348
Licence type (autodetected): Apache-2.0
13349
13349
--------------------------------------------------------------------------------
13350
13350
13351
- Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-libs@v0.17.3 /LICENSE:
13351
+ Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-libs@v0.17.4 /LICENSE:
13352
13352
13353
13353
Apache License
13354
13354
Version 2.0, January 2004
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ require (
183
183
github.com/elastic/bayeux v1.0.5
184
184
github.com/elastic/ebpfevents v0.6.0
185
185
github.com/elastic/elastic-agent-autodiscover v0.9.0
186
- github.com/elastic/elastic-agent-libs v0.17.3
186
+ github.com/elastic/elastic-agent-libs v0.17.4
187
187
github.com/elastic/elastic-agent-system-metrics v0.11.4
188
188
github.com/elastic/go-elasticsearch/v8 v8.14.0
189
189
github.com/elastic/go-quark v0.2.0
Original file line number Diff line number Diff line change @@ -335,8 +335,8 @@ github.com/elastic/elastic-agent-autodiscover v0.9.0 h1:+iWIKh0u3e8I+CJa3FfWe9h0
335
335
github.com/elastic/elastic-agent-autodiscover v0.9.0 /go.mod h1:5iUxLHhVdaGSWYTveSwfJEY4RqPXTG13LPiFoxcpFd4 =
336
336
github.com/elastic/elastic-agent-client/v7 v7.15.0 h1:nDB7v8TBoNuD6IIzC3z7Q0y+7bMgXoT2DsHfolO2CHE =
337
337
github.com/elastic/elastic-agent-client/v7 v7.15.0 /go.mod h1:6h+f9QdIr3GO2ODC0Y8+aEXRwzbA5W4eV4dd/67z7nI =
338
- github.com/elastic/elastic-agent-libs v0.17.3 h1:q79P05dhQkc5REzieVkkD9oRKrnptKY4MC6Typ+d8bc =
339
- github.com/elastic/elastic-agent-libs v0.17.3 /go.mod h1:5CR02awPrBr+tfmjBBK+JI+dMmHNQjpVY24J0wjbC7M =
338
+ github.com/elastic/elastic-agent-libs v0.17.4 h1:kWK5Kn2EQjM97yHqbeXv+cFAIti4IiI9Qj8huM+lZzE =
339
+ github.com/elastic/elastic-agent-libs v0.17.4 /go.mod h1:5CR02awPrBr+tfmjBBK+JI+dMmHNQjpVY24J0wjbC7M =
340
340
github.com/elastic/elastic-agent-system-metrics v0.11.4 h1:Z/8CML5RKvGpi6/QUFok1K3EriBAv2kUAXnsk8hCifk =
341
341
github.com/elastic/elastic-agent-system-metrics v0.11.4 /go.mod h1:TTW2ysv78uHBQ68hG8TXiaX1m6f29ZHgGWb8XONYsU8 =
342
342
github.com/elastic/elastic-transport-go/v8 v8.6.0 h1:Y2S/FBjx1LlCv5m6pWAF2kDJAHoSjSRSJCApolgfthA =
You can’t perform that action at this time.
0 commit comments