datahub/metadata-ingestion/examples/recipes/elasticsearch_to_datahub.yml

12 lines
179 B
YAML
Raw Normal View History

source:
type: "elasticsearch"
config:
host: 'localhost:9200'
username: ""
password: ""
sink:
type: "datahub-rest"
config:
server: "http://localhost:8080"