Got error "No processor type exists with name [attachment]

have installed ingest-attachment on the host, and also restart the service "sudo systemctl restart elasticsearch.service".
and get the message on the host:
elasticsearch@CNSHZ-Amarisoft-OptiPlex-7050:/usr/local/elasticsearch-7.10.0/bin$ ./elasticsearch-plugin list
ingest-attachment

But on the Kibana,
hit "GET _cat/plugins?v", got nothing.
name component version

Anyone can help me? how to troubleshooting the issue? I'am new for ES.

Welcome

Did you restart the node?

I have a query. we not only need restart the service "sudo systemctl restart elasticsearch.service"
also need restart the process elasticsearch?

I believe this is restarting the node.

Could you do it and then share the whole logs here?

Please format your code, logs or configuration files using </> icon as explained in this guide and not the citation button. It will make your post more readable.

Or use markdown style like:

```
CODE
```

This is the icon to use if you are not using markdown format:

There's a live preview panel for exactly this reasons.

Lots of people read these forums, and many of them will simply skip over a post that is difficult to read, because it's just too large an investment of their time to try and follow a wall of badly formatted text.
If your goal is to get an answer to your questions, it's in your interest to make it as easy to read and understand as possible.

yeah, after restart the node, the issue is resolved.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.