This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# https://svnscha.de/posts/simplify-elasticsearch-kibana/ | |
# | |
# Setup Script for Elasticsearch and Kibana on a Single Node Cluster | |
# Why do it manually when a script can handle it all? Let's make life easy! | |
# | |
# This script sets up everything you need for Elasticsearch and Kibana on a single machine. It's perfect for getting started on either cloud or local servers, and here's what it does: | |
# 1. Check for Root Access: - Makes sure the script is running with all the necessary permissions to install and configure everything. | |
# 2. Update and Install Packages: - Refreshes the list of available packages and installs the essentials like `apt-transport-https`, `gnupg`, `curl`, and `jq`. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"label":"Coverage","message":"98.0%","schemaVersion":1,"color":"green"} |