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
    3 février 2016 à 15:17:23 UTC+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

    10 décembre 2015 à 10:53:07 UTC+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
    24 septembre 2015 à 15:06:10 UTC+2 - permalink - archive.org - https://www.elastic.co/guide/en/elasticsearch/guide/current/heap-sizing.html
    elasticsearch
  • Configuration
    24 septembre 2015 à 15:06:00 UTC+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

    20 mai 2015 à 10:57:31 UTC+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)

    5 mars 2015 à 17:49:45 UTC+1 - permalink - archive.org - https://github.com/taskrabbit/elasticsearch-dump
    backup dump elasticsearch
  • Heap: Sizing and Swapping
    17 février 2015 à 14:53:59 UTC+1 - permalink - archive.org - http://www.elasticsearch.org/guide/en/elasticsearch/guide/current/heap-sizing.html
    elasticsearch tuning
  • Configuration
    17 février 2015 à 14:53:50 UTC+1 - permalink - archive.org - http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/setup-configuration.html
    elasticsearch tuning
  • Configuration
    17 février 2015 à 14:52:24 UTC+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
    4 février 2015 à 14:24:00 UTC+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 -
    1 janvier 2015 à 15:13:47 UTC+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)

    27 novembre 2014 à 10:57:15 UTC+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

    23 novembre 2014 à 13:52:01 UTC+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 :-)

    19 novembre 2014 à 13:26:07 UTC+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

    17 novembre 2014 à 14:25:38 UTC+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 !

    12 novembre 2014 à 14:25:27 UTC+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..

    8 octobre 2014 à 10:53:42 UTC+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!

    2 octobre 2014 à 12:51:21 UTC+2 - permalink - archive.org - http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-snapshots.html
    elasticsearch es
  • Doc Elasticsearch

    via Skunnyk

    21 mars 2014 à 10:23:34 UTC+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.

    29 janvier 2014 à 14:30:19 UTC+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