Answer the question
In order to leave comments, you need to log in
Why is the new pipeline not registered in elasticsearch?
I'm trying to register a new pipeline (this code is old, so I forgot a lot of elastic)
$params = [
'id' => 'filesNtd',
'body' => [
'description' => 'Extract attachment information',
'processors' => [
[
'attachment' => [
'field' => 'contentdocs',
'indexed_chars' => -1
]
]
]
],
];
$x = $this->obj->ingest()->putPipeline($params);
print_r($x);
Answer the question
In order to leave comments, you need to log in
The ingest-attachment plugin is installed
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question