mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-06 04:26:57 +00:00
29 lines
578 B
JSON
29 lines
578 B
JSON
{
|
|
"source": {
|
|
"type": "metadata",
|
|
"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
|
|
}
|
|
},
|
|
"metadata_server": {
|
|
"type": "metadata-server",
|
|
"config": {
|
|
"api_endpoint": "http://localhost:8585/api",
|
|
"auth_provider_type": "no-auth"
|
|
}
|
|
}
|
|
}
|