forked from cloudsidecar/cloudsidecar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.yaml
More file actions
64 lines (64 loc) · 1.92 KB
/
example.yaml
File metadata and controls
64 lines (64 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
logger:
format: "%{color}%{time:2006-01-02T15:04:05.999Z-07:00} %{shortfile} > %{level:.4s}%{color:reset}: %{message} "
level: "debug"
middleware:
# logger:
# type: "logging" # looks for plugin/middleware/logging.so
# metrics:
# type: "influx" # looks for plugin/middleware/influx.so
# port: 4000 # arbitrary config values to pass to middleware
aws_configs:
# plugin_test:
# service_type: "plugin_name" # looks for plugin/handler/plugin_name.so
# port: 13450
# middleware: ["logger", "metrics"] # use middlewares with names logger and metrics
# aws_destination_config:
# name: "bleh"
# access_key_id: "MY_KEY"
# secret_access_key: "SUPER_SECRET"
# gcp_destination_config:
# name: "silly"
# key_file_location: "/etc/sidecar-test.json"
# gcs_config:
# multipart_db_directory: "/tmp/"
main_s3:
service_type: "s3"
port: 3450
aws_destination_config:
name: "bleh"
access_key_id: "MY_KEY"
secret_access_key: "SUPER_SECRET"
gcp_destination_config:
name: "silly"
key_file_location: "/etc/sidecar-test.json"
gcs_config:
multipart_db_directory: "/tmp/"
bucket_rename:
test: "renamed_bucket"
cat__DOT__hat: "cathat"
kinesis:
service_type: "kinesis"
port: 3451
aws_destination_config:
name: "bleh"
access_key_id: "my_key"
secret_access_key: "super_secret"
gcp_destination_config:
name: "silly"
project: "sidecar-test"
key_file_location: "/etc/sidecar-test.json"
dyn:
service_type: "dynamo"
port: 3452
aws_destination_config:
name: "bleh"
access_key_id: "my_key"
secret_access_key: "super_secret"
gcp_destination_config:
name: "silly"
project: "sidecar-test"
instance: "sidecar"
datastore_config:
table_key_map:
step_table : "step_id"
key_file_location: "/etc/sidecar-test.json"