Files
nexus/wiki/entities/AWS-OpenSearch.md

56 lines
2.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "AWS OpenSearch"
type: entity
entity_type: Product
tags: [AWS, Database, Observability, Logging, OpenSource]
sources: [ctp-topic-54-esm-saas-log-analytics]
last_updated: 2026-04-25
---
# AWS OpenSearch
**AWS OpenSearch** 是 AWS 提供的托管式 OpenSearch 服务,是 Elasticsearch 的开源分支(基于 Elasticsearch 7.10.2)的 AWS 托管版本,提供全文搜索和日志分析能力。
## Overview
OpenSearch 起源于 Elasticsearch 与 HashiCorp 之间的许可证变更2021 年AWS 创建了 OpenSearch 作为 Elasticsearch 的开源替代并将其作为托管服务提供Amazon OpenSearch Service
## Key Characteristics
| Attribute | Value |
|-----------|-------|
| **Type** | 托管式分布式搜索和日志分析引擎 |
| **License** | Apache 2.0 |
| **Origin** | Elasticsearch 7.10.2 分支AWS 主导 |
| **API Compatibility** | 与 Elasticsearch OSS 7.x API 兼容 |
| **Managed Service** | Amazon OpenSearch Service (Serverless / Standard) |
## Cost Comparison (per Month)
基于单农场、14天数据保留、每日处理 100GB 的估算:
| Solution | Estimated Cost | SLA | Notes |
|----------|---------------|-----|-------|
| **AWS OpenSearch** | ~$1,500 | 99.9% | 推荐方案,含自动快照 DR |
| **Logz.io** | ~$4,000 | 99.8% | 托管 ELK 方案 |
| **Self-hosted ELK** | 很低 | 视自建方案 | 成本低但维护复杂 |
| **Microfocus OBA** | 商业版 | 商业支持 | 更成熟,支持列级访问控制 |
## Key Claims
- AWS OpenSearch 相比 Logz.io 成本降低约 60%$1,500 vs $4,000/月)
- AWS OpenSearch 提供 99.9% SLA高于 Logz.io 的 99.8%
- AWS OpenSearch 内置自动快照Automated Snapshots开箱即用的 DR 能力
- OpenSearch 是 Elasticsearch 的开源分支API 兼容,无需大规模代码改动即可迁移
## Related Concepts
- [[ELK-Stack]]OpenSearch 是 ELK 栈中 Elasticsearch 的开源替代
- [[Elasticsearch]]OpenSearch 的上游来源
- [[Kibana]]OpenSearch 的官方可视化前端OpenSearch Dashboards
- [[AWS-Landing-Zone]]OpenSearch 常作为 Landing Zone 日志账户的核心组件
## Sources
- [[ctp-topic-54-esm-saas-log-analytics]]