Skip to content

Commit

Permalink
Add new root_path field for http config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffail committed Jun 21, 2018
1 parent d460ada commit 1c801f5
Show file tree
Hide file tree
Showing 91 changed files with 104 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.

## Unreleased

## 0.14.6 - 2018-06-21

### Added

- New `root_path` field for service wide `http` config.

## 0.14.5 - 2018-06-21

### Added
Expand Down
1 change: 1 addition & 0 deletions config/amazon_s3.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"http": {
"address": "0.0.0.0:4195",
"read_timeout_ms": 5000,
"root_path": "/benthos",
"debug_endpoints": false
},
"input": {
Expand Down
1 change: 1 addition & 0 deletions config/amazon_s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
http:
address: 0.0.0.0:4195
read_timeout_ms: 5000
root_path: /benthos
debug_endpoints: false
input:
type: amazon_s3
Expand Down
1 change: 1 addition & 0 deletions config/amazon_sqs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"http": {
"address": "0.0.0.0:4195",
"read_timeout_ms": 5000,
"root_path": "/benthos",
"debug_endpoints": false
},
"input": {
Expand Down
1 change: 1 addition & 0 deletions config/amazon_sqs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
http:
address: 0.0.0.0:4195
read_timeout_ms: 5000
root_path: /benthos
debug_endpoints: false
input:
type: amazon_sqs
Expand Down
1 change: 1 addition & 0 deletions config/amqp.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"http": {
"address": "0.0.0.0:4195",
"read_timeout_ms": 5000,
"root_path": "/benthos",
"debug_endpoints": false
},
"input": {
Expand Down
1 change: 1 addition & 0 deletions config/amqp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
http:
address: 0.0.0.0:4195
read_timeout_ms: 5000
root_path: /benthos
debug_endpoints: false
input:
type: amqp
Expand Down
1 change: 1 addition & 0 deletions config/broker.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"http": {
"address": "0.0.0.0:4195",
"read_timeout_ms": 5000,
"root_path": "/benthos",
"debug_endpoints": false
},
"input": {
Expand Down
1 change: 1 addition & 0 deletions config/broker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
http:
address: 0.0.0.0:4195
read_timeout_ms: 5000
root_path: /benthos
debug_endpoints: false
input:
type: broker
Expand Down
1 change: 1 addition & 0 deletions config/buffers.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"http": {
"address": "0.0.0.0:4195",
"read_timeout_ms": 5000,
"root_path": "/benthos",
"debug_endpoints": false
},
"input": {
Expand Down
1 change: 1 addition & 0 deletions config/buffers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
http:
address: 0.0.0.0:4195
read_timeout_ms: 5000
root_path: /benthos
debug_endpoints: false
input:
type: stdin
Expand Down
1 change: 1 addition & 0 deletions config/dynamic.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"http": {
"address": "0.0.0.0:4195",
"read_timeout_ms": 5000,
"root_path": "/benthos",
"debug_endpoints": false
},
"input": {
Expand Down
1 change: 1 addition & 0 deletions config/dynamic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
http:
address: 0.0.0.0:4195
read_timeout_ms: 5000
root_path: /benthos
debug_endpoints: false
input:
type: dynamic
Expand Down
1 change: 1 addition & 0 deletions config/elasticsearch.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"http": {
"address": "0.0.0.0:4195",
"read_timeout_ms": 5000,
"root_path": "/benthos",
"debug_endpoints": false
},
"input": {
Expand Down
1 change: 1 addition & 0 deletions config/elasticsearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
http:
address: 0.0.0.0:4195
read_timeout_ms: 5000
root_path: /benthos
debug_endpoints: false
input:
type: stdin
Expand Down
1 change: 1 addition & 0 deletions config/everything.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
http:
address: 0.0.0.0:4195
read_timeout_ms: 5000
root_path: /benthos
debug_endpoints: false
input:
type: stdin
Expand Down
1 change: 1 addition & 0 deletions config/file.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"http": {
"address": "0.0.0.0:4195",
"read_timeout_ms": 5000,
"root_path": "/benthos",
"debug_endpoints": false
},
"input": {
Expand Down
1 change: 1 addition & 0 deletions config/file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
http:
address: 0.0.0.0:4195
read_timeout_ms: 5000
root_path: /benthos
debug_endpoints: false
input:
type: file
Expand Down
1 change: 1 addition & 0 deletions config/files.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"http": {
"address": "0.0.0.0:4195",
"read_timeout_ms": 5000,
"root_path": "/benthos",
"debug_endpoints": false
},
"input": {
Expand Down
1 change: 1 addition & 0 deletions config/files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
http:
address: 0.0.0.0:4195
read_timeout_ms: 5000
root_path: /benthos
debug_endpoints: false
input:
type: files
Expand Down
1 change: 1 addition & 0 deletions config/http_client.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"http": {
"address": "0.0.0.0:4195",
"read_timeout_ms": 5000,
"root_path": "/benthos",
"debug_endpoints": false
},
"input": {
Expand Down
1 change: 1 addition & 0 deletions config/http_client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
http:
address: 0.0.0.0:4195
read_timeout_ms: 5000
root_path: /benthos
debug_endpoints: false
input:
type: http_client
Expand Down
1 change: 1 addition & 0 deletions config/http_server.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"http": {
"address": "0.0.0.0:4195",
"read_timeout_ms": 5000,
"root_path": "/benthos",
"debug_endpoints": false
},
"input": {
Expand Down
1 change: 1 addition & 0 deletions config/http_server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
http:
address: 0.0.0.0:4195
read_timeout_ms: 5000
root_path: /benthos
debug_endpoints: false
input:
type: http_server
Expand Down
1 change: 1 addition & 0 deletions config/kafka.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"http": {
"address": "0.0.0.0:4195",
"read_timeout_ms": 5000,
"root_path": "/benthos",
"debug_endpoints": false
},
"input": {
Expand Down
1 change: 1 addition & 0 deletions config/kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
http:
address: 0.0.0.0:4195
read_timeout_ms: 5000
root_path: /benthos
debug_endpoints: false
input:
type: kafka
Expand Down
1 change: 1 addition & 0 deletions config/kafka_balanced.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"http": {
"address": "0.0.0.0:4195",
"read_timeout_ms": 5000,
"root_path": "/benthos",
"debug_endpoints": false
},
"input": {
Expand Down
1 change: 1 addition & 0 deletions config/kafka_balanced.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
http:
address: 0.0.0.0:4195
read_timeout_ms: 5000
root_path: /benthos
debug_endpoints: false
input:
type: kafka_balanced
Expand Down
1 change: 1 addition & 0 deletions config/mqtt.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"http": {
"address": "0.0.0.0:4195",
"read_timeout_ms": 5000,
"root_path": "/benthos",
"debug_endpoints": false
},
"input": {
Expand Down
1 change: 1 addition & 0 deletions config/mqtt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
http:
address: 0.0.0.0:4195
read_timeout_ms: 5000
root_path: /benthos
debug_endpoints: false
input:
type: mqtt
Expand Down
1 change: 1 addition & 0 deletions config/nats.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"http": {
"address": "0.0.0.0:4195",
"read_timeout_ms": 5000,
"root_path": "/benthos",
"debug_endpoints": false
},
"input": {
Expand Down
1 change: 1 addition & 0 deletions config/nats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
http:
address: 0.0.0.0:4195
read_timeout_ms: 5000
root_path: /benthos
debug_endpoints: false
input:
type: nats
Expand Down
1 change: 1 addition & 0 deletions config/nats_stream.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"http": {
"address": "0.0.0.0:4195",
"read_timeout_ms": 5000,
"root_path": "/benthos",
"debug_endpoints": false
},
"input": {
Expand Down
1 change: 1 addition & 0 deletions config/nats_stream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
http:
address: 0.0.0.0:4195
read_timeout_ms: 5000
root_path: /benthos
debug_endpoints: false
input:
type: nats_stream
Expand Down
1 change: 1 addition & 0 deletions config/nsq.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"http": {
"address": "0.0.0.0:4195",
"read_timeout_ms": 5000,
"root_path": "/benthos",
"debug_endpoints": false
},
"input": {
Expand Down
1 change: 1 addition & 0 deletions config/nsq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
http:
address: 0.0.0.0:4195
read_timeout_ms: 5000
root_path: /benthos
debug_endpoints: false
input:
type: nsq
Expand Down
1 change: 1 addition & 0 deletions config/processors/archive.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"http": {
"address": "0.0.0.0:4195",
"read_timeout_ms": 5000,
"root_path": "/benthos",
"debug_endpoints": false
},
"input": {
Expand Down
1 change: 1 addition & 0 deletions config/processors/archive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
http:
address: 0.0.0.0:4195
read_timeout_ms: 5000
root_path: /benthos
debug_endpoints: false
input:
type: stdin
Expand Down
1 change: 1 addition & 0 deletions config/processors/batch.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"http": {
"address": "0.0.0.0:4195",
"read_timeout_ms": 5000,
"root_path": "/benthos",
"debug_endpoints": false
},
"input": {
Expand Down
1 change: 1 addition & 0 deletions config/processors/batch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
http:
address: 0.0.0.0:4195
read_timeout_ms: 5000
root_path: /benthos
debug_endpoints: false
input:
type: stdin
Expand Down
1 change: 1 addition & 0 deletions config/processors/bounds_check.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"http": {
"address": "0.0.0.0:4195",
"read_timeout_ms": 5000,
"root_path": "/benthos",
"debug_endpoints": false
},
"input": {
Expand Down
1 change: 1 addition & 0 deletions config/processors/bounds_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
http:
address: 0.0.0.0:4195
read_timeout_ms: 5000
root_path: /benthos
debug_endpoints: false
input:
type: stdin
Expand Down
1 change: 1 addition & 0 deletions config/processors/combine.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"http": {
"address": "0.0.0.0:4195",
"read_timeout_ms": 5000,
"root_path": "/benthos",
"debug_endpoints": false
},
"input": {
Expand Down
1 change: 1 addition & 0 deletions config/processors/combine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
http:
address: 0.0.0.0:4195
read_timeout_ms: 5000
root_path: /benthos
debug_endpoints: false
input:
type: stdin
Expand Down
1 change: 1 addition & 0 deletions config/processors/compress.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"http": {
"address": "0.0.0.0:4195",
"read_timeout_ms": 5000,
"root_path": "/benthos",
"debug_endpoints": false
},
"input": {
Expand Down
1 change: 1 addition & 0 deletions config/processors/compress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
http:
address: 0.0.0.0:4195
read_timeout_ms: 5000
root_path: /benthos
debug_endpoints: false
input:
type: stdin
Expand Down
1 change: 1 addition & 0 deletions config/processors/conditional.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"http": {
"address": "0.0.0.0:4195",
"read_timeout_ms": 5000,
"root_path": "/benthos",
"debug_endpoints": false
},
"input": {
Expand Down
1 change: 1 addition & 0 deletions config/processors/conditional.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
http:
address: 0.0.0.0:4195
read_timeout_ms: 5000
root_path: /benthos
debug_endpoints: false
input:
type: stdin
Expand Down
1 change: 1 addition & 0 deletions config/processors/decompress.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"http": {
"address": "0.0.0.0:4195",
"read_timeout_ms": 5000,
"root_path": "/benthos",
"debug_endpoints": false
},
"input": {
Expand Down
Loading

0 comments on commit 1c801f5

Please sign in to comment.