II.
Tool JSON
Structured · livetool:opensearch
OpenSearch json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:opensearch",
"_kind": "Tool",
"_file": "domain/tools/tools-search-services.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "OpenSearch",
"homepageUrl": "https://opensearch.org",
"kind": "other",
"description": "Apache-licensed fork of Elasticsearch and Kibana maintained by AWS.\nProvides full-text search, vector search, log analytics, and\ndashboards with a compatible REST API and managed cloud offering.\n"
},
"outgoingEdges": [
{
"from": "tool:opensearch",
"to": "skill-area:search-infrastructure",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:opensearch",
"to": "skill-area:observability-pipeline",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:opensearch",
"to": "skill-area:search-infrastructure",
"kind": "used_for"
},
{
"from": "tool:opensearch",
"to": "tool:elasticsearch",
"kind": "alternative_to",
"attributes": {
"comparison": "Search engines — OpenSearch is the Apache-licensed fork of Elasticsearch"
}
},
{
"from": "tool:opensearch",
"to": "tool:algolia",
"kind": "alternative_to",
"attributes": {
"comparison": "Search — OpenSearch is self-hosted; Algolia is managed SaaS"
}
}
],
"incomingEdges": [
{
"from": "tool:elasticsearch",
"to": "tool:opensearch",
"kind": "alternative_to",
"attributes": {
"comparison": "Search engines — OpenSearch is an open-source fork of Elasticsearch"
}
},
{
"from": "tool:algolia",
"to": "tool:opensearch",
"kind": "alternative_to",
"attributes": {
"comparison": "Search — Algolia is managed SaaS; OpenSearch is self-hosted"
}
}
]
}