4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
2 results tagged fix x
  • How to fix your Elasticsearch cluster stuck in initializing shards mode?

    Ok donc cet article m'a été vraiment utile.. à garder en cas d'autres problèmes avec ES

    for shard in $(curl -XGET http://localhost:9200/_cat/shards | grep UNASSIGNED | awk '{print $2}'); do
    curl -XPOST 'localhost:9200/_cluster/reroute' -d '{
    "commands" : [ {
    "allocate" : {
    "index" : "t37",
    "shard" : $shard,
    "node" : "datanode15",
    "allow_primary" : true
    }
    }
    ]
    }'
    sleep 5
    done

    December 10, 2015 at 10:53:07 AM GMT+1 - permalink - archive.org - https://t37.net/how-to-fix-your-elasticsearch-cluster-stuck-in-initializing-shards-mode.html
    debug elasticsearch es fix
  • Logstash Grok Speed and Performance Improvements
    June 15, 2015 at 5:01:01 PM GMT+2 - permalink - archive.org - http://ghost.frodux.in/logstash-grok-speeds/
    fix logstash perf
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation