-
Notifications
You must be signed in to change notification settings - Fork 102
Add trace_redact to RedactProcessor #2965
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
Conversation
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
@@ -27,10 +27,20 @@ import { ErrorCause } from '@_types/Errors' | |||
import { DateTime } from '@_types/Time' | |||
|
|||
export class Ingest { | |||
_redact?: Redact |
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.
Should we add an availability annotation here as well? It probably makes no sense to have an empty class in pre 8.16 versions e.g. in case this gets backported.
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.
wait how could this get backported to 8.15?
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.
In any case it does make sense to add the annotation at this level I think?
Following you can find the validation results for the APIs you have changed.
You can validate these APIs yourself by using the |
* Add trace_redact to RedactProcessor * Move availability annotation (cherry picked from commit 593ad71)
As added in elastic/elasticsearch#113552.