Translate on Ingest Node

Is there an equivalent way of achieving the Logstash translate filter function with an ingest node processor? I want to capture fields with numerical error codes, but record in ES or display in KIbana the description of the error code that resides in a lookup dictionary

Thanks

Ash

There is nothing like lookups in ingest. You may want to use a Painless script though.

For advanced pipelines, I'd use Logstash.

Thanks, I saw the ability to upload scripts and dictionaries in Elastic Cloud and got my hopes up!