Skip to content

Commit

Permalink
Simplify filtering
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <[email protected]>
  • Loading branch information
Xtansia committed Jan 6, 2025
1 parent 89f2c11 commit f930b9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public class CodeGenerator {
),
namespace(is("dangling_indices")),
and(namespace(is("indices")), name(isNot("get_field_mapping"))),
and(namespace(is("ingest")), name(isOneOf("delete_pipeline", "get_pipeline", "processor_grok", "put_pipeline", "simulate"))),
and(namespace(is("ingest"))),
and(
namespace(is("ml")),
name(
Expand Down

0 comments on commit f930b9a

Please sign in to comment.