-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 5.x obsolete options checks #9002
Conversation
Jenkins test this please |
I think there was a problem with the docker on that CI node, I've rekick the Jenkins tests to see if it solve the problem. |
The docker error seems to be a problem with our infra, it should be resolved soon. |
189a2ea
to
8a2c019
Compare
I do not think the Auditbeat failure is related, this look like the file integrity test failing. |
} | ||
|
||
functions := []struct { | ||
name string | ||
fn func(*common.Config, ...string) error | ||
}{ | ||
{name: "checkRemovedSetting", fn: checkRemovedSettings}, | ||
{name: "checkRemoved6xSetting", fn: CheckRemoved6xSettings}, | ||
// {name: "checkRemoved6xSetting", fn: CheckRemoved6xSettings}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this comment a leftover?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤦♂️
@kvch updated with the uncomment code, I have fat fingers :( |
Jenkins test this please |
Since we are moving to 7.0 its a good time to update the code and remove deprecated code and warning for removed options. Remove any 5.x options Add tests for obsolete Filebeat 6.x options
d794456
to
0dc8acd
Compare
Since we are moving to 7.0 its a good time to update the code and remove
deprecated code and warning for removed options.
Remove any 5.x options
Add tests for obsolete Filebeat 6.x options