Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
Describe the issue:
Unable to create a hybrid search pipeline with normaliztion-processor as shown in opensearch documentation.
Configuration:
Relevant Logs or Screenshots:
{
“error”: {
“root_cause”: [
{
“type”: “illegal_argument_exception”,
“reason”: “Invalid processor type normalization-processor”
}
],
“type”: “illegal_argument_exception”,
“reason”: “Invalid processor type normalization-processor”
},
“status”: 400
}