Skip to content

[main](backport #52086) Add Beats 8.19.19 release notes#52154

Open
mergify[bot] wants to merge 1 commit into
mainfrom
mergify/bp/main/pr-52086
Open

[main](backport #52086) Add Beats 8.19.19 release notes#52154
mergify[bot] wants to merge 1 commit into
mainfrom
mergify/bp/main/pr-52086

Conversation

@mergify

@mergify mergify Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Adds Beats 8.19.19 release notes.

Checklist

* add the 8.19.19 Beats release notes

* remove duplicate entries

* Add release notes 8.19.19 to CHANGELOG.asciidoc

* Apply suggestions from code review

Co-authored-by: Visha Angelova <91186315+vishaangelova@users.noreply.github.com>

---------

Co-authored-by: pierrehilbert <806950+pierrehilbert@users.noreply.github.com>
Co-authored-by: ebeahan <eric.beahan@elastic.co>
Co-authored-by: Visha Angelova <visha.angelova@elastic.co>
Co-authored-by: Visha Angelova <91186315+vishaangelova@users.noreply.github.com>
(cherry picked from commit 6cc8e32)

# Conflicts:
#	CHANGELOG.asciidoc
#	changelog/fragments/1769821387-iis-add-cpu-number-information.yaml
#	changelog/fragments/1770723983-osquerybeat-rrule-scheduling.yaml
#	changelog/fragments/1773436535-libbeat-manager-shutdown-wait.yaml
#	changelog/fragments/1774610344-1774610344-ldap-sspi-cbt.yaml
#	changelog/fragments/1778707911-entityanalytics-okta-minimal-state.yaml
#	changelog/fragments/1779435486-mborden-filebeat-auditd-parser.yaml
#	changelog/fragments/1781553432-filestream-linereader-buffer-pool.yaml
#	changelog/fragments/1781712219-honor-enabled-flag-in-filebeat.config.inputs.yaml
#	changelog/fragments/1782385200-winlog-input-ga.yaml
#	changelog/fragments/1783335960-osquerybeat-pack-name-query-name.yaml
#	libbeat/docs/release.asciidoc
@mergify
mergify Bot requested a review from a team as a code owner July 21, 2026 16:37
@mergify mergify Bot added backport conflicts There is a conflict in the backported pull request labels Jul 21, 2026
@mergify
mergify Bot requested review from AndersonQ and belimawr July 21, 2026 16:37
@mergify mergify Bot added backport conflicts There is a conflict in the backported pull request labels Jul 21, 2026
@mergify

mergify Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor Author

Cherry-pick of 6cc8e32 has failed:

On branch mergify/bp/main/pr-52086
Your branch is up to date with 'origin/main'.

You are currently cherry-picking commit 6cc8e32d9.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	new file:   changelog/8.19.19.asciidoc
	new file:   changelog/8.19.19.yaml

Unmerged paths:
  (use "git add/rm <file>..." as appropriate to mark resolution)
	both modified:   CHANGELOG.asciidoc
	deleted by them: changelog/fragments/1769821387-iis-add-cpu-number-information.yaml
	deleted by them: changelog/fragments/1770723983-osquerybeat-rrule-scheduling.yaml
	deleted by them: changelog/fragments/1773436535-libbeat-manager-shutdown-wait.yaml
	deleted by them: changelog/fragments/1774610344-1774610344-ldap-sspi-cbt.yaml
	deleted by them: changelog/fragments/1778707911-entityanalytics-okta-minimal-state.yaml
	deleted by them: changelog/fragments/1779435486-mborden-filebeat-auditd-parser.yaml
	deleted by them: changelog/fragments/1781553432-filestream-linereader-buffer-pool.yaml
	deleted by them: changelog/fragments/1781712219-honor-enabled-flag-in-filebeat.config.inputs.yaml
	deleted by them: changelog/fragments/1782385200-winlog-input-ga.yaml
	deleted by them: changelog/fragments/1783335960-osquerybeat-pack-name-query-name.yaml
	both modified:   libbeat/docs/release.asciidoc

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally

@botelastic botelastic Bot added the needs_team Indicates that the issue/PR needs a Team:* label label Jul 21, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🤖 GitHub comments

Just comment with:

  • run docs-build : Re-trigger the docs validation. (use unformatted text in the comment!)
  • /test : Run the Buildkite pipeline.

@github-actions github-actions Bot added docs release Team:Docs Label for the Observability docs team forwardport-main Automated forwardport with mergify skip-changelog labels Jul 21, 2026
@botelastic botelastic Bot removed the needs_team Indicates that the issue/PR needs a Team:* label label Jul 21, 2026
@github-actions

Copy link
Copy Markdown
Contributor

TL;DR

All six failed Buildkite jobs have the same deterministic failure: pre-commit stops at check-merge-conflict because PR #52154 contains unresolved Git conflict markers in two tracked documentation files. This is a merge-resolution issue, not an infrastructure or flaky-test failure.

Remediation

  • Resolve the conflicts and remove every <<<<<<<, =======, and >>>>>>> marker from CHANGELOG.asciidoc and libbeat/docs/release.asciidoc; preserve the intended 8.19.19 release notes and the existing main-branch content.
  • Complete the cherry-pick/backport resolution, then run pre-commit run --all-files (or rerun the Buildkite pipeline) to confirm the merge-conflict hook passes.
Investigation details

Root Cause

The Buildkite logs for Filebeat, Packetbeat, Winlogbeat, x-pack/Packetbeat, x-pack/Winlogbeat, and x-pack/dockerlogbeat all fail at the same hook. The reported markers are:

  • CHANGELOG.asciidoc:6, :7, and :437
  • libbeat/docs/release.asciidoc:11, :17, and :25

The PR diff itself adds these conflict markers, and the PR is already labeled conflicts/blocked. The existing Mergify comment also records the failed cherry-pick with both files listed as unmerged.

Evidence

Verification

  • Not run locally; diagnosis is directly confirmed by all six provided Buildkite logs and the PR diff.

What is this? | From workflow: PR Buildkite Detective

Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport conflicts There is a conflict in the backported pull request docs forwardport-main Automated forwardport with mergify release skip-changelog Team:Docs Label for the Observability docs team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants