icon

Elasticsearch Single Node with Kibana

Production-ready single-node Elasticsearch with Kibana, using official images. Password and SSL enabled by default.

template cover
Deployed6 times
Publisherleechenghsiu
Created2025-07-11
Services
service icon
service icon
Tags
SearchAnalyticsElasticsearchKibanaSingle Node

Elasticsearch Single Node with Kibana

This template deploys a secure, production-ready single-node Elasticsearch with Kibana, using official Elastic images. Password and SSL are enabled by default.

Features

  • Single-node Elasticsearch with security enabled
  • Kibana with secure connection to Elasticsearch
  • Password and port auto-configured
  • Suitable for production and development

Usage

  1. Deploy the stack
  2. Access Elasticsearch at https://<your-domain>:9200
  3. Access Kibana at http://<your-domain>:5601 (Web-based visualization interface)

Default Credentials

  • elastic user: ${PASSWORD}

Login to Kibana using the elastic username and the auto-generated password to start exploring, visualizing, and managing your Elasticsearch data through the intuitive web interface.

Official Docs