Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bulker error attributes to be ECS complient #3034

Merged
merged 2 commits into from
Oct 12, 2023

Conversation

michel-laterman
Copy link
Contributor

What is the problem this PR solves?

Some error logs produced specifically by the bulker are not ECS complient

How does this PR solve the problem?

Rename the "err" attribute to "error.message"

Checklist

  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have made corresponding change to the default configuration files
  • I have added tests that prove my fix is effective or that my feature works
  • I have added an entry in ./changelog/fragments using the changelog tool

Related issues

@michel-laterman michel-laterman added bug Something isn't working Team:Fleet Label for the Fleet team labels Oct 12, 2023
@michel-laterman michel-laterman requested a review from a team as a code owner October 12, 2023 18:46
@elastic-sonarqube
Copy link

Copy link
Member

@nchaulet nchaulet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

@michel-laterman michel-laterman merged commit 7f8cd5c into elastic:main Oct 12, 2023
9 checks passed
@michel-laterman michel-laterman deleted the fix-bulker-error branch October 12, 2023 20:21
mergify bot pushed a commit that referenced this pull request Oct 12, 2023
mergify bot added a commit that referenced this pull request Oct 12, 2023
(cherry picked from commit 7f8cd5c)

Co-authored-by: Michel Laterman <82832767+michel-laterman@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-v8.11.0 bug Something isn't working Team:Fleet Label for the Fleet team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bulker errors are not ecs complient
2 participants