This commit is contained in:
shizhendong
2024-11-01 11:14:29 +08:00
parent 3119099423
commit cec6b3332e

View File

@@ -7,4 +7,16 @@
该版本主要更新如下:
修复了一些已知问题。
修复了一些已知问题。
Installing OpenSearch using RPM Package Manager (RPM) simplifies the process considerably compared to the Tarball method. Several technical considerations, such as the installation path, location of configuration files, and creation of a service managed by systemd, as examples, are handled automatically by the package manager.
Generally speaking, installing OpenSearch from the RPM distribution can be broken down into a few steps:
Download and install OpenSearch.
Install manually from an RPM package or from a YUM repository.
(Optional) Test OpenSearch.
Confirm that OpenSearch is able to run before you apply any custom configuration.
This can be done without any security (no password, no certificates) or with a demo security configuration that can be applied by a packaged script.
Configure OpenSearch for your environment.
Apply basic settings to OpenSearch and start using it in your environment.