Goal: Alice got the overview of the ELK stack, now she wants a deep understanding of each component of the stack. Let’s help her in getting started, with a brief introduction to Elastic Search with a use-case.
Objectives: Let’s Build an Employee Directory
We happen to work for Megabuilder, and as part of HR’s new initiative, we have been tasked with creating an employee directory. The directory is supposed to foster employer empathy and real-time, synergistic, dynamic collaboration, so it has a few business requirements:
• Enable data to contain multi value tags, numbers, and full text.
• Retrieve the full details of any employee.
• Allow structured search, such as finding employees over the age of 30.
• Allow simple full-text search and more-complex phrase searches.
• Return highlighted search snippets from the text in the matching documents.
• Enable management to build analytic dashboards over the data
Topics:
• Elastic Search Overview
• Installing and running Elastic Search
• Indexing Documents
• Retrieving a Document
• Searching a Document
Hands On:
• Installing and running Elastic Search
• Indexing Documents
• Retrieving Full Document
• Retrieving a part of Document
• Checking Document Existence
• Updating a Document
• Deleting a Document
• Searching a Document (Overview)