Skip to content

Commit cfcf01c

Browse files
Whitelist terminate processor in E2E tests. (#327) (#328)
(cherry picked from commit a9d7625) Co-authored-by: Mashhur <[email protected]>
1 parent 04014d6 commit cfcf01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/scripts/e2e-pipeline/bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Bootstrap:
2323
"append", "bytes", "community_id", "convert", "csv", "date", "date_index_name", "dissect", "dot_expander",
2424
"drop", "fail", "fingerprint", "foreach", "grok", "gsub", "html_strip", "join", "json", "kv", "lowercase",
2525
"network_direction", "pipeline", "registered_domain", "remove", "rename", "reroute", "script", "set",
26-
"sort", "split", "trim", "uppercase", "uri_parts", "urldecode", "user_agent", "redact", "geoip"
26+
"sort", "split", "terminate", "trim", "uppercase", "uri_parts", "urldecode", "user_agent", "redact", "geoip"
2727
]
2828

2929
def __init__(self, stack_version: str, project_type: str) -> None:

0 commit comments

Comments
 (0)