4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 1 / 3
43 results tagged elasticsearch x
  • When to use the keyword type vs text datatype in Elasticsearch | ObjectRocket
    15 avril 2022 à 13:53:59 UTC+2 - permalink - archive.org - https://kb.objectrocket.com/elasticsearch/when-to-use-the-keyword-type-vs-text-datatype-in-elasticsearch
    elasticsearch type
  • thumbnail
    Flattened Datatype Mappings - Elasticsearch Tutorial - Coralogix

    this

    1 septembre 2021 à 10:10:21 UTC+2 - permalink - archive.org - https://coralogix.com/blog/flattened-datatype-mappings-elasticsearch-tutorial/
    elasticsearch es flat mapping
  • thumbnail
    Introducing OpenSearch | AWS Open Source Blog

    they did it

    15 avril 2021 à 10:16:43 UTC+2 - permalink - archive.org - https://aws.amazon.com/fr/blogs/opensource/introducing-opensearch/
    aws elasticsearch es opensearch
  • thumbnail
    Index lifecycle management at Elasticsearch 6.6.0 - Elasticsearch - Discuss the Elastic Stack
    5 décembre 2019 à 09:52:59 UTC+1 - permalink - archive.org - https://discuss.elastic.co/t/index-lifecycle-management-at-elasticsearch-6-6-0/168429
    elasticsearch ilm
  • thumbnail
    Implementing Hot-Warm-Cold in Elasticsearch with Index Lifecycle Management | Elastic Blog
    4 décembre 2019 à 16:22:58 UTC+1 - permalink - archive.org - https://www.elastic.co/blog/implementing-hot-warm-cold-in-elasticsearch-with-index-lifecycle-management
    elasticsearch ilm
  • thumbnail
    [Index Lifecycle Management] Dynamic rollover alias and template name - Logstash - Discuss the Elastic Stack
    • https://github.com/logstash-plugins/logstash-output-elasticsearch/issues/858
    • https://gitlab.com/msvechla/es-rollover-controller
    3 décembre 2019 à 17:34:22 UTC+1 - permalink - archive.org - https://discuss.elastic.co/t/index-lifecycle-management-dynamic-rollover-alias-and-template-name/169614/9
    elasticsearch ilm
  • thumbnail
    Comment DataDome manage son cluster à forte charge en écriture et lecture avec rollover et ILM | Elastic Videos
    3 décembre 2019 à 17:28:36 UTC+1 - permalink - archive.org - https://www.elastic.co/fr/videos/how-datadome-manages-its-high-load-write-and-read-cluster-with-rollover-and-ilm
    elasticsearch
  • Note: Filebeat, elasticsearch et mapping

    Filebeat utilise des template de mapping (pour chaque version de filebeat, un nouveau template est créé)
    Donc l'index créé tous les jours par filebeat a un mapping qui provient de ce template
    Il y a beaucoup de champs défini qui proviennent de la déclaration de tous les modules filebeat (https://github.com/elastic/beats/blob/master/filebeat/module/nginx/access/_meta/fields.yml)

    Si on a besoin de déclarer de nouveaux champs, on peut créer son propre template qui va matcher aussi les index filebeat-* et qui va surcharger les templates de filebeat
    Alternative : on peut vérifier que le champs n'existe pas déjà dans les champs prédéfini de filebeat. Par exemple le $status de nginx (code retour http) correspond au champs http.response.status_code
    Il suffit que le json écrit par nginx ait une clé qui correspond pour le status pour avoir le bon mapping

    https://www.elastic.co/guide/en/beats/filebeat/master/configuration-template.html

    21 mars 2019 à 17:44:18 UTC+1 - permalink - archive.org - https://links.infomee.fr/?MQs0iA
    elasticsearch filebeat mapping
  • Note: Repérer les inconsistences de mapping entre différents index

    Exemple pour le field 'status' :

    for index in $(cat liste_index); do echo $index; curl -s http://elastic/$index/_mapping | jq ".\"$index\".mappings.doc.properties.status"; done

    21 mars 2019 à 16:48:12 UTC+1 * - permalink - archive.org - https://links.infomee.fr/?ggBAsw
    elasticsearch filebeat
  • Yelp/elastalert: Easy & Flexible Alerting With ElasticSearch

    une alternative free

    11 mars 2019 à 16:00:32 UTC+1 - permalink - archive.org - https://github.com/Yelp/elastalert
    alert elasticsearch
  • Should I use Logstash or Elasticsearch ingest nodes? | Elastic

    Dans la plupart des cas, on peut maintenant oublier logstash et utiliser les ingest node (pipeline) d'elasticsearch

    EFK (Elasticsearch, Filebeat, Kibana)

    26 février 2019 à 12:59:34 UTC+1 * - permalink - archive.org - https://www.elastic.co/blog/should-i-use-logstash-or-elasticsearch-ingest-nodes
    elasticsearch es
  • lmenezes/cerebro

    alternative to _cat api ;)

    29 novembre 2018 à 09:03:52 UTC+1 - permalink - archive.org - https://github.com/lmenezes/cerebro
    elasticsearch
  • Elasticsearch Zero Downtime Reindexing - Problems and Solutions - codecentric AG Blog

    not easy

    14 août 2018 à 15:45:37 UTC+2 - permalink - archive.org - https://blog.codecentric.de/en/2014/09/elasticsearch-zero-downtime-reindexing-problems-solutions/
    downtime elasticsearch index mapping
  • ElasticSearch Head
    6 décembre 2017 à 22:41:30 UTC+1 - permalink - archive.org - https://chrome.google.com/webstore/detail/elasticsearch-head/ffmkiejjmecolpfloofpjologoblkegm/related
    elasticsearch es
  • JoliCode - Devez-vous migrer vers Elasticsearch 6 ?

    Vous le savez peut-être, Algolia trie les documents lors de l’indexation, et non lors de la recherche. La raison est simple : c’est beaucoup plus rapide lors des recherches si les documents sont déjà triés sur le disque dur ! Cela permet, entre autre, de s’arrêter dès les dix premiers résultats trouvés – plutôt que de récupérer les 4 millions de hits et de les trier en mémoire juste pour remonter le top 10…

    17 novembre 2017 à 08:41:14 UTC+1 - permalink - archive.org - https://jolicode.com/blog/devez-vous-migrer-vers-elasticsearch-6
    elasticsearch
  • GitHub - abutaha/aws-es-proxy: aws-es-proxy is a small web server application sitting between your HTTP client (browser, curl, etc...) and Amazon Elasticsearch service.

    Amazon Elasticsearch access control may be based on IAM account with signed request mechanism
    One way not to rewrite all applications is using such a proxy

    5 septembre 2017 à 17:35:53 UTC+2 * - permalink - archive.org - https://github.com/abutaha/aws-es-proxy
    aws elasticsearch es
  • appbaseio/mirage: 🔎 GUI for writing Elasticsearch queries

    woot nice! ça peut être bien utile

    via Doo

    7 octobre 2016 à 14:45:11 UTC+2 - permalink - archive.org - https://github.com/appbaseio/mirage
    elasticsearch gui query
  • Everything You Need to Know About ELK Stack 5.0 - Logz.io

    Via Skunnyk

    5 juillet 2016 à 08:21:58 UTC+2 - permalink - archive.org - http://logz.io/blog/elk-stack-5-0/
    elasticsearch elk twitter
  • Log processing at Scale. ELK cluster at 25k events per second

    via doo

    29 février 2016 à 10:17:05 UTC+1 - permalink - archive.org - http://engineering.viki.com/blog/2015/log-processing-at-scale-elk-cluster-at-25k-events-per-second/
    elasticsearch elk scale
  • Performance Considerations for Elasticsearch Indexing | Elastic
    3 février 2016 à 15:17:43 UTC+1 - permalink - archive.org - https://www.elastic.co/blog/performance-considerations-elasticsearch-indexing
    elasticsearch es perf
Links per page: 20 50 100
◄Older
page 1 / 3
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation