github.com/observiq/carbon@v0.9.11-0.20200820160507-1b872e368a5e/examples/simple_plugins/config.yaml (about)

     1  # This example configuration uses two plugins that are defined
     2  # in the ./plugins directory. See those files for details
     3  pipeline:
     4    # repeater is a plugin defined by ./plugins/repeater.yaml
     5    - type: repeater
     6  
     7    # decorator is a plugin defined by ./plugins/decorator.yaml
     8    # It adds the label "decorated" to each entry that passes through
     9    # it with the value specified here
    10    - type: decorator
    11      value: my_decorated_value
    12  
    13    - type: stdout