mirror of
https://github.com/open-metadata/OpenMetadata
synced 2026-05-24 09:39:11 +00:00
15 lines
No EOL
273 B
JSON
15 lines
No EOL
273 B
JSON
{
|
|
"type": "elasticsearch",
|
|
"serviceName": "elasticsearch_sample",
|
|
"serviceConnection": {
|
|
"config": {
|
|
"type": "ElasticSearch",
|
|
"hostPort": "http://localhost:9200"
|
|
}
|
|
},
|
|
"sourceConfig": {
|
|
"config": {
|
|
"type": "SearchMetadata"
|
|
}
|
|
}
|
|
} |