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
    April 15, 2022 at 1:53:59 PM GMT+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

    September 1, 2021 at 10:10:21 AM GMT+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

    April 15, 2021 at 10:16:43 AM GMT+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
    December 5, 2019 at 9:52:59 AM GMT+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
    December 4, 2019 at 4:22:58 PM GMT+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
    December 3, 2019 at 5:34:22 PM GMT+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
    December 3, 2019 at 5:28:36 PM GMT+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

    March 21, 2019 at 5:44:18 PM GMT+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

    March 21, 2019 at 4:48:12 PM GMT+1 * - permalink - archive.org - https://links.infomee.fr/?ggBAsw
    elasticsearch filebeat
  • Yelp/elastalert: Easy & Flexible Alerting With ElasticSearch

    une alternative free

    March 11, 2019 at 4:00:32 PM GMT+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)

    February 26, 2019 at 12:59:34 PM GMT+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 ;)

    November 29, 2018 at 9:03:52 AM GMT+1 - permalink - archive.org - https://github.com/lmenezes/cerebro
    elasticsearch
  • Elasticsearch Zero Downtime Reindexing - Problems and Solutions - codecentric AG Blog

    not easy

    August 14, 2018 at 3:45:37 PM GMT+2 - permalink - archive.org - https://blog.codecentric.de/en/2014/09/elasticsearch-zero-downtime-reindexing-problems-solutions/
    downtime elasticsearch index mapping
  • ElasticSearch Head
    December 6, 2017 at 10:41:30 PM GMT+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…

    November 17, 2017 at 8:41:14 AM GMT+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

    September 5, 2017 at 5:35:53 PM GMT+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

    October 7, 2016 at 2:45:11 PM GMT+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

    July 5, 2016 at 8:21:58 AM GMT+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

    February 29, 2016 at 10:17:05 AM GMT+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
    February 3, 2016 at 3:17:43 PM GMT+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