[AR UFZ] Validate the Deployment of Elasticsearch container
Story
As a SMS Admin i know where the Elastic-Search container should be deployed.
- prefered solution: @ Wombat -> Test deployment @ Wombat-Stage
- alternative solution: Host it on GDI-FS
Acceptance criteria
-
💡 Check ES-Container is startable on Wombat-Stage (report the restrictions) -
⚪ Get a desicion either Wombat or GDI-FS -
⚪ Configure Multipipeline regarding the Hosting system
to clarify
- How much data/space does ES need?
- Why only 512m Heap?
- Why property for memlock?
- ...
Tests
Info-Seite
curl "https://webapp-stage.intranet.ufz.de/sms/elasticsearch/"
Create a test-index
curl -X PUT 'https://webapp-stage.intranet.ufz.de/sms/elasticsearch/test-index' \
-H 'Content-Type: application/json' \
--data-raw '{}'
Stats of the test index
curl "https://webapp-stage.intranet.ufz.de/sms/elasticsearch/test-index/_stats"
Edited by Hannes Bohring