Ingest pipeline: run uri_parts on all fields ending in "url"

How to define an ingest pipeline that runs the uri_parts processor on all fields that match "*.url" and output to "*.parsed_url" ? (without using logstash or beats)

The URI parts documentation does not list any support for template snippets, and even if it did the target_field would have to be derived from the input field.

What is the best way to achieve this, without listing each field separately and having duplicate code?

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