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

Tag redacted document in ingest pipeline (#113552) #113750

Draft
wants to merge 1 commit into
base: 8.x
Choose a base branch
from

Commits on Sep 29, 2024

  1. Tag redacted document in ingest pipeline (elastic#113552)

    Adds a new option trace_redact in redact processor to indicate a document has been redacted in the ingest pipeline. If a document is processed by a redact processor AND any field is redacted, ingest metadata _ingest._redact._is_redacted = true will be set.
    
    Closes elastic#94633
    samxbr committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    3d5a20f View commit details
    Browse the repository at this point in the history