Video coming soon…

🗄️ Setup OpenSearch + Dashboards — Search & Log Analytics

Deploy OpenSearch and OpenSearch Dashboards on Ubuntu with Docker — the Apache-licensed Elasticsearch and Kibana fork, with the API on port 9202 and Dashboards on 5601.

⚠️ This script is provided for demo and testing purposes only. Not intended for production use.

📦 Resources & Setup Scripts

Grab the automated bash script from GitHub to follow along with the video.

Automated install script — one command deploys a single-node OpenSearch with Dashboards. Security plugin disabled for demo use.
View on GitHub

Quick Install:

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/databases/opensearch/opensearch-ubuntu.sh
chmod +x opensearch-ubuntu.sh
sudo bash opensearch-ubuntu.sh

Tutorial Steps

1 Download the Script

wget https://raw.githubusercontent.com/mhmdali94/Docker/main/databases/opensearch/opensearch-ubuntu.sh

2 Make it Executable

chmod +x opensearch-ubuntu.sh

3 Run the Installer

The script installs Docker if needed and starts two containers: opensearch in single-node mode with a 1GB JVM heap and memlock unlimited, plus opensearch-dashboards pointed at it. Both have the security plugin disabled.

sudo bash opensearch-ubuntu.sh

4 Open Dashboards

Dashboards takes a minute or two to become ready on first boot. Once up, browse to it — no login is required, because security is disabled:

http://<your-server-ip>:5601

Ports Used

PortPurpose
9202OpenSearch REST API (host → container 9200) — ⚠️ security plugin disabled
5601OpenSearch Dashboards — ⚠️ no authentication
heapOPENSEARCH_JAVA_OPTS fixed at -Xms1g -Xmx1g; memlock unlimited

Overview

Why Use It

When You Need It

    Who Should Use It

      Real Use Cases

        Main Features

          How to Use After Installation

            Security Best Practices

              Ports and Firewall Notes

              Backup and Maintenance

                Common Mistakes

                  Troubleshooting

                    Alternatives

                    When Not to Use It

                    PrismaTechWork Professional Help

                      Contact Us

                      Frequently Asked Questions