@@ -73,41 +73,41 @@ public static EventProcessorBuilder fromElasticsearch(final RestClient elasticse
73
73
74
74
public EventProcessorBuilder () {
75
75
this .addProcessorsFromPlugin (IngestCommonPluginBridge ::new , Set .of (
76
- ProcessorBridge . Constants .APPEND_PROCESSOR_TYPE ,
77
- ProcessorBridge . Constants .BYTES_PROCESSOR_TYPE ,
78
- ProcessorBridge . Constants .COMMUNITY_ID_PROCESSOR_TYPE ,
79
- ProcessorBridge . Constants .CONVERT_PROCESSOR_TYPE ,
80
- ProcessorBridge . Constants .CSV_PROCESSOR_TYPE ,
81
- ProcessorBridge . Constants .DATE_INDEX_NAME_PROCESSOR_TYPE ,
82
- ProcessorBridge . Constants .DATE_PROCESSOR_TYPE ,
83
- ProcessorBridge . Constants .DISSECT_PROCESSOR_TYPE ,
76
+ IngestCommonPluginBridge .APPEND_PROCESSOR_TYPE ,
77
+ IngestCommonPluginBridge .BYTES_PROCESSOR_TYPE ,
78
+ IngestCommonPluginBridge .COMMUNITY_ID_PROCESSOR_TYPE ,
79
+ IngestCommonPluginBridge .CONVERT_PROCESSOR_TYPE ,
80
+ IngestCommonPluginBridge .CSV_PROCESSOR_TYPE ,
81
+ IngestCommonPluginBridge .DATE_INDEX_NAME_PROCESSOR_TYPE ,
82
+ IngestCommonPluginBridge .DATE_PROCESSOR_TYPE ,
83
+ IngestCommonPluginBridge .DISSECT_PROCESSOR_TYPE ,
84
84
"dot_expander" , // note: upstream constant is package-private
85
- ProcessorBridge . Constants .DROP_PROCESSOR_TYPE ,
86
- ProcessorBridge . Constants .FAIL_PROCESSOR_TYPE ,
87
- ProcessorBridge . Constants .FINGERPRINT_PROCESSOR_TYPE ,
88
- ProcessorBridge . Constants .FOR_EACH_PROCESSOR_TYPE ,
89
- ProcessorBridge . Constants .GROK_PROCESSOR_TYPE ,
90
- ProcessorBridge . Constants .GSUB_PROCESSOR_TYPE ,
91
- ProcessorBridge . Constants .HTML_STRIP_PROCESSOR_TYPE ,
92
- ProcessorBridge . Constants .JOIN_PROCESSOR_TYPE ,
93
- ProcessorBridge . Constants .JSON_PROCESSOR_TYPE ,
94
- ProcessorBridge . Constants .KEY_VALUE_PROCESSOR_TYPE ,
95
- ProcessorBridge . Constants .LOWERCASE_PROCESSOR_TYPE ,
96
- ProcessorBridge . Constants .NETWORK_DIRECTION_PROCESSOR_TYPE ,
85
+ IngestCommonPluginBridge .DROP_PROCESSOR_TYPE ,
86
+ IngestCommonPluginBridge .FAIL_PROCESSOR_TYPE ,
87
+ IngestCommonPluginBridge .FINGERPRINT_PROCESSOR_TYPE ,
88
+ IngestCommonPluginBridge .FOR_EACH_PROCESSOR_TYPE ,
89
+ IngestCommonPluginBridge .GROK_PROCESSOR_TYPE ,
90
+ IngestCommonPluginBridge .GSUB_PROCESSOR_TYPE ,
91
+ IngestCommonPluginBridge .HTML_STRIP_PROCESSOR_TYPE ,
92
+ IngestCommonPluginBridge .JOIN_PROCESSOR_TYPE ,
93
+ IngestCommonPluginBridge .JSON_PROCESSOR_TYPE ,
94
+ IngestCommonPluginBridge .KEY_VALUE_PROCESSOR_TYPE ,
95
+ IngestCommonPluginBridge .LOWERCASE_PROCESSOR_TYPE ,
96
+ IngestCommonPluginBridge .NETWORK_DIRECTION_PROCESSOR_TYPE ,
97
97
// note: no `pipeline` processor, as we provide our own
98
- ProcessorBridge . Constants .REGISTERED_DOMAIN_PROCESSOR_TYPE ,
99
- ProcessorBridge . Constants .REMOVE_PROCESSOR_TYPE ,
100
- ProcessorBridge . Constants .RENAME_PROCESSOR_TYPE ,
101
- ProcessorBridge . Constants .REROUTE_PROCESSOR_TYPE ,
102
- ProcessorBridge . Constants .SCRIPT_PROCESSOR_TYPE ,
103
- ProcessorBridge . Constants .SET_PROCESSOR_TYPE ,
104
- ProcessorBridge . Constants .SORT_PROCESSOR_TYPE ,
105
- ProcessorBridge . Constants .SPLIT_PROCESSOR_TYPE ,
98
+ IngestCommonPluginBridge .REGISTERED_DOMAIN_PROCESSOR_TYPE ,
99
+ IngestCommonPluginBridge .REMOVE_PROCESSOR_TYPE ,
100
+ IngestCommonPluginBridge .RENAME_PROCESSOR_TYPE ,
101
+ IngestCommonPluginBridge .REROUTE_PROCESSOR_TYPE ,
102
+ IngestCommonPluginBridge .SCRIPT_PROCESSOR_TYPE ,
103
+ IngestCommonPluginBridge .SET_PROCESSOR_TYPE ,
104
+ IngestCommonPluginBridge .SORT_PROCESSOR_TYPE ,
105
+ IngestCommonPluginBridge .SPLIT_PROCESSOR_TYPE ,
106
106
"terminate" , // note: upstream constant is package-private
107
- ProcessorBridge . Constants .TRIM_PROCESSOR_TYPE ,
108
- ProcessorBridge . Constants .URL_DECODE_PROCESSOR_TYPE ,
109
- ProcessorBridge . Constants .UPPERCASE_PROCESSOR_TYPE ,
110
- ProcessorBridge . Constants .URI_PARTS_PROCESSOR_TYPE ));
107
+ IngestCommonPluginBridge .TRIM_PROCESSOR_TYPE ,
108
+ IngestCommonPluginBridge .URL_DECODE_PROCESSOR_TYPE ,
109
+ IngestCommonPluginBridge .UPPERCASE_PROCESSOR_TYPE ,
110
+ IngestCommonPluginBridge .URI_PARTS_PROCESSOR_TYPE ));
111
111
this .addProcessorsFromPlugin (IngestUserAgentPluginBridge ::new );
112
112
this .addProcessorsFromPlugin (RedactPluginBridge ::new );
113
113
this .addProcessor (SetSecurityUserProcessor .TYPE , SetSecurityUserProcessor .Factory ::new );
0 commit comments