
Course Overview
Elasticsearch הוא מנוע חיפוש וניתוח מבוזר בקוד פתוח, המבוסס על מנוע החיפוש Apache Lucene. מאז שחרורו ב- 2010, הוא הפך במהירות למנוע החיפוש פופולרי המשמש בדרך כלל לניתוח קבצי לוג, חיפוש טקסט מלא, security intelligence, ניתוח עסקי ועוד. במסגרת הקורס נכיר את היסודות של Elasticsearch ונלמד לבצע ניתוח טקסט, לבצע מיפוי ולהשתמש במאפייני חיפוש נוספים, לעבוד עם תוצאות החיפוש ואגרגציות ועוד.
Elasticsearch is an open-source, RESTful, distributed search and analytics engine built on Apache Lucene.
Since its release in 2010, Elasticsearch has quickly become the most popular search engine, and is commonly used for log analytics, full-text search, security intelligence, business analytics, and operational intelligence use cases.
למי הקורס מיועד:
מפתחים שרוצים ללמוד Elasticsearch. הקורס מיועד למפתחים ולא למנהלי מערכת.
How does Elasticsearch work?
You can send data in the form of JSON documents to Elasticsearch using the API or ingestion tools such as Logstash and Amazon Kinesis Firehose. Elasticsearch automatically stores the original document and adds a searchable reference to the document in the cluster’s index.
You can then search and retrieve the document using the Elasticsearch API. You can also use Kibana, an open-source visualization tool, with Elasticsearch to visualize your data and build interactive dashboards.
Description:
Elasticsearch is an open-source, RESTful, distributed search and analytics engine built on Apache Lucene.
Since its release in 2010, Elasticsearch has quickly become the most popular search engine, and is commonly used for log analytics, full-text search, security intelligence, business analytics, and operational intelligence use cases.
Who should take is course?
Developers who want to learn Elasticsearch. The course is intended for developers and not system administrators.