2026-06-27 12:25:51 +02:00
|
|
|
source:
|
|
|
|
|
type: elasticsearch
|
|
|
|
|
serviceName: atc_elasticsearch
|
|
|
|
|
serviceConnection:
|
|
|
|
|
config:
|
|
|
|
|
type: ElasticSearch
|
|
|
|
|
hostPort: https://10.0.21.46:9200
|
|
|
|
|
authType:
|
|
|
|
|
username: elastic
|
|
|
|
|
password: __ES_PASS__
|
|
|
|
|
connectionArguments:
|
2026-06-27 12:38:45 +02:00
|
|
|
verify_certs: false
|
|
|
|
|
ssl_show_warn: false
|
|
|
|
|
ssl_assert_hostname: false
|
2026-06-27 12:25:51 +02:00
|
|
|
sourceConfig:
|
|
|
|
|
config:
|
|
|
|
|
type: SearchMetadata
|
|
|
|
|
includeSampleData: false
|
|
|
|
|
sink:
|
|
|
|
|
type: metadata-rest
|
|
|
|
|
config: {}
|
|
|
|
|
workflowConfig:
|
|
|
|
|
openMetadataServerConfig:
|
|
|
|
|
hostPort: http://openmetadata-server:8585/api
|
|
|
|
|
authProvider: openmetadata
|
|
|
|
|
securityConfig:
|
|
|
|
|
jwtToken: "__JWT__"
|