Commit graph

10 commits

Author SHA1 Message Date
Niels Bauman
20e186a252
Make enrich project-aware (#124099)
Makes the execution and use of enrich policies project-aware.
Note: this does not make the enrich cache project-aware. That is to be
handled in a follow-up PR.
2025-03-06 19:20:46 +01:00
Joe Gallo
846bf75f8b
Fix redact processor arraycopy bug (#122640) 2025-02-17 08:51:02 -05:00
Joe Gallo
022b841a45
Optimize IngestCtxMap construction (#120833) 2025-01-27 11:03:06 -05:00
Rene Groeschke
ba61f8c7f7
Update Gradle wrapper to 8.12 (#118683)
This updates the gradle wrapper to 8.12

We addressed deprecation warnings due to the update that includes:

- Fix change in TestOutputEvent api
- Fix deprecation in groovy syntax
- Use latest ospackage plugin containing our fix
- Remove project usages at execution time
- Fix deprecated project references in repository-old-versions
2024-12-30 15:34:24 +01:00
Sam Xiao
6917f1679a
Tag redacted document in ingest pipeline (#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 #94633
2024-09-27 12:24:24 -04:00
Rene Groeschke
b8627079b4
Update Gradle Wrapper to 8.2 (#96686)
- Convention usage has been deprecated and was fixed in our build files
- Fix test dependencies and deprecation
2023-07-04 15:35:15 +02:00
Joe Gallo
e03411a585
Additional redact processor license check tests (#96541) 2023-06-05 13:12:50 -04:00
Joe Gallo
1159875b90
Set the redact processor's skip_if_unlicensed config default to false (#95928) 2023-05-09 09:27:44 -04:00
Joe Gallo
f8ea89edcb
Add license checking to the redact processor (#95477) 2023-04-25 21:01:09 -04:00
Joe Gallo
abc495d355
Move redact ingest processor into x-pack (#95426) 2023-04-21 15:04:49 -04:00