adding es logo (#3611)

This commit is contained in:
Gabe Lyons 2021-11-24 09:30:54 -08:00 committed by GitHub
parent 9f9aaaac23
commit fdd5b6bb2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 KiB

View File

@ -345,5 +345,15 @@
"type": "OTHERS",
"logoUrl": "https://raw.githubusercontent.com/linkedin/datahub/master/datahub-web-react/src/images/dbtlogo.png"
}
},
{
"urn": "urn:li:dataPlatform:elasticsearch",
"aspect": {
"datasetNameDelimiter": ".",
"name": "elasticsearch",
"displayName": "Elasticsearch",
"type": "OTHERS",
"logoUrl": "https://raw.githubusercontent.com/linkedin/datahub/master/datahub-web-react/src/images/elasticsearchlogo.png"
}
}
]