OpenMetadata/ingestion/pipelines/metadata_to_es.json
2022-04-10 09:47:36 -07:00

29 lines
589 B
JSON

{
"source": {
"type": "metadata",
"serviceName": "openMetadata",
"config": {
"include_tables": "true",
"include_topics": "true",
"include_dashboards": "true",
"limit_records": 10
}
},
"sink": {
"type": "elasticsearch",
"config": {
"index_tables": "true",
"index_topics": "true",
"index_dashboards": "true",
"es_host": "localhost",
"es_port": 9200
}
},
"workflowConfig": {
"openMetadataServerConfig": {
"hostPort": "http://localhost:8585/api",
"authProvider": "no-auth"
}
}
}