Skip to content

Instantly share code, notes, and snippets.

View amankrbl's full-sized avatar

Aman Kumar amankrbl

  • Practo
  • Bangalore
View GitHub Profile
@amankrbl
amankrbl / Graylog_maintenance.md
Last active March 16, 2016 08:01
Graylog Scale up

Elasticsearch cluster scale out

  • Remove one elastic search node from the cluster to create AMI

      curl -XPUT localhost:9200/_cluster/settings -d '{
        "transient" :{
            "cluster.routing.allocation.exclude._ip" : "10.0.0.1"
    

}