Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion modules/components/examples/advanced/buffers/memory.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
buffers:
label: ""
memory:
limit: 524288000
batch_policy:
Expand Down
1 change: 0 additions & 1 deletion modules/components/examples/advanced/buffers/sqlite.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
buffers:
label: ""
sqlite:
path: "" # No default (required)
pre_processors: [] # No default (optional)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
buffers:
label: ""
system_window:
timestamp_mapping: root = now()
size: "" # No default (required)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
caches:
label: ""
aws_dynamodb:
table: "" # No default (required)
hash_key: "" # No default (required)
Expand Down
1 change: 0 additions & 1 deletion modules/components/examples/advanced/caches/aws_s3.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
caches:
label: ""
aws_s3:
bucket: "" # No default (required)
content_type: application/octet-stream
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
caches:
label: ""
couchbase:
url: "" # No default (required)
username: "" # No default (optional)
Expand Down
1 change: 0 additions & 1 deletion modules/components/examples/advanced/caches/file.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
caches:
label: ""
file:
directory: "" # No default (required)
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
caches:
label: ""
gcp_cloud_storage:
bucket: "" # No default (required)
content_type: "" # No default (optional)
Expand Down
1 change: 0 additions & 1 deletion modules/components/examples/advanced/caches/lru.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
caches:
label: ""
lru:
cap: 1000
init_values: {}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
caches:
label: ""
memcached:
addresses: [] # No default (required)
prefix: "" # No default (optional)
Expand Down
1 change: 0 additions & 1 deletion modules/components/examples/advanced/caches/memory.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
caches:
label: ""
memory:
default_ttl: 5m
compaction_interval: 60s
Expand Down
1 change: 0 additions & 1 deletion modules/components/examples/advanced/caches/mongodb.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
caches:
label: ""
mongodb:
url: "" # No default (required)
database: "" # No default (required)
Expand Down
1 change: 0 additions & 1 deletion modules/components/examples/advanced/caches/nats_kv.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
caches:
label: ""
nats_kv:
urls: [] # No default (required)
max_reconnects: "" # No default (optional)
Expand Down
1 change: 0 additions & 1 deletion modules/components/examples/advanced/caches/redis.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
caches:
label: ""
redis:
url: "" # No default (required)
kind: simple
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
caches:
label: ""
redpanda:
seed_brokers: [] # No default (required)
client_id: redpanda-connect
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
caches:
label: ""
ristretto:
default_ttl: ""
get_retries:
Expand Down
1 change: 0 additions & 1 deletion modules/components/examples/advanced/caches/sql.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
caches:
label: ""
sql:
driver: "" # No default (required)
dsn: "" # No default (required)
Expand Down
1 change: 0 additions & 1 deletion modules/components/examples/advanced/caches/ttlru.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
caches:
label: ""
ttlru:
cap: 1024
default_ttl: 5m0s
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
metrics:
label: ""
aws_cloudwatch:
namespace: Benthos
flush_period: 100ms
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
metrics:
label: ""
influxdb:
url: "" # No default (required)
db: "" # No default (required)
Expand Down
1 change: 0 additions & 1 deletion modules/components/examples/advanced/metrics/logger.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
metrics:
label: ""
logger:
push_interval: "" # No default (optional)
flush_metrics: false
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
metrics:
label: ""
prometheus:
use_histogram_timing: false
histogram_buckets: []
Expand Down
1 change: 0 additions & 1 deletion modules/components/examples/advanced/metrics/statsd.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
metrics:
label: ""
statsd:
address: "" # No default (required)
flush_period: 100ms
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
rate-limits:
label: ""
local:
count: 1000
interval: 1s
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
rate-limits:
label: ""
redis:
url: "" # No default (required)
kind: simple
Expand Down
1 change: 0 additions & 1 deletion modules/components/examples/advanced/scanners/avro.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
scanners:
label: ""
avro:
raw_json: false
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
scanners:
label: ""
chunker:
size: "" # No default (required)
1 change: 0 additions & 1 deletion modules/components/examples/advanced/scanners/csv.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
scanners:
label: ""
csv:
custom_delimiter: "" # No default (optional)
parse_header_row: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
scanners:
label: ""
decompress:
algorithm: "" # No default (required)
into:
Expand Down
1 change: 0 additions & 1 deletion modules/components/examples/advanced/scanners/lines.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
scanners:
label: ""
lines:
custom_delimiter: "" # No default (optional)
max_buffer_size: 65536
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
scanners:
label: ""
re_match:
pattern: "" # No default (required)
max_buffer_size: 65536
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
scanners:
label: ""
skip_bom:
into:
to_the_end: {}
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
scanners:
label: ""
switch:
re_match_name: "" # No default (optional)
scanner: "" # No default (required)
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
tracers:
label: ""
gcp_cloudtrace:
project: "" # No default (required)
sampling_ratio: 1
Expand Down
1 change: 0 additions & 1 deletion modules/components/examples/advanced/tracers/jaeger.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
tracers:
label: ""
jaeger:
agent_address: ""
collector_url: ""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
tracers:
label: ""
open_telemetry_collector:
service: benthos
http: [] # No default (required)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
tracers:
label: ""
redpanda:
seed_brokers: [] # No default (required)
client_id: redpanda-connect
Expand Down
1 change: 0 additions & 1 deletion modules/components/examples/common/buffers/memory.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
buffers:
label: ""
memory:
limit: 524288000
batch_policy:
Expand Down
1 change: 0 additions & 1 deletion modules/components/examples/common/buffers/sqlite.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
buffers:
label: ""
sqlite:
path: "" # No default (required)
pre_processors: [] # No default (optional)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
buffers:
label: ""
system_window:
timestamp_mapping: root = now()
size: "" # No default (required)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
caches:
label: ""
aws_dynamodb:
table: "" # No default (required)
hash_key: "" # No default (required)
Expand Down
1 change: 0 additions & 1 deletion modules/components/examples/common/caches/aws_s3.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
caches:
label: ""
aws_s3:
bucket: "" # No default (required)
content_type: application/octet-stream
1 change: 0 additions & 1 deletion modules/components/examples/common/caches/couchbase.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
caches:
label: ""
couchbase:
url: "" # No default (required)
username: "" # No default (optional)
Expand Down
1 change: 0 additions & 1 deletion modules/components/examples/common/caches/file.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
caches:
label: ""
file:
directory: "" # No default (required)
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
caches:
label: ""
gcp_cloud_storage:
bucket: "" # No default (required)
content_type: "" # No default (optional)
Expand Down
1 change: 0 additions & 1 deletion modules/components/examples/common/caches/lru.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
caches:
label: ""
lru:
cap: 1000
init_values: {}
1 change: 0 additions & 1 deletion modules/components/examples/common/caches/memcached.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
caches:
label: ""
memcached:
addresses: [] # No default (required)
prefix: "" # No default (optional)
Expand Down
1 change: 0 additions & 1 deletion modules/components/examples/common/caches/memory.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
caches:
label: ""
memory:
default_ttl: 5m
compaction_interval: 60s
Expand Down
1 change: 0 additions & 1 deletion modules/components/examples/common/caches/mongodb.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
caches:
label: ""
mongodb:
url: "" # No default (required)
database: "" # No default (required)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
caches:
label: ""
multilevel:
- label: ""
memory:
Expand Down
1 change: 0 additions & 1 deletion modules/components/examples/common/caches/nats_kv.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
caches:
label: ""
nats_kv:
urls: [] # No default (required)
bucket: "" # No default (required)
1 change: 0 additions & 1 deletion modules/components/examples/common/caches/noop.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
caches:
label: ""
noop: {}
1 change: 0 additions & 1 deletion modules/components/examples/common/caches/redis.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
caches:
label: ""
redis:
url: "" # No default (required)
prefix: "" # No default (optional)
1 change: 0 additions & 1 deletion modules/components/examples/common/caches/redpanda.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
caches:
label: ""
redpanda:
seed_brokers: [] # No default (required)
topic: "" # No default (required)
1 change: 0 additions & 1 deletion modules/components/examples/common/caches/ristretto.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
caches:
label: ""
ristretto:
default_ttl: ""
1 change: 0 additions & 1 deletion modules/components/examples/common/caches/sql.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
caches:
label: ""
sql:
driver: "" # No default (required)
dsn: "" # No default (required)
Expand Down
1 change: 0 additions & 1 deletion modules/components/examples/common/caches/ttlru.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
caches:
label: ""
ttlru:
cap: 1024
default_ttl: 5m0s
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
metrics:
label: ""
aws_cloudwatch:
namespace: Benthos
1 change: 0 additions & 1 deletion modules/components/examples/common/metrics/influxdb.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
metrics:
label: ""
influxdb:
url: "" # No default (required)
db: "" # No default (required)
1 change: 0 additions & 1 deletion modules/components/examples/common/metrics/logger.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
metrics:
label: ""
logger:
push_interval: "" # No default (optional)
flush_metrics: false
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
metrics:
label: ""
prometheus:
prometheus: {}
1 change: 0 additions & 1 deletion modules/components/examples/common/metrics/statsd.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
metrics:
label: ""
statsd:
address: "" # No default (required)
flush_period: 100ms
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
rate-limits:
label: ""
local:
count: 1000
interval: 1s
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
rate-limits:
label: ""
redis:
url: "" # No default (required)
count: 1000
Expand Down
Loading