Commit 9a9896c 1 parent 785f2ed commit 9a9896c Copy full SHA for 9a9896c
File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ entry:
10
10
router: my_router
11
11
max_concurrency: 200000
12
12
network:
13
- binding: 0.0.0.0:8081
14
- # tls: #for mTLS connection with config servers
15
- # enabled: true
13
+ binding: 0.0.0.0:8765
14
+ tls: #for mTLS connection with config servers
15
+ enabled: true
16
16
# ca_file: /xxx/ca.crt
17
17
# cert_file: /xxx/server.crt
18
18
# key_file: /xxx/server.key
19
- # skip_insecure_verify: false
19
+ skip_insecure_verify: false
20
20
21
21
flow:
22
22
- name: deny_flow
28
28
filter:
29
29
- basic_auth:
30
30
valid_users:
31
- ingest: n
31
+ $[[SETUP_AGENT_USERNAME]]: $[[SETUP_AGENT_PASSWORD]]
32
32
- rewrite_to_bulk:
33
33
type_removed: false
34
34
- bulk_request_mutate:
@@ -65,8 +65,8 @@ elasticsearch:
65
65
- name: prod
66
66
enabled: true
67
67
basic_auth:
68
- username: ingest
69
- password: password
68
+ username: $[[SETUP_AGENT_USERNAME]]
69
+ password: $[[SETUP_AGENT_PASSWORD]]
70
70
endpoints: $[[SETUP_ENDPOINTS]]
71
71
72
72
pipeline:
You can’t perform that action at this time.
0 commit comments