Skip to content

Instantly share code, notes, and snippets.

View yunsou's full-sized avatar

Lee Yunsu yunsou

View GitHub Profile
@astrobounce
astrobounce / elaticsearch.yml
Created August 21, 2018 18:40
Hot/Warm Node Elasticsearch Configuration
########## Sample elasticsearch.yml ################
cluster.name: < Your Cluster Name >
node.name: < Identified which is generated on installing cluster >
path.data: /data/elasticsearch
path.logs: /var/log/elasticsearch
node.master: false #### < Value Depends on type of node >
node.data: true #### < Value Depends on type of node >
@reyjrar
reyjrar / elasticsearch.yml
Last active May 12, 2023 11:58
ElasticSearch config for a write-heavy cluster
##################################################################
# /etc/elasticsearch/elasticsearch.yml
#
# Base configuration for a write heavy cluster
#
# Cluster / Node Basics
cluster.name: logng
# Node can have abritrary attributes we can use for routing