datahub/metadata-ingestion/examples/recipes/elasticsearch_to_datahub.yml
Ravindra Lanka a44b48a6b8
feat(ingest): elasticsearch - add Elasticsearch Source (#3893)
Co-authored-by: Shirshanka Das <shirshanka@apache.org>
2022-01-14 13:10:12 -08:00

12 lines
179 B
YAML

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