Understanding Elasticsearch 7.x Cluster Discovery and Node Configuration

Cluster Discovery Configuration Fundamentals Setting up an Elasticsearch cluster correctly is critical for stability, particularly regarding how nodes discover one another and elect a master. In version 7.x, several configuration parameters underwent significant changes compared to previous releases. This guide clarifies the distinctions betwee ...

Posted on Mon, 07 Sep 2026 16:45:04 +0000 by Aebx

Creating OpenStack Virtual Machines with Salt Cloud

Salt Cloud is a powerful component of SaltStack that enables cloud infrastructure management across multiple providers, including OpenStack. This guide walks through configuring Salt Cloud to deploy virtual machines on an OpenStack environment, covering installation, provider setup, testing, and VM deployment. 1. Install Salt Cloud and Dependen ...

Posted on Mon, 07 Sep 2026 16:23:16 +0000 by brmcdani