forked from sudhircirra/beats-output-http
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfiguration_example.yml
More file actions
37 lines (37 loc) · 965 Bytes
/
Copy pathconfiguration_example.yml
File metadata and controls
37 lines (37 loc) · 965 Bytes
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
#-------------------------- HTTP output ------------------------------
#output.http:
# Hosts currently support 'host' or 'host:port' only
# hosts: ["host.example.com:443"]
#
# Optional further settings:
# protocol: "https"
# path: "/foo"
# parameters: "xyz"
# proxy_url: "http://localhost:8080"
# loadbalance: true
# compression_level: 0
# headers:
# Authorization: "XXXXXXXXXXXXXXXXXX"
# batch_publish: true
# batch_size: 5
# max_retries: -1
# content_type: "application/custom"
# max_retries: 3
# timeout: 90 seconds
# backoff:
# init: 1
# max: 60
# tls:
# enabled: true
# verification_mode: "full"
# supported_protocols: [...]
# cipher_suites: [...]
# curve_types: [...]
# certificate_authorities: [...]
# certificate: ...
# key: ...
# key_passphrase: ...
#
# BASIC authentication:
# username: "alice"
# password: "secret"