Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.62 KB

File metadata and controls

46 lines (31 loc) · 1.62 KB

IT-Stack ELASTICSEARCH — Module 05

Elasticsearch provides full-text search for Nextcloud and log indexing for Graylog.

Category: database · Phase: 4 · Server: lab-db1
Ports: 9200 (REST API), 9300 (Cluster)


Quick Start — Lab 01 (Standalone)

# Clone and run standalone lab
git clone https://github.com/it-stack-dev/it-stack-elasticsearch.git
cd it-stack-elasticsearch
make test-lab-01

Lab Progression

Lab Name Duration Purpose
01-standalone Standalone 30–60 min Basic functionality in isolation
02-external External Dependencies 45–90 min Network integration, external services
03-advanced Advanced Features 60–120 min Production features, performance
04-sso SSO Integration 90–120 min Keycloak OIDC/SAML authentication
05-integration Advanced Integration 90–150 min Multi-module ecosystem integration
06-production Production Deployment 120–180 min HA cluster, monitoring, DR

Documentation

Module Manifest

See $repo.yml for full module metadata.

Contributing

See CONTRIBUTING.md and the organization guide.

License

Apache 2.0 — see LICENSE.