{"id":44735,"date":"2024-06-25T16:23:56","date_gmt":"2024-06-25T16:23:56","guid":{"rendered":"https:\/\/accuweb.cloud\/resource\/?post_type=faq&#038;p=44735"},"modified":"2026-02-18T12:25:23","modified_gmt":"2026-02-18T12:25:23","slug":"opensearch-cluster","status":"publish","type":"faq","link":"https:\/\/accuweb.cloud\/resource\/articles\/opensearch-cluster","title":{"rendered":"OpenSearch Cluster"},"content":{"rendered":"<h2 class=\"ack-h2\">OpenSearch Cluster<\/h2>\n<p>Open-source ideas and community collaboration underlie the <a class=\"ack-link-color\" target=\"_blank\" rel=\"noopener\" href=\"https:\/\/opensearch.org\/)\">OpenSearch Cluster<\/a> search engine. It makes it simple for users to search, aggregate, examine, and analyze their data, making it perfect for application searches or log analytics. A safe, excellent search and analytics package that can be expanded with new capabilities is provided by OpenSearch.<\/p>\n<p><strong>Note:<\/strong> OpenSearch is based on Elasticsearch 7.10.2, licensed under Apache 2.0, which means it can be used, modified, extended, monetized, and resold freely.<\/p>\n<p>This guide covers:<\/p>\n<ul class=\"ack-ul\">\n<li><a class=\"ack-link-color\" href=\"#cluster-components\">OpenSearch Cluster Components Overview<\/a><\/li>\n<li><a class=\"ack-link-color\" href=\"#cluster-installation\">OpenSearch Cluster Installation<\/a><\/li>\n<li><a class=\"ack-link-color\" href=\"#opensearch-vs-elastic-search\">OpenSearch vs Elasticsearch Performance<\/a><\/li>\n<\/ul>\n<h2 id=\"cluster-components\" class=\"ack-h2\">OpenSearch Cluster Components Overview<\/h2>\n<p>The platform provides an OpenSearch Cluster using three certified stacks integrated into a unified auto-clustering solution:<\/p>\n<ul class=\"ack-ul\">\n<li><a class=\"ack-link-color\" href=\"#opensearch\">OpenSearch<\/a>: A community-driven, open-source search engine with distributed, multitenant full-text search capabilities.<\/li>\n<li><a class=\"ack-link-color\" href=\"#dashboards\">OpenSearch Dashboards<\/a> <strong>(optional)<\/strong>: A visualization tool for data stored in OpenSearch nodes, derived from Kibana 7.10.2.<\/li>\n<li><a class=\"ack-link-color\" href=\"#logstash\">Logstash<\/a> <strong>(optional)<\/strong>: Data processing tool.<\/li>\n<\/ul>\n<div class=\"ack-formula\">\n<strong>Tip:<\/strong> You can also install the <a class=\"ack-link-color\" target=\"_blank\" rel=\"noopener\" href=\"#beats\">Beats<\/a> add-on for single-purpose data shippers that send data from client nodes to Logstash or OpenSearch.<\/div>\n<div class=\"article-space\"><\/div>\n<p>In this setup, <strong>Beats<\/strong> Data Shippers collect data on client nodes, send it to <strong>Logstash<\/strong> for processing, and store it in <strong>OpenSearch<\/strong>. <strong>OpenSearch Dashboards<\/strong> serves as the visualization tool.<\/p>\n<div class=\"cta-btn-top-space ack-extra-image-space\">\n\t\t<div data-elementor-type=\"section\" data-elementor-id=\"38668\" class=\"elementor elementor-38668\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"elementor_library\">\n\t\t\t        <section class=\"elementor-section elementor-top-section elementor-element elementor-element-882321f elementor-section-boxed elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"882321f\" data-element_type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n            \n                        <div class=\"elementor-container elementor-column-gap-default \">\n                    <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7cc79cc\" data-id=\"7cc79cc\" data-element_type=\"column\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-e31b40f elementor-widget elementor-widget-shortcode\" data-id=\"e31b40f\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n        \t\t<\/div>\n\t\t<\/div>\n<div class=\"article-space\"><\/div>\n<h2 id=\"opensearch\" class=\"ack-h2\">OpenSearch<\/h2>\n<p>The <strong>OpenSearch<\/strong> stack is the core and mandatory component of the cluster. It operates in cluster mode even with a single node, facilitating easier, faster, and safer horizontal scaling.<\/p>\n<p>Once created, the OpenSearch node communicates internally on port 9200 and externally on port 4848 through a shared load balancer, using HTTP basic authentication (password can be reset via the <strong>Reset Password<\/strong> button).<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Reset-Password.png\"><img fetchpriority=\"high\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-44739 size-full\" title=\"Reset Password\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Reset-Password.png\" alt=\"Reset Password\" width=\"954\" height=\"309\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Reset-Password.png 954w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Reset-Password-300x97.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Reset-Password-768x249.png 768w\" sizes=\"(max-width: 954px) 100vw, 954px\" \/><\/a><\/p>\n<p>The OpenSearch stack includes functionality found in other certified templates, such as the dashboard file manager, Web SSH, and dashboard log viewer.<\/p>\n<p>The platform&#8217;s <a class=\"ack-link-color\" target=\"_blank\" rel=\"noopener\" href=\"https:\/\/accuweb.cloud\/resource\/articles\/redeploy-docker-container\/\">redeploy<\/a> functionality simplifies updates, allowing redeployment only to the same or newer versions, as downgrades are not permitted.<\/p>\n<h2 id=\"dashboards\" class=\"ack-h2\">OpenSearch Dashboards<\/h2>\n<p>The OpenSearch node is accessible via a browser, displaying only JSON API responses necessary for API interactions.<\/p>\n<p>The primary tool for visualizing data is <strong>OpenSearch Dashboards<\/strong>, which replaces Kibana. All interconnection configurations are handled automatically, making the solution ready to use immediately without any manual setup. You can access it with the same credentials as the OpenSearch node.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/OpenSearch-Log-in-Credentials-.png\"><img decoding=\"async\" class=\"aligncenter wp-image-44738 size-full\" title=\"OpenSearch Log in Credentials\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/OpenSearch-Log-in-Credentials-.png\" alt=\"OpenSearch Log in Credentials\" width=\"576\" height=\"525\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/OpenSearch-Log-in-Credentials-.png 576w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/OpenSearch-Log-in-Credentials--300x273.png 300w\" sizes=\"(max-width: 576px) 100vw, 576px\" \/><\/a><\/p>\n<p>Once logged in, the OpenSearch Dashboards interface appears. This dashboard provides a user-friendly interface for interacting with the OpenSearch API and editing your data after creating the index pattern.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/OpenSearch-Dashboard.png\"><img decoding=\"async\" class=\"ack-article-image aligncenter wp-image-44741 size-full\" title=\"OpenSearch Dashboard\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/OpenSearch-Dashboard.png\" alt=\"OpenSearch Dashboard\" width=\"1812\" height=\"778\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/OpenSearch-Dashboard.png 1812w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/OpenSearch-Dashboard-300x129.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/OpenSearch-Dashboard-1024x440.png 1024w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/OpenSearch-Dashboard-768x330.png 768w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/OpenSearch-Dashboard-1536x659.png 1536w\" sizes=\"(max-width: 1812px) 100vw, 1812px\" \/><\/a><\/p>\n<div class=\"ack-formula\">\n<strong>Note:<\/strong> <strong>OpenSearch Dashboards<\/strong> are integrated with OpenSearch and cannot be deployed separately. It supports only one node, as scaling offers no additional advantages.<\/div>\n<div class=\"article-space\"><\/div>\n<p>All standard features of certified templates, such as the dashboard file manager, Web SSH, firewall, and logs, are available for this node.<\/p>\n<div class=\"cta-btn-top-space ack-extra-image-space\">\n\t\t<div data-elementor-type=\"section\" data-elementor-id=\"38668\" class=\"elementor elementor-38668\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"elementor_library\">\n\t\t\t        <section class=\"elementor-section elementor-top-section elementor-element elementor-element-882321f elementor-section-boxed elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"882321f\" data-element_type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n            \n                        <div class=\"elementor-container elementor-column-gap-default \">\n                    <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7cc79cc\" data-id=\"7cc79cc\" data-element_type=\"column\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-e31b40f elementor-widget elementor-widget-shortcode\" data-id=\"e31b40f\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n        \t\t<\/div>\n\t\t<\/div>\n<div class=\"article-space\"><\/div>\n<h2 id=\"logstash\" class=\"ack-h2\">Logstash<\/h2>\n<p><strong>Logstash<\/strong> is a data processor component within the OpenSearch cluster that the platform configures automatically. Below is an example of the default auto-configuration found in <strong>\/etc\/logstash\/conf.d\/logstash-sample.conf:<\/strong><\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Default-Auto-configuration.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-44736 size-full\" title=\"Default Auto configuration\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Default-Auto-configuration.png\" alt=\"Default Auto configuration\" width=\"750\" height=\"435\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Default-Auto-configuration.png 750w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Default-Auto-configuration-300x174.png 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" \/><\/a><\/p>\n<p>The input for Beats is set on port 5044. The OpenSearch output is configured by specifying the hosts, username, and password for interconnection.<\/p>\n<p>Additional input <a class=\"ack-link-color\" target=\"_blank\" rel=\"noopener\" href=\"https:\/\/www.elastic.co\/guide\/en\/logstash\/current\/working-with-plugins.html\">plugins<\/a> can be installed using the <strong>logstash-plugin<\/strong> tool, and configurations can be added to the same file with a different port.<\/p>\n<div class=\"ack-formula\">\n<strong>Note:<\/strong> Logstash is part of the OpenSearch stack and cannot be deployed separately. You can add multiple Logstash nodes as needed, with scaling in <a class=\"ack-link-color\" target=\"_blank\" rel=\"noopener\" href=\"https:\/\/accuweb.cloud\/resource\/articles\/how-to-automatically-scale-nodes-horizontally-in-accuweb-cloud\/\">stateful mode<\/a> to provide initial configurations. Each node can be reconfigured for various data transformations.<\/div>\n<div class=\"article-space\"><\/div>\n<h2 id=\"beats\" class=\"ack-h2\">Beats Add-On<\/h2>\n<p><strong>Beats<\/strong> is an open platform for single-purpose data shippers that send data from client nodes to Logstash or OpenSearch.<\/p>\n<p>You can install the <a class=\"ack-link-color\" target=\"_blank\" rel=\"noopener\" href=\"https:\/\/github.com\/jelastic-jps\/beats-jps-addon\">Beats add-on<\/a>\u00a0on any node (except alpine-based ones) created within the platform and specify credentials to connect to the OpenSearch cluster or a <a class=\"ack-link-color\" target=\"_blank\" rel=\"noopener\" href=\"https:\/\/accuweb.cloud\/resource\/articles\/container-types-and-use-cases\/\">custom Docker<\/a> with an Elasticsearch instance. Two versions of the add-on are available:<\/p>\n<ul class=\"ack-ul\">\n<li><strong>7.12.1:<\/strong> Ships data directly to OpenSearch (see <a class=\"ack-link-color\" target=\"_blank\" rel=\"noopener\" href=\"https:\/\/opensearch.org\/docs\/latest\/tools\/)\">compatibility charts<\/a>).<\/li>\n<\/ul>\n<div class=\"ack-formula\">\n<strong>Note:<\/strong> For direct connection, add the following line to the OpenSearch config and restart the node:<\/p>\n<pre><code class=\"language-javascript\">\r\ncompatibility.override_main_response_version: true<\/code><\/pre>\n<\/div>\n<div class=\"article-space\"><\/div>\n<ul class=\"ack-ul\">\n<li><strong>Latest:<\/strong> Ships data to OpenSearch through <a class=\"ack-link-color\" href=\"#logstash\">Logstash<\/a><\/li>\n<\/ul>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Elastic-Beats.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-44744 size-full\" title=\"Elastic Beats\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Elastic-Beats.png\" alt=\"Elastic Beats\" width=\"710\" height=\"695\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Elastic-Beats.png 710w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Elastic-Beats-300x294.png 300w\" sizes=\"(max-width: 710px) 100vw, 710px\" \/><\/a><\/p>\n<p>During installation, provide the following information:<\/p>\n<ul class=\"ack-ul\">\n<li><strong>Installed Agents:<\/strong> Select the required Beats types:\n<ul class=\"ack-ul\">\n<li><a class=\"ack-link-color\" target=\"_blank\" rel=\"noopener\" href=\"https:\/\/www.elastic.co\/beats\/filebeat\">Filebeat<\/a>: Centralizes logs and files with presets available for many certified nodes: Apache, NGINX, HAProxy, Redis, Postgres, MySQL, MariaDB, Percona, MongoDB, and <a class=\"ack-link-color\" target=\"_blank\" rel=\"noopener\" href=\"https:\/\/arshpunia.medium.com\/using-filebeat-to-ship-tomcat-logs-to-elasticsearch-7e4325373c7a\">Tomcat\/TomEE<\/a> (requires special configurations).<\/li>\n<li><strong>Metricbeat:<\/strong> Collects metrics from systems and services.<\/li>\n<li><strong>Journalbeat:<\/strong> Forwards log data from systemd journals to OpenSearch or Logstash.<\/li>\n<li><strong>Packetbeat:<\/strong> Monitors network traffic for performance and security, acting as a lightweight network packet analyzer.<\/li>\n<li><strong>Heartbeat:<\/strong> Monitors service availability with active probing and ships the data for further analysis.<\/li>\n<\/ul>\n<\/li>\n<li><strong>Beats OSS Version:<\/strong> Select the desired version of the agent.<\/li>\n<li><strong>OpenSearch Host:<\/strong> Enter the OpenSearch (or Elasticsearch) host.<\/li>\n<li><strong>Credentials:<\/strong> Provide user and password information for the specified OpenSearch host.<\/li>\n<li><strong>OpenSearch Dashboards Host:<\/strong> Enter the OpenSearch Dashboards host, if needed for visualization.<\/li>\n<li><strong>Logstash Host:<\/strong> Enter the Logstash host if data interconnection is through Logstash.<\/li>\n<\/ul>\n<div class=\"ack-formula\">\n<strong>Note:<\/strong> Simultaneous data output to OpenSearch and Logstash is not supported; only one output can be used at a time. If using Logstash, specify only the Logstash host and port without needing OpenSearch host and credentials.<\/div>\n<div class=\"article-space\"><\/div>\n<ul class=\"ack-ul\">\n<li><strong>Environment Name:<\/strong> Choose the target environment.<\/li>\n<li><strong>Nodes:<\/strong> Select the target layer.<\/li>\n<\/ul>\n<p>These settings can be edited for an already installed add-on using the Configure button.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Configure.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-44743 size-full\" title=\"Configure\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Configure.png\" alt=\"Configure\" width=\"408\" height=\"195\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Configure.png 408w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Configure-300x143.png 300w\" sizes=\"(max-width: 408px) 100vw, 408px\" \/><\/a><\/p>\n<h2 id=\"cluster-installation\" class=\"ack-h2\">Installing an OpenSearch Cluster<\/h2>\n<p>Creating an OpenSearch Cluster on the platform is a simple, automated process that you can perform using the <a class=\"ack-link-color\" target=\"_blank\" rel=\"noopener\" href=\"https:\/\/accuweb.cloud\/resource\/articles\/creating-and-managing-environment\/\">topology wizard<\/a>.<\/p>\n<p>Go to the NoSQL database section and select the OpenSearch stack.<\/p>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Configure-OpenSearch.png\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-44737 size-full\" title=\"Configure OpenSearch\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Configure-OpenSearch.png\" alt=\"Configure OpenSearch\" width=\"622\" height=\"367\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Configure-OpenSearch.png 622w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Configure-OpenSearch-300x177.png 300w\" sizes=\"(max-width: 622px) 100vw, 622px\" \/><\/a><\/p>\n<p>The <a class=\"ack-link-color\" target=\"_blank\" rel=\"noopener\" href=\"https:\/\/accuweb.cloud\/resource\/articles\/auto-clustering-of-instances\/\">auto-clustering<\/a> feature ensures the stack is configured as a cluster automatically. You also have the option to add OpenSearch Dashboards and Logstash components.<\/p>\n<div class=\"cta-btn-top-space ack-extra-image-space\">\n\t\t<div data-elementor-type=\"section\" data-elementor-id=\"38668\" class=\"elementor elementor-38668\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"elementor_library\">\n\t\t\t        <section class=\"elementor-section elementor-top-section elementor-element elementor-element-882321f elementor-section-boxed elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"882321f\" data-element_type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n            \n                        <div class=\"elementor-container elementor-column-gap-default \">\n                    <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7cc79cc\" data-id=\"7cc79cc\" data-element_type=\"column\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-e31b40f elementor-widget elementor-widget-shortcode\" data-id=\"e31b40f\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n        \t\t<\/div>\n\t\t<\/div>\n<div class=\"article-space\"><\/div>\n<h2 id=\"opensearch-vs-elastic-search\" class=\"ack-h2\">OpenSearch vs. Elasticsarch Performance<\/h2>\n<p>The OpenSearch project, which was forked from the final Elasticsearch release under the Apache 2.0 license, offers nearly identical functionality. The APIs are completely compatible.<\/p>\n<p>Here, we present performance test results from two Magento environments with identical topologies:<\/p>\n<ul class=\"ack-ul\">\n<li>Magento with Elasticsearch<\/li>\n<\/ul>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Magento-with-Elasticsearch.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-44742 size-full\" title=\"Magento with Elasticsearch\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Magento-with-Elasticsearch.png\" alt=\"Magento with Elasticsearch\" width=\"869\" height=\"195\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Magento-with-Elasticsearch.png 869w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Magento-with-Elasticsearch-300x67.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Magento-with-Elasticsearch-768x172.png 768w\" sizes=\"(max-width: 869px) 100vw, 869px\" \/><\/a><\/p>\n<ul class=\"ack-ul\">\n<li>Magento with OpenSearch<\/li>\n<\/ul>\n<p><a href=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Magento-with-OpenSearch.png\"><img loading=\"lazy\" decoding=\"async\" class=\"ack-article-image aligncenter wp-image-44740 size-full\" title=\"Magento with OpenSearch\" src=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Magento-with-OpenSearch.png\" alt=\"Magento with OpenSearch\" width=\"867\" height=\"204\" srcset=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Magento-with-OpenSearch.png 867w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Magento-with-OpenSearch-300x71.png 300w, https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/06\/Magento-with-OpenSearch-768x181.png 768w\" sizes=\"(max-width: 867px) 100vw, 867px\" \/><\/a><\/p>\n<div class=\"cta-btn-top-space ack-extra-image-space\">\n\t\t<div data-elementor-type=\"section\" data-elementor-id=\"38668\" class=\"elementor elementor-38668\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"elementor_library\">\n\t\t\t        <section class=\"elementor-section elementor-top-section elementor-element elementor-element-882321f elementor-section-boxed elementor-section-height-default elementor-section-height-default ct-header-fixed-none ct-row-max-none\" data-id=\"882321f\" data-element_type=\"section\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n            \n                        <div class=\"elementor-container elementor-column-gap-default \">\n                    <div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7cc79cc\" data-id=\"7cc79cc\" data-element_type=\"column\">\n        <div class=\"elementor-widget-wrap elementor-element-populated\">\n                    \n        \t\t<div class=\"elementor-element elementor-element-e31b40f elementor-widget elementor-widget-shortcode\" data-id=\"e31b40f\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t            <\/div>\n        <\/div>\n                    <\/div>\n        <\/section>\n        \t\t<\/div>\n\t\t<\/div>\n<div class=\"cta-btn-mob-space\"><\/div>\n","protected":false},"author":1,"featured_media":52879,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","class_list":["post-44735","faq","type-faq","status-publish","has-post-thumbnail","hentry","faq_topics-auto-clustering-opensearch","faq_topics-databases","faq_topics-kb","faq_topics-opensearch","faq_topics-product-documentation"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v20.10 (Yoast SEO v24.5) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>OpenSearch Cluster Installation and Components with AccuWeb.Cloud<\/title>\n<meta name=\"description\" content=\"Discover the installation steps of OpenSearch Cluster, a safe and excellent search and analytics solution that supports new capabilities.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/accuweb.cloud\/resource\/articles\/opensearch-cluster\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"OpenSearch Cluster\" \/>\n<meta property=\"og:description\" content=\"Discover the installation steps of OpenSearch Cluster, a safe and excellent search and analytics solution that supports new capabilities.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/accuweb.cloud\/resource\/articles\/opensearch-cluster\" \/>\n<meta property=\"og:site_name\" content=\"AccuWeb Cloud\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-18T12:25:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/opensearch-cluster#article\",\"isPartOf\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/opensearch-cluster\"},\"author\":{\"name\":\"Jilesh Patadiya\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58\"},\"headline\":\"OpenSearch Cluster\",\"datePublished\":\"2024-06-25T16:23:56+00:00\",\"dateModified\":\"2026-02-18T12:25:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/opensearch-cluster\"},\"wordCount\":955,\"publisher\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#organization\"},\"image\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/opensearch-cluster#primaryimage\"},\"thumbnailUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\",\"inLanguage\":\"en-US\"},{\"@type\":[\"WebPage\",\"FAQPage\"],\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/opensearch-cluster\",\"url\":\"https:\/\/accuweb.cloud\/resource\/articles\/opensearch-cluster\",\"name\":\"OpenSearch Cluster Installation and Components with AccuWeb.Cloud\",\"isPartOf\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/opensearch-cluster#primaryimage\"},\"image\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/opensearch-cluster#primaryimage\"},\"thumbnailUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\",\"datePublished\":\"2024-06-25T16:23:56+00:00\",\"dateModified\":\"2026-02-18T12:25:23+00:00\",\"description\":\"Discover the installation steps of OpenSearch Cluster, a safe and excellent search and analytics solution that supports new capabilities.\",\"breadcrumb\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/opensearch-cluster#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/accuweb.cloud\/resource\/articles\/opensearch-cluster\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/opensearch-cluster#primaryimage\",\"url\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\",\"contentUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg\",\"width\":1280,\"height\":720},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/articles\/opensearch-cluster#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/accuweb.cloud\/resource\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"OpenSearch Cluster\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#website\",\"url\":\"https:\/\/accuweb.cloud\/resource\/\",\"name\":\"AccuWeb Cloud\",\"description\":\"Cutting Edge Cloud Computing\",\"publisher\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/accuweb.cloud\/resource\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#organization\",\"name\":\"AccuWeb.Cloud\",\"url\":\"https:\/\/accuweb.cloud\/resource\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg\",\"contentUrl\":\"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg\",\"width\":156,\"height\":87,\"caption\":\"AccuWeb.Cloud\"},\"image\":{\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58\",\"name\":\"Jilesh Patadiya\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g\",\"caption\":\"Jilesh Patadiya\"},\"description\":\"Jilesh Patadiya, the visionary Co-Founder and Chief Technology Officer (CTO) behind AccuWeb.Cloud. Founder &amp; CTO at AccuWebHosting.com. He shares his web hosting insights on the AccuWeb.Cloud blog. He mostly writes on the latest web hosting trends, WordPress, storage technologies, and Windows and Linux hosting platforms.\",\"sameAs\":[\"https:\/\/accuweb.cloud\/resource\",\"https:\/\/www.facebook.com\/accuwebhosting\",\"https:\/\/www.instagram.com\/accuwebhosting\/\",\"https:\/\/www.linkedin.com\/company\/accuwebhosting\/\",\"https:\/\/x.com\/accuwebhosting\",\"https:\/\/www.youtube.com\/c\/Accuwebhosting\"],\"url\":\"https:\/\/accuweb.cloud\/resource\/author\/accuwebadmin\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"OpenSearch Cluster Installation and Components with AccuWeb.Cloud","description":"Discover the installation steps of OpenSearch Cluster, a safe and excellent search and analytics solution that supports new capabilities.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/accuweb.cloud\/resource\/articles\/opensearch-cluster","og_locale":"en_US","og_type":"article","og_title":"OpenSearch Cluster","og_description":"Discover the installation steps of OpenSearch Cluster, a safe and excellent search and analytics solution that supports new capabilities.","og_url":"https:\/\/accuweb.cloud\/resource\/articles\/opensearch-cluster","og_site_name":"AccuWeb Cloud","article_modified_time":"2026-02-18T12:25:23+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/accuweb.cloud\/resource\/articles\/opensearch-cluster#article","isPartOf":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/opensearch-cluster"},"author":{"name":"Jilesh Patadiya","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58"},"headline":"OpenSearch Cluster","datePublished":"2024-06-25T16:23:56+00:00","dateModified":"2026-02-18T12:25:23+00:00","mainEntityOfPage":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/opensearch-cluster"},"wordCount":955,"publisher":{"@id":"https:\/\/accuweb.cloud\/resource\/#organization"},"image":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/opensearch-cluster#primaryimage"},"thumbnailUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","inLanguage":"en-US"},{"@type":["WebPage","FAQPage"],"@id":"https:\/\/accuweb.cloud\/resource\/articles\/opensearch-cluster","url":"https:\/\/accuweb.cloud\/resource\/articles\/opensearch-cluster","name":"OpenSearch Cluster Installation and Components with AccuWeb.Cloud","isPartOf":{"@id":"https:\/\/accuweb.cloud\/resource\/#website"},"primaryImageOfPage":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/opensearch-cluster#primaryimage"},"image":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/opensearch-cluster#primaryimage"},"thumbnailUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","datePublished":"2024-06-25T16:23:56+00:00","dateModified":"2026-02-18T12:25:23+00:00","description":"Discover the installation steps of OpenSearch Cluster, a safe and excellent search and analytics solution that supports new capabilities.","breadcrumb":{"@id":"https:\/\/accuweb.cloud\/resource\/articles\/opensearch-cluster#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/accuweb.cloud\/resource\/articles\/opensearch-cluster"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/accuweb.cloud\/resource\/articles\/opensearch-cluster#primaryimage","url":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","contentUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/07\/NEW-OG-IMAGE-URL.jpg","width":1280,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/accuweb.cloud\/resource\/articles\/opensearch-cluster#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/accuweb.cloud\/resource\/"},{"@type":"ListItem","position":2,"name":"OpenSearch Cluster"}]},{"@type":"WebSite","@id":"https:\/\/accuweb.cloud\/resource\/#website","url":"https:\/\/accuweb.cloud\/resource\/","name":"AccuWeb Cloud","description":"Cutting Edge Cloud Computing","publisher":{"@id":"https:\/\/accuweb.cloud\/resource\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/accuweb.cloud\/resource\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/accuweb.cloud\/resource\/#organization","name":"AccuWeb.Cloud","url":"https:\/\/accuweb.cloud\/resource\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/","url":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg","contentUrl":"https:\/\/accuweb.cloud\/resource\/wp-content\/uploads\/2024\/04\/accuwebcloud_logo_black_tagline.jpg","width":156,"height":87,"caption":"AccuWeb.Cloud"},"image":{"@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/a7a4cbe8405202b537509c757b588c58","name":"Jilesh Patadiya","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/accuweb.cloud\/resource\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2cea2bdb5bbabb771ee67e96acad7396f25cb1a0c360b9bc4a9ac40cea9cd8b2?s=96&d=mm&r=g","caption":"Jilesh Patadiya"},"description":"Jilesh Patadiya, the visionary Co-Founder and Chief Technology Officer (CTO) behind AccuWeb.Cloud. Founder &amp; CTO at AccuWebHosting.com. He shares his web hosting insights on the AccuWeb.Cloud blog. He mostly writes on the latest web hosting trends, WordPress, storage technologies, and Windows and Linux hosting platforms.","sameAs":["https:\/\/accuweb.cloud\/resource","https:\/\/www.facebook.com\/accuwebhosting","https:\/\/www.instagram.com\/accuwebhosting\/","https:\/\/www.linkedin.com\/company\/accuwebhosting\/","https:\/\/x.com\/accuwebhosting","https:\/\/www.youtube.com\/c\/Accuwebhosting"],"url":"https:\/\/accuweb.cloud\/resource\/author\/accuwebadmin"}]}},"_links":{"self":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq\/44735","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq"}],"about":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/types\/faq"}],"author":[{"embeddable":true,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/comments?post=44735"}],"version-history":[{"count":6,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq\/44735\/revisions"}],"predecessor-version":[{"id":53100,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/faq\/44735\/revisions\/53100"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/media\/52879"}],"wp:attachment":[{"href":"https:\/\/accuweb.cloud\/resource\/wp-json\/wp\/v2\/media?parent=44735"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}