
Learn to maximize your learning on Udemy by using the q&a, transcripts, captions, speed controls, and playback settings, and by rating the course honestly.
We'll talk about why Elasticsearch is important and what you can expect from this course. Then, we'll install a virtual Ubuntu machine right on your own desktop PC, install Elasticsearch on it, and search the complete works of William Shakespeare!
Let's look at the components of the Elastic Stack from a 30,000-foot level, and see how they all fit together.
Elasticsearch exposes a RESTful API, and we communicate with Elasticsearch using nothing but standard HTTP requests and responses. Let's cover the basics of how that works.
Map and index data in elastic search by importing a dataset of movies and ratings. Practice inserting, updating, and deleting documents, and examine analysis, tokenization, and relational data modeling.
Explore the free MovieLens data set, a collection of user ratings with movie IDs, titles, and genres, and prepare for indexing in Elasticsearch by inspecting ratings.csv and movies.csv.
Learn how optimistic concurrency control uses sequence numbers and primary terms in Elasticsearch to prevent conflicting updates, with automatic retries on conflicts.
Explore data modeling in elastic search, comparing normalized and denormalized designs, two-hop versus one-hop queries, and parent-child relationships for scalable updates.
Explore how the flattened data type prevents mapping explosions by storing inner fields in a single flattened field. The trade-off is detailed inner-field analysis for keyword-only search.
Explore how elastic search helps customers find data quickly through various search interfaces, sorting, paginating, and filtering, with fuzzy queries, partial matches, and search-as-you-type features, in a hands-on section.
Explore phrase matching in Elasticsearch 9, using match_phrase, slop values, and proximity queries to control term order, distance, and relevance in title searches like star wars.
Learn how to implement pagination in Elasticsearch 9 using from and size parameters, counting from zero, with uri or json body approaches, plus caveats about deep pagination and upper bounds.
Explore edge n-grams for autocomplete in Elasticsearch 9, part 2, by building an autocomplete analyzer, mapping the title field, and reindexing movies data, with _analyze validation.
Install and configure logstash with a file input and grok for apache logs, set the date format, and output to localhost:9200 and the console using ruby debug.
Learn how to import data from an S3 bucket into Elasticsearch with Logstash, configure the S3 input and credentials, and use an Apache log grok filter for indexing.
Hands-on examples of parsing logs with Logstash into Elasticsearch using Grok patterns. Includes Apache, NGINX, MongoDB, AWS ELB, AWS ALB, MySQL slow logs, Elasticsearch logs, Elasticsearch slow logs, IIS, and AWS CloudFront logs.
Collect and centralize syslog data with Logstash by forwarding logs over TCP to Elasticsearch, or have Logstash monitor local log files and index them into Elasticsearch for rapid search.
Import movie ratings from the ML latest small data set into Elasticsearch via Spark, creating a new ratings index; adapt the CSV script to map lines to a rating class.
Explore how Elasticsearch acts as a vector database by storing and querying dense_vector embeddings for semantic search and retrieval-augmented generation, using OpenAI embeddings and a Python workflow.
Explore Elasticsearch aggregations, including metrics, histograms, buckets, nested aggregations, and pipelines, enabling moving averages, cumulative sums, and matrix-based analysis.
Explore how Elasticsearch handles time series data with date histogram aggregations by hour on the at_timestamp field, using log data to analyze website traffic and Googlebot hits.
Master data frame transforms in Elasticsearch to aggregate data by entities and create destination indices. Use pivot definitions and preview and start transform APIs for efficient, advanced analytics.
Explore Cabana to analyze a half-hour of 404 errors from 9:30 to 10 a.m. zulu time, identifying San Jose crawlers and their origins.
Wraps up by tying the elastic stack together, including Elasticsearch, Logstash, Kibana, and Beats, and shows how this simpler system prepares you to manage an elastic search cluster.
Learn how Elasticsearch index lifecycle management automates aging indices through hot, warm, cold, frozen, and delete stages using size- or age-based policies and a rollover alias.
Troubleshoot common Elasticsearch issues across node setup, cluster formation, and cluster state. Learn to use bootstrap checks, discovery, log analysis, and backups for resilient operation.
Watch failover in action as Elasticsearch adds a node, loses the master, and automatically rebalances shards across three nodes on a single vm, then recovers when the original node returns.
Automate backups for Elasticsearch clusters with Snapshot Lifecycle Management, configuring repositories and policies to schedule snapshots, include all indices, and set retention and deletion rules.
Learn to implement uptime monitoring with heartbeat in the Elastic Stack by using ICMP, TCP, and HTTP monitors, configuring YAML monitors, and visualizing results with a heartbeat dashboard.
Explore cloud options for renting Elasticsearch clusters, including AWS Elasticsearch Service on EC2 and Elastic Cloud, to save time and money.
Spin up an OpenSearch domain on AWS with Elasticsearch compatibility and IAM security. Learn cost aware settings, data nodes, and AWS integrations like Kinesis and Firehose.
Explore Elastic Cloud, a hosted Elasticsearch service with automatic cloud provisioning (Google by default, Azure or AWS options) and paid add-ons; set up a free trial and deploy.
Wraps up by recapping installation, mapping, indexing, searching, and aggregating data with the elastic stack, plus importing data from files and streaming sources, and visualizing with Kibana.
Now updated for Elasticsearch 9! (Almost all lessons are compatible with Elasticsearch 8 as well.)
Elasticsearch and the Elastic Stack are important tools for managing massive data. You need to know the problems it solves and how it works to design the best systems, and be the most valuable engineer you can be.
Elasticsearch is a powerful tool for analyzing big data sets in a matter of milliseconds! It’s increasingly popular technology for powering search and analytics on big websites, and a valuable skill to have in today's job market. This course covers it all, from installation to operations. Learn how to use Elasticsearch and implement it in your work within the next few days.
We've teamed up with Coralogix to co-produce the most comprehensive Elastic Stack course we've seen— with over 100 lectures including 14 hours of video.
We'll show you how to set up search indices on an Elasticsearch 9 cluster, and query that data in many different ways. Fuzzy searches, partial matches, search-as-you-type, pagination, sorting - you name it. And it's not just theory, every lesson has hands-on examples where you'll practice each skill using a virtual machine running Elasticsearch on your own PC.
You'll learn how to use Elasticsearch as a vector database or vector store, an important component of modern generative AI applications.
We cover, in depth, the often-overlooked problem of importing data into an Elasticsearch index. Whether it's via raw RESTful queries, scripts using Elasticsearch API's, or integration with other "big data" systems like Spark and Kafka - you'll see many ways to get Elasticsearch started from large, existing data sets at scale. We'll also stream data into Elasticsearch using Logstash and Filebeat - commonly referred to as the "ELK Stack" (Elasticsearch / Logstash / Kibana) or the "Elastic Stack".
Elasticsearch isn't just for search anymore - it has powerful aggregation capabilities for structured data, which allows you to glean new insights from your indexed data. We'll bucket and analyze data using Elasticsearch, and visualize it using the Elastic Stack's web UI, Kibana and Kibana Lens.
You'll learn how to manage operations on your Elastic Stack, monitoring your cluster's health, and how to perform operational tasks like scaling up your cluster, and doing rolling restarts. We'll also spin up Elasticsearch clusters in the cloud using Amazon Opensearch Service and the Elastic Cloud.
Elasticsearch is positioning itself to be a much faster alternative to Hadoop, Spark, and Flink for many common data analysis requirements. It's an important tool to understand, and it's easy to use! Dive in with me and I'll show you what it's all about.