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

feat(filterprocessor): drop custom changes #709

Merged
merged 1 commit into from
Aug 16, 2022

Conversation

aboguszewski-sumo
Copy link
Contributor

Resolves #663
Custom changes in the filter processor have been deprecated in v0.55.0-sumo-0.

According to the discussion under #655, the goal was to stop using any custom changes of the filter processor. However, I was not sure what is the status of the contrib. It seems that the attributes processor also uses some related changes. I decided not to drop them.

Should we also revert the changes in our contrib fork or not?

@aboguszewski-sumo aboguszewski-sumo requested a review from a team as a code owner August 16, 2022 09:18
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Aug 16, 2022
Custom changes in the filter processor have been deprecated in v0.55.0-sumo-0. This commit drops them.
@swiatekm
Copy link

Should we also revert the changes in our contrib fork or not?

There's nothing to really revert at the moment. What we should do is drop the changes while rebasing on 0.58.0, but I'm not actually sure if there is much to drop, as the changes are in a shared library. We can probably drop them once we're good with the other processors as well.

@aboguszewski-sumo aboguszewski-sumo merged commit 138cfa9 into SumoLogic:main Aug 16, 2022
@aboguszewski-sumo aboguszewski-sumo deleted the drop-filter branch August 16, 2022 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drop custom changes in filterprocessor
2 participants