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

Remove duplicated field process.entity_id #17089

Merged
merged 1 commit into from
Mar 18, 2020

Conversation

adriansr
Copy link
Contributor

@adriansr adriansr commented Mar 18, 2020

Auditbeat was declaring this field before it was introduced in ECS 1.5
leading to duplication.

What does this PR do?

Fixes a duplicated field (process.entity_id). It was declared by the system module in x-pack/auditbeat and since 1.5 it's part of ECS.

Why is it important?

Fixes an error when running auditbeat setup.

How to test this PR locally

cd x-pack/auditbeat && mage update build && ./auditbeat setup --index-management

Related issues

Fixes #17042

Auditbeat was declaring this field before it was introduced in ECS 1.5
leading to duplication.

Fixes elastic#17042
@adriansr adriansr added the needs_backport PR is waiting to be backported to other branches. label Mar 18, 2020
@adriansr adriansr requested a review from a team as a code owner March 18, 2020 18:15
Copy link
Contributor

@kaiyan-sheng kaiyan-sheng left a comment

Choose a reason for hiding this comment

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

lgmt!

@adriansr adriansr merged commit f01a126 into elastic:master Mar 18, 2020
adriansr added a commit to adriansr/beats that referenced this pull request Mar 19, 2020
Auditbeat was declaring this field before it was introduced in ECS 1.5
leading to duplication.

Fixes elastic#17042

(cherry picked from commit f01a126)
@adriansr adriansr added v7.7.0 and removed needs_backport PR is waiting to be backported to other branches. labels Mar 19, 2020
adriansr added a commit that referenced this pull request Mar 19, 2020
Auditbeat was declaring this field before it was introduced in ECS 1.5
leading to duplication.

Fixes #17042

(cherry picked from commit f01a126)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Auditbeat] Error process.entity_id is duplicated error running setup
2 participants