Skip to content

Commit cd4e8a0

Browse files
authored
Merge branch 'main' into dependabot/go_modules/main/github.com/lib/pq-1.10.9
2 parents 85e8008 + c051a6b commit cd4e8a0

File tree

113 files changed

+4788
-814
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+4788
-814
lines changed

.github/workflows/bump-elastic-stack-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
slack-channel-id: "#ingest-notifications"
3939
slack-message: ":traffic_cone: updatecli failed for `${{ github.repository }}@${{ github.ref_name }}`, @robots-ci please look what's going on <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|here>"
4040
slack-send-when: "failure"
41-
version-file: .tool-versions
41+
version-file: .updatecli-version
4242
env:
4343
BRANCH: ${{ matrix.branch }}
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/bump-golang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
slack-channel-id: "#ingest-notifications"
3030
slack-message: ":traffic_cone: updatecli failed for `${{ github.repository }}@${{ github.ref_name }}`, @robots-ci please look what's going on <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|here>"
3131
slack-send-when: "failure"
32-
version-file: .tool-versions
32+
version-file: .updatecli-version
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/updatecli-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
slack-channel-id: "#ingest-notifications"
3333
slack-message: ":traffic_cone: updatecli failed for `${{ github.repository }}@${{ github.ref_name }}`, @robots-ci please look what's going on <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|here>"
3434
slack-send-when: "failure"
35-
version-file: .tool-versions
35+
version-file: .updatecli-version
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838

@@ -43,6 +43,6 @@ jobs:
4343
slack-channel-id: "#ingest-notifications"
4444
slack-message: ":traffic_cone: updatecli failed for `${{ github.repository }}@${{ github.ref_name }}`, @robots-ci please look what's going on <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|here>"
4545
slack-send-when: "failure"
46-
version-file: .tool-versions
46+
version-file: .updatecli-version
4747
env:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
File renamed without changes.

CHANGELOG.next.asciidoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ otherwise no tag is added. {issue}42208[42208] {pull}42403[42403]
262262

263263
- Added maintenance windows support for Heartbeat. {pull}41508[41508]
264264
- Add missing dependencies to ubi9-minimal distro. {pull}44556[44556]
265+
- Add base64 encoding option to inline monitors. {pull}45100[45100]
265266

266267

267268
*Metricbeat*
@@ -439,11 +440,12 @@ otherwise no tag is added. {issue}42208[42208] {pull}42403[42403]
439440
- Journald `include_matches.match` now accepts `+` to represent a logical disjunction (OR) {issue}40185[40185] {pull}42517[42517]
440441
- The journald input is now generally available. {pull}42107[42107]
441442
- Add metrics for number of events and pages published by HTTPJSON input. {issue}42340[42340] {pull}42442[42442]
442-
- Filestram take over now supports taking over states from other Filestream inputs and dynamic loading of inputs (autodiscover and Elastic-Agent). {issue}42472[42472] {issue}42884[42884] {pull}42624[42624]
443+
- Filestream take over now supports taking over states from other Filestream inputs and dynamic loading of inputs (autodiscover and Elastic Agent). There is a new syntax for the configuration, but the previous one can still be used. {issue}42472[42472] {issue}42884[42884] {pull}42624[42624]
443444
- Add `etw` input fallback to attach an already existing session. {pull}42847[42847]
444445
- Update CEL mito extensions to v1.17.0. {pull}42851[42851]
445446
- Winlog input now can report its status to Elastic-Agent {pull}43089[43089]
446447
- Add configuration option to limit HTTP Endpoint body size. {pull}43171[43171]
448+
- The Filestream input now can remove files after they reach EOF or are inactive {pull}43368[43368]
447449
- Refactor & cleanup with updates to default values and documentation. {pull}41834[41834]
448450
- Allow a grace time for awss3 input shutdown to enable incomplete SQS message processing to be completed. {pull}43369[43369]
449451
- Add pagination batch size support to Entity Analytics input's Okta provider. {pull}43655[43655]
@@ -476,6 +478,8 @@ otherwise no tag is added. {issue}42208[42208] {pull}42403[42403]
476478
- Update CEL mito extensions to v1.21.0. {issue}40762[40762] {pull}45107[45107]
477479
- Add Fleet health status reporting to the entity analytics input. {issue}44269[44269] {pull}45152[45152]
478480
- Add Fleet status updating to o356audit input. {issue}44651[44651] {pull}44957[44957]
481+
- Add support for blob filtering using path_prefix in azureblobstorage input. {issue}35186[35186] {pull}45214[45214]
482+
- Update CEL mito extensions to v1.22.0. {pull}45245[45245]
479483

480484
*Auditbeat*
481485

0 commit comments

Comments
 (0)