github.com/Jeffail/benthos/v3@v3.65.0/website/docs/components/processors/noop.md (about)

     1  ---
     2  title: noop
     3  type: processor
     4  status: stable
     5  ---
     6  
     7  <!--
     8       THIS FILE IS AUTOGENERATED!
     9  
    10       To make changes please edit the contents of:
    11       lib/processor/noop.go
    12  -->
    13  
    14  import Tabs from '@theme/Tabs';
    15  import TabItem from '@theme/TabItem';
    16  
    17  Noop is a processor that does nothing, the message passes through unchanged. Why? Sometimes doing nothing is the braver option.
    18  
    19  ```yaml
    20  # Config fields, showing default values
    21  label: ""
    22  noop: {}
    23  ```
    24  
    25