User Tools

Site Tools


opensearch

**This is an old revision of the document!**

Installing OpenSearch

Prerequisites and Setup

  • uses Docker; which is why i installed Docker and wrote the Docker wiki yesterday
  • sudo swapoff -a
    • disables memory-paging and swapping
  • sudo vi etc/sysctl.conf (leading / removed because modsecurity is stupid) * vm.max_map_count=262144 * Set max map count to 262144 * sudo sysctl -p * reload kernel parameters ## Install Steps * curl -O https://raw.githubusercontent.com/opensearch-project/documentation-website/2.19/assets/examples/docker-compose.yml * download docker-compose for example (which is, apparently, the real thing?) * docker compose up -d * start the docker-compose cluster as background process (-d = detached)
opensearch.1742738314.txt.gz ยท Last modified: 2025/03/23 13:58 by ron

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki