Docs Connect Components Processors resource resource Type: ProcessorInputOutput Available in: Cloud, Self-Managed Resource is a processor type that runs a processor resource identified by its label. # Config fields, showing default values resource: "" This processor allows you to reference the same configured processor resource in multiple places, and can also tidy up large nested configs. For example, the config: pipeline: processors: - mapping: | root.message = this root.meta.link_count = this.links.length() root.user.age = this.user.age.number() Is equivalent to: pipeline: processors: - resource: foo_proc processor_resources: - label: foo_proc mapping: | root.message = this root.meta.link_count = this.links.length() root.user.age = this.user.age.number() You can find out more about resources in Resources Back to top × Simple online edits For simple changes, such as fixing a typo, you can edit the content directly on GitHub. Edit on GitHub Or, open an issue to let us know about something that you want us to change. Open an issue Contribution guide For extensive content updates, or if you prefer to work locally, read our contribution guide . Was this helpful? thumb_up thumb_down group Ask in the community mail Share your feedback group_add Make a contribution redis_script retry