2021-12-10 03:04:13 +05:30
|
|
|
---
|
2025-04-28 23:34:33 +09:00
|
|
|
# see https://docs.datahub.com/docs/generated/ingestion/sources/nifi for complete documentation
|
2021-12-10 03:04:13 +05:30
|
|
|
source:
|
|
|
|
type: "nifi"
|
|
|
|
config:
|
|
|
|
site_url: https://localhost:9443/nifi/
|
|
|
|
site_name: site1
|
|
|
|
auth: CLIENT_CERT
|
|
|
|
client_cert_file: ./ssl_files/client-cert.pem
|
|
|
|
client_key_file: ./ssl_files/client-private-key.pem
|
|
|
|
client_key_password: datahub
|
|
|
|
ca_file: ./ssl_files/server_certfile.pem
|
|
|
|
provenance_days: 30
|
|
|
|
process_group_pattern:
|
2022-06-08 00:52:26 +02:00
|
|
|
deny:
|
|
|
|
- "^WIP"
|
2021-12-10 03:04:13 +05:30
|
|
|
site_url_to_site_name:
|
|
|
|
https://localhost:9080/nifi/ : site2
|
|
|
|
https://localhost:9081/nifi/ : site2
|
|
|
|
https://localhost:9082/nifi/ : site2
|
|
|
|
|
|
|
|
|
2025-04-28 23:34:33 +09:00
|
|
|
# see https://docs.datahub.com/docs/metadata-ingestion/sink_docs/datahub for complete documentation
|
2021-12-10 03:04:13 +05:30
|
|
|
sink:
|
|
|
|
type: "datahub-rest"
|
|
|
|
config:
|
|
|
|
server: "http://localhost:8080"
|