#elasticsearch

24 talk(s) with this tag

Search: a new era

Search is not just traditional TF/IDF any more but the current trend of machine learning and models has opened another dimension for search. This talk …

And the beats go on !

https://youtu.be/fOaxEa5ONJw Discover the new Data Shippers for Elasticsearch : Packetbeat : sniff network protocols Topbeat : collect metrics …

Make sense of your (BIG) data!

Elasticsearch: you know, for search! But you can use it as well to compute information on live data. During this session, you will discover how …

Hands on elasticsearch / Kibana

Let’s play with elasticsearch and Kibana We will install elasticsearch, Kibana and Marvel and will use that tools to: index/update/get/delete …

Elasticsearch

Are you still using SQL queries for searches? Are your users frustrated about not being able to search across all categories? Is your average response …

Elasticsearch Query Language: ES|QL

Elasticsearch and Kibana added a brand new query language: ES|QL — coming with a new endpoint (_query) and a simplified syntax. It lets you refine …

Indexing your office documents with Elastic and FSCrawler

You have plenty of Open Office, Microsoft Office, PDF, image documents and you may want to be able to search for their metadata and content. How can …

Ingest node: (re)index and enrich documents in Elasticsearch

When you ingest data into Elasticsearch, you may need to perform fairly simple transformation operations. Until now, these operations had to be done …

Advanced (elastic)search for your legacy application

How do you mix SQL and NoSQL worlds without starting a messy revolution? This live coding talk will show you how to add Elasticsearch to your legacy …

Monitor Your Java Applications with the Elastic Stack: Logs, Metrics, Pings, and Traces

This talk gives an overview on how to monitor distributed applications. We dive into: System metrics: Keep track of network traffic and system load. …

🎹🎻🎸 Searching for similar music tracks 🎼🎶

In this session, we will use the principles of vector search to find pieces of music 🎶 that are (maybe) similar to others. To do this, we will review …

Enriching postal addresses with Elastic stack

Come and learn how you can enrich your existing data with normalized postal addresses with geo location points thanks to open data and BANO project. …

A NoSQL search engine for searching^H^H^H^H^H^H^H^H finding...

You are still searching in your data with SELECT * FROM person WHERE name like '%david%pilato%" ? Beyond the performance gains, are you sure you …

do MORE with stateLESS Elasticsearch

How would you create Elasticsearch if you were starting this project in 2025? Decouple compute from storage Externalize persistence and replication …

Identify threats with Elastic SIEM

Knowing what is going on in your environment is an important part of staying on top of security issues. But how do you capture relevant metrics and …

Elastify your app: from SQL to NoSQL

During this “live coding” talk, Tugdual and David will move an old-fashion full SQL application to the NoSQL world. Using CouchBase and …

Testcontainers for real integration tests with Elasticsearch

How are you testing with your database? Mocking is not an option since you want to test the actual system. In-memory databases, like H2 or HSQLDB, …

Appropriation de données, parsing, formatting

Aller chercher, parser, reconnaitre, stocker, restituer, utiliser le web comme une immense base de données formatée ouverte c’est maintenant …

Crawling

Outlis de crawling, mémoire/stockage/reprise des éléments déjà crawlés, difficultés javascript/DOM, Selenium, Webdriver, PhantomJS, Nutch…

Monitoring et Alerting opensource

Si vous pensez qu’une solution de monitoring est forcement payante et/ou en mode SaaS ? Je vous propose de vous prouver le contraire ou comment …

Elasticsearch, au fait, comment ça marche ?

Voyage pour découvrir les notions mises en œuvre dans un moteur de recherche comme Elasticsearch.

Elasticsearch: De l'importance du mapping

Exemples de recherches exécutées en direct pour comprendre qu’avec Elasticsearch la définition d’un mapping c’est pas obligatoire, …