{"id":26149932,"url":"https://github.com/arthursvpb/docker-elastic-kibana-quickstart","last_synced_at":"2026-05-08T03:13:37.421Z","repository":{"id":279950503,"uuid":"711296906","full_name":"arthursvpb/docker-elastic-kibana-quickstart","owner":"arthursvpb","description":"This repository provides an easy way to configure a development environment with a single-node Elasticsearch and Kibana setup using Docker. Ideal for testing, development, and learning purposes.","archived":false,"fork":false,"pushed_at":"2023-10-28T20:01:45.000Z","size":2,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T18:01:56.632Z","etag":null,"topics":["docker","docker-compose","elastic","elasticsearch","elasticstack","kibana","single-node-cluster"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arthursvpb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-28T20:00:38.000Z","updated_at":"2024-01-09T04:05:56.000Z","dependencies_parsed_at":"2025-03-01T09:15:22.972Z","dependency_job_id":null,"html_url":"https://github.com/arthursvpb/docker-elastic-kibana-quickstart","commit_stats":null,"previous_names":["arthursvpb/docker-elastic-kibana-quickstart"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthursvpb%2Fdocker-elastic-kibana-quickstart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthursvpb%2Fdocker-elastic-kibana-quickstart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthursvpb%2Fdocker-elastic-kibana-quickstart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arthursvpb%2Fdocker-elastic-kibana-quickstart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arthursvpb","download_url":"https://codeload.github.com/arthursvpb/docker-elastic-kibana-quickstart/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242980772,"owners_count":20216285,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-compose","elastic","elasticsearch","elasticstack","kibana","single-node-cluster"],"created_at":"2025-03-11T05:49:36.934Z","updated_at":"2025-12-26T03:13:21.685Z","avatar_url":"https://github.com/arthursvpb.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🐳 Elastic Stack with Docker Quick Start\n\nThis repository provides configuration files to set up a single-node Elasticsearch instance along with a Kibana instance using Docker.\n\n## 📋 Prerequisites\n\n- **Docker** and **Docker Compose** must be installed on your machine.\n- Ensure you have the `.env` file configured with the necessary environment variables.\n\n## 🚀 Quick Start\n\n1. **Start the Services**: Run the Docker Compose file to start the services in the background:\n\n   ```sh\n   docker compose up -d\n   ```\n\n2. **Access Kibana**: Open your browser and go to [http://localhost:5601/](http://localhost:5601/).\n\n3. **Log In**: Use the credentials defined in your `.env` file to log in:\n\n   - Username: `elastic`\n   - Password: `elastic` (or whatever you set in your `.env` file)\n\n🎉 Your Elastic Stack is now up and running!\n\n## ⚙️ Configuration\n\nAll the configuration parameters are stored in the `.env` file. Here's a brief explanation of each:\n\n- `ELASTIC_PASSWORD`: The password for the `elastic` user in Elasticsearch.\n- `KIBANA_PASSWORD`: The password for the `kibana_system` user, which Kibana uses to connect to Elasticsearch.\n- `STACK_VERSION`: The version of the Elastic Stack components to use.\n- `CLUSTER_NAME`: The name of your Elasticsearch cluster.\n- `LICENSE`: The type of license to apply (e.g., `basic`, `gold`, etc.).\n- `ES_PORT`: The host and port where Elasticsearch will be accessible.\n- `KIBANA_PORT`: The port where Kibana will be accessible.\n- `MEM_LIMIT`: The memory limit for the Docker containers.\n- `COMPOSE_PROJECT_NAME`: The project name used by Docker Compose to isolate the environment.\n\n## 🛑 Shutting Down\n\nTo stop and remove all running containers, use:\n\n```sh\ndocker compose down\n```\n\n## 📜 Conclusion\n\nThis setup provides a quick and easy way to get Elasticsearch and Kibana up and running for development and testing purposes. For production setups, additional configuration and security measures would be necessary.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farthursvpb%2Fdocker-elastic-kibana-quickstart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farthursvpb%2Fdocker-elastic-kibana-quickstart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farthursvpb%2Fdocker-elastic-kibana-quickstart/lists"}