Automic VaultAutomic Vault

brew

opensearch を Homebrew, Nix, pacman, apt でインストール

opensearch のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install opensearch

local Homebrew formula metadata

Linux

Nix確認済み · 92%
nix profile install nixpkgs#opensearch

nixpkgs package indexes · pkgs/by-name/op/opensearch/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S opensearch

Arch Linux sync databases · opensearch · ソース: geo.mirror.pkgbuild.com

Ubuntu apt確認済み · 92%
sudo apt install libopensearch-java

Ubuntu 24.04 LTS package indexes · libopensearch-java · ソース: archive.ubuntu.com

概要

パッケージ概要

Open source distributed and RESTful search engine

コマンドとエイリアス

  • opensearch
  • opensearch-keystore
  • opensearch-plugin
  • opensearch-shard

履歴

プロジェクトの歴史と使われ方

OpenSearch is an Apache-2.0 distributed search and analytics engine based on Apache Lucene. It indexes and queries text, logs, metrics, traces, vectors, and operational data, and it forms the engine side of the OpenSearch suite together with OpenSearch Dashboards.

プロジェクトの歴史

AWS announced OpenSearch in April 2021 as a community-driven open source fork of Elasticsearch and Kibana, derived from Elasticsearch 7.10.2 and Kibana 7.10.2. The project also became the home for features from Open Distro for Elasticsearch, including security, alerting, machine learning, SQL, index state management, and related functionality.

The public fork work began before announcement. OpenSearch maintainers said they started preparing the codebase for public release on January 21, 2021, migrated 7.10 branch history for attribution, and removed code incompatible with Apache License 2.0.

OpenSearch 1.0 reached general availability in July 2021 as the first production-ready release. In September 2024, AWS transferred OpenSearch into the OpenSearch Software Foundation under the Linux Foundation, a governance change intended to support vendor-neutral collaboration around search, analytics, observability, and vector database software.

採用の歴史

OpenSearch attracted early public support from organizations that depended on Apache-licensed Elasticsearch-compatible software, including Red Hat, SAP, Capital One, and Logz.io in the launch announcement. The project later gained a Linux Foundation home with premier members including AWS, SAP, and Uber.

Managed service adoption is an important part of the project's footprint. Amazon OpenSearch Service provides hosted OpenSearch clusters and supports OpenSearch plus legacy Elasticsearch OSS up to 7.10, making the open source package and the cloud service part of the same migration story for many operators.

使われ方

Developers and operators run OpenSearch clusters for full-text search, log analytics, observability, security analytics, application search, and vector or hybrid retrieval workloads. The official getting-started documentation describes OpenSearch as a distributed search and analytics engine based on Apache Lucene, with fielded search, multi-index search, scoring, sorting, and aggregations.

The Homebrew package exposes the server plus administrative helpers such as `opensearch-plugin`, `opensearch-keystore`, and `opensearch-shard`. In practice that means a local package install can run a development node, test plugins, manage secure settings, or inspect shard-level data without a full managed service.

パッケージ好きにとっての重要性

OpenSearch is package-nerd catnip because it is a fork where packaging, licensing, compatibility, and ecosystem governance are inseparable. The formula ships a JVM search server, plugin interface, config tree, and operational commands whose version must align with Dashboards and client libraries.

Its upgrade paths from Elasticsearch OSS and Open Distro make it a live example of package lineage: one dependency graph, one API surface, and one file-format ecosystem had to be carried across a fork while preserving operator trust.

タイムライン

  • 2021-01-21: Maintainers began preparing the OpenSearch and Dashboards forks for public release.
  • 2021-04-12: AWS announced OpenSearch as a fork of Elasticsearch and Kibana.
  • 2021-07-12: OpenSearch 1.0 reached general availability.
  • 2024-09-16: The OpenSearch Software Foundation launched under the Linux Foundation and OpenSearch moved to that foundation.

Related projects

  • OpenSearch is paired with OpenSearch Dashboards and descends from Elasticsearch OSS. Related OpenSearch ecosystem projects include OpenSearch plugins, Data Prepper, client libraries, and managed services such as Amazon OpenSearch Service.

ソース

セキュリティ状態

リスクレベル: orange

formula declares a Homebrew service.

リスク分類器

リスク orange · 信頼度 中 · infrastructure

理由

  • formula declares a Homebrew service

信号

  • metadata:service

インストール挙動

  • Homebrew はこの formula に post-install フックを宣言しています。
  • formula メタデータがサービスまたはデーモンブロックを宣言しています。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Linux
/etc/opensearch/opensearch.yml
Unix
/usr/share/opensearch/config/opensearch.yml/path/to/opensearch-3.7.0/config/opensearch.yml

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
opensearchcliグローバル実行可能ファイル
opensearch-keystorecliグローバル実行可能ファイル
opensearch-plugincliグローバル実行可能ファイル
opensearch-shardcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版3.7.0
マネージャ更新日2026-06-22
ローカルデータOK
上流not checked
検出された最新未検出

https://github.com/opensearch-project/OpenSearch

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:opensearch
バージョン3.7.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/opensearch
ホームページhttps://github.com/opensearch-project/OpenSearch
リポジトリhttps://github.com/opensearch-project/OpenSearch
上流ドキュメントhttps://docs.opensearch.org/
ライセンスApache-2.0
ソースアーカイブhttps://github.com/opensearch-project/OpenSearch.git
最終更新2026-06-22T14:05:44-07:00
Pulseupdated
依存関係openjdk@25
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install定義済み
サービスdeclared
注意点Data: $HOMEBREW_PREFIX/var/lib/opensearch/ Logs: $HOMEBREW_PREFIX/var/log/opensearch/opensearch_homebrew.log Plugins: $HOMEBREW_PREFIX/var/opensearch/plugins/ Config: $HOMEBREW_PREFIX/etc/opensearch/

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nameopensearch
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

opensearch

nix profile install nixpkgs#opensearch
  • normalized package name match
  • 一致条件: Opensearch
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/op/opensearch/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

libopensearch-java 2.4.1+dfsg-2

text search engine library

https://www.opensearch.org

sudo apt install libopensearch-java
  • Section: universe/java
  • Architecture: all
  • Source Package: opensearch
  • 21 依存関係
  • normalized package name match
  • 一致条件: Opensearch
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libopensearch-java from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
pacman95%

opensearch 3.6.0-3

Open source distributed and RESTful search engine

https://docs.opensearch.org/latest/about/

sudo pacman -S opensearch
  • License: Apache-2.0
  • Architecture: x86_64
  • 3 依存関係
  • 32 任意依存関係
  • normalized package name match
  • 一致条件: Opensearch
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: opensearch from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment