mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-30 08:57:09 +00:00
15 lines
273 B
JSON
15 lines
273 B
JSON
{
|
|
"type": "elasticsearch",
|
|
"serviceName": "elasticsearch_sample",
|
|
"serviceConnection": {
|
|
"config": {
|
|
"type": "ElasticSearch",
|
|
"hostPort": "http://localhost:9200"
|
|
}
|
|
},
|
|
"sourceConfig": {
|
|
"config": {
|
|
"type": "SearchMetadata"
|
|
}
|
|
}
|
|
} |