4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 2 / 3
Newer►
43 results tagged elasticsearch x
  • Elasticsearch Indexing Performance Cheatsheet - codecentric Blog : codecentric Blog
    February 3, 2016 at 3:17:23 PM GMT+1 - permalink - archive.org - https://blog.codecentric.de/en/2014/05/elasticsearch-indexing-performance-cheatsheet/
    elasticsearch es perf
  • 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
  • Heap: Sizing and Swapping
    September 24, 2015 at 3:06:10 PM GMT+2 - permalink - archive.org - https://www.elastic.co/guide/en/elasticsearch/guide/current/heap-sizing.html
    elasticsearch
  • Configuration
    September 24, 2015 at 3:06:00 PM GMT+2 - permalink - archive.org - https://www.elastic.co/guide/en/elasticsearch/reference/current/setup-configuration.html
    elasticsearch
  • thumbnail
    Syntaxe pour faire des recherches dans kibana

    Syntaxe pour faire des recherches dans kibana

    May 20, 2015 at 10:57:31 AM GMT+2 - permalink - archive.org - https://www.elastic.co/guide/en/kibana/current/discover.html#search
    elasticsearch kibana lucene syntaxe
  • thumbnail
    taskrabbit/elasticsearch-dump

    Pratique pour dump de petits indexes importants comme le .kibana (définition des dashboards)

    March 5, 2015 at 5:49:45 PM GMT+1 - permalink - archive.org - https://github.com/taskrabbit/elasticsearch-dump
    backup dump elasticsearch
  • Heap: Sizing and Swapping
    February 17, 2015 at 2:53:59 PM GMT+1 - permalink - archive.org - http://www.elasticsearch.org/guide/en/elasticsearch/guide/current/heap-sizing.html
    elasticsearch tuning
  • Configuration
    February 17, 2015 at 2:53:50 PM GMT+1 - permalink - archive.org - http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/setup-configuration.html
    elasticsearch tuning
  • Configuration
    February 17, 2015 at 2:52:24 PM GMT+1 - permalink - archive.org - http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/setup-configuration.html#_system_configuration
    elasticsearch tuning
  • Ou on arrive enfin elasticsearch | Karlesnine
    February 4, 2015 at 2:24:00 PM GMT+1 - permalink - archive.org - https://www.karlesnine.com/2015/02/04/ou-on-arrive-enfin-elasticsearch/
    elasticsearch elk kibana logstash
  • Nine Tips on Configuring Elasticsearch for High Performance -
    January 1, 2015 at 3:13:47 PM GMT+1 - permalink - archive.org - https://www.loggly.com/blog/nine-tips-configuring-elasticsearch-for-high-performance/
    elasticsearch ELK
  • thumbnail
    Performance Tuning&Tests for the Elasticsearch Output

    Pour envoyer direct dans ES depuis rsyslog

    (se passer de logstash devient donc possible dans certains cas)

    November 27, 2014 at 10:57:15 AM GMT+1 - permalink - archive.org - http://www.rsyslog.com/performance-tuning-elasticsearch/
    elasticsearch logstash rsyslog
  • Plugins

    Le système de plugin d'elasticsearch est vraiment bien foutu.

    Quelques plugins sympa pour avoir un aperçu de la santé de son cluster :
    https://github.com/karmi/elasticsearch-paramedic
    https://github.com/mobz/elasticsearch-head
    https://github.com/lukas-vlcek/bigdesk

    Pour les installer, c'est à chaque fois pareil, en une ligne :
    /usr/share/elasticsearch/bin/plugin -install lukas-vlcek/bigdesk
    /usr/share/elasticsearch/bin/plugin -install karmi/elasticsearch-paramedic
    /usr/share/elasticsearch/bin/plugin -install mobz/elasticsearch-head

    Pour savoir quels plugins sont installés et par quelle urls y accéder :
    curl -s -XGET 'http://localhost:9200/_nodes?pretty' | grep plugin

    November 23, 2014 at 1:52:01 PM GMT+1 - permalink - archive.org - http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-plugins.html
    elasticsearch plugin plugins
  • Elasticsearch "Yellow" cluster status explained | Chris Simpson - Software Developer

    Je me demandais pourquoi le status de mes index étaient à yellow, en fait c'est tout à fait normal dans un cluster mono node :-)

    November 19, 2014 at 1:26:07 PM GMT+1 - permalink - archive.org - http://chrissimpson.co.uk/elasticsearch-yellow-cluster-status-explained.html
    elasticsearch
  • Introduction to Elasticsearch Snapshot and Restore module | kodcu.com

    via skunnyk

    November 17, 2014 at 2:25:38 PM GMT+1 - permalink - archive.org - http://en.kodcu.com/2014/11/introduction-to-elasticsearch-snapshot-and-restore-module/
    elasticsearch snapshot
  • Elasticsearch.org Shield | Elasticsearch

    très bien, ça manquait !

    November 12, 2014 at 2:25:27 PM GMT+1 - permalink - archive.org - http://www.elasticsearch.org/overview/shield
    elasticsearch
  • GitHub - sscarduzio/elasticsearch-readonlyrest-plugin: Safely expose Elasticsearch REST API directly to the public

    Pour exposer du RO ES sur certains index, à certaines personnes..

    October 8, 2014 at 10:53:42 AM GMT+2 - permalink - archive.org - https://github.com/sscarduzio/elasticsearch-readonlyrest-plugin
    elasticsearch
  • Snapshot And Restore

    Pour backup son elasticsearch

    Attention le snapshot n'est pas restaurable d'une version à une autre.. j'ai eu ce problème et j'ai utilisé https://github.com/mallocator/Elasticsearch-Exporter

    Marche bien!

    October 2, 2014 at 12:51:21 PM GMT+2 - permalink - archive.org - http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-snapshots.html
    elasticsearch es
  • Doc Elasticsearch

    via Skunnyk

    March 21, 2014 at 10:23:34 AM GMT+1 - permalink - archive.org - http://www.elasticsearch.org/guide/
    doc elasticsearch
  • Why We Built Marvel | Blog | Elasticsearch

    Marvel, nouveau produit elasticsearch, pour résumer :

    The dashboard displays the essentials metrics you need to know that your cluster is healthy. The dashboard also provides an overview of your nodes and indices, displayed in two clean tables along with the relevant key metrics. These tables serve as an entry point to more details on the Node Statistics and Index Statistics dashboards, where you can see more than 90 different metrics plotted over time. Simply click on a table cell or select multiple nodes/indices to compare and you’ll be transferred to the relevant place in the detailed dashboard.

    January 29, 2014 at 2:30:19 PM GMT+1 - permalink - archive.org - http://www.elasticsearch.org/blog/building-marvel/
    elasticsearch
Links per page: 20 50 100
◄Older
page 2 / 3
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation