4339 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
    2022年4月15日 GMT+2 下午1:53:59 - 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

    2021年9月1日 GMT+2 上午10:10:21 - 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

    2021年4月15日 GMT+2 上午10:16:43 - 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
    2019年12月5日 GMT+1 上午9:52:59 - 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
    2019年12月4日 GMT+1 下午4:22:58 - 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
    2019年12月3日 GMT+1 下午5:34:22 - 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
    2019年12月3日 GMT+1 下午5:28:36 - 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

    2019年3月21日 GMT+1 下午5:44:18 - 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

    2019年3月21日 GMT+1 下午4:48:12 * - permalink - archive.org - https://links.infomee.fr/?ggBAsw
    elasticsearch filebeat
  • Yelp/elastalert: Easy & Flexible Alerting With ElasticSearch

    une alternative free

    2019年3月11日 GMT+1 下午4:00:32 - 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)

    2019年2月26日 GMT+1 下午12:59:34 * - permalink - archive.org - https://www.elastic.co/blog/should-i-use-logstash-or-elasticsearch-ingest-nodes
    elasticsearch es
  • lmenezes/cerebro

    alternative to _cat api ;)

    2018年11月29日 GMT+1 上午9:03:52 - permalink - archive.org - https://github.com/lmenezes/cerebro
    elasticsearch
  • Elasticsearch Zero Downtime Reindexing - Problems and Solutions - codecentric AG Blog

    not easy

    2018年8月14日 GMT+2 下午3:45:37 - permalink - archive.org - https://blog.codecentric.de/en/2014/09/elasticsearch-zero-downtime-reindexing-problems-solutions/
    downtime elasticsearch index mapping
  • ElasticSearch Head
    2017年12月6日 GMT+1 下午10:41:30 - 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…

    2017年11月17日 GMT+1 上午8:41:14 - 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

    2017年9月5日 GMT+2 下午5:35:53 * - 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

    2016年10月7日 GMT+2 下午2:45:11 - 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

    2016年7月5日 GMT+2 上午8:21:58 - 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

    2016年2月29日 GMT+1 上午10:17:05 - 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
    2016年2月3日 GMT+1 下午3:17:43 - 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