mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-02 22:37:58 +00:00
19 lines
412 B
YAML
19 lines
412 B
YAML
source:
|
|
type: "elasticsearch"
|
|
config:
|
|
host: 'localhost:9200'
|
|
username: ""
|
|
password: ""
|
|
use_ssl: False
|
|
verify_certs: False
|
|
ca_certs: "./path/ca.cert"
|
|
client_cert: "./path/client.cert"
|
|
client_key: "./path/client.key"
|
|
ssl_assert_hostname: False
|
|
ssl_assert_fingerprint: "./path/cert.fingerprint"
|
|
|
|
sink:
|
|
type: "datahub-rest"
|
|
config:
|
|
server: "http://localhost:8080"
|