Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Getting Started with Elastic Stack 8.0

You're reading from  Getting Started with Elastic Stack 8.0

Product type Book
Published in Mar 2022
Publisher Packt
ISBN-13 9781800569492
Pages 474 pages
Edition 1st Edition
Languages
Author (1):
Asjad Athick Asjad Athick
Profile icon Asjad Athick

Table of Contents (18) Chapters

Preface Section 1: Core Components
Chapter 1: Introduction to the Elastic Stack Chapter 2: Installing and Running the Elastic Stack Section 2: Working with the Elastic Stack
Chapter 3: Indexing and Searching for Data Chapter 4: Leveraging Insights and Managing Data on Elasticsearch Chapter 5: Running Machine Learning Jobs on Elasticsearch Chapter 6: Collecting and Shipping Data with Beats Chapter 7: Using Logstash to Extract, Transform, and Load Data Chapter 8: Interacting with Your Data on Kibana Chapter 9: Managing Data Onboarding with Elastic Agent Section 3: Building Solutions with the Elastic Stack
Chapter 10: Building Search Experiences Using the Elastic Stack Chapter 11: Observing Applications and Infrastructure Using the Elastic Stack Chapter 12: Security Threat Detection and Response Using the Elastic Stack Chapter 13: Architecting Workloads on the Elastic Stack Other Books You May Enjoy

Technical requirements

To see data collection methodologies in action, this chapter will use a web server configured to serve a static HTML web page. Follow these instructions to set up and configure this component before reading ahead:

  1. Provision and configure a virtual machine (locally or on a cloud service) with at least 2 vCPUs and 4 GB memory. This chapter will use a machine running Ubuntu 16.04, but you can choose any compatible Linux operating system of your choice, as described in Chapter 2, Installing and Running the Elastic Stack.
  2. We will use nginx to serve our static web page. Nginx is an open source web server and reverse proxy application. With the appropriate privileges (using sudo where necessary on your OS), run the following commands to install nginx:
    sudo apt-get update
    sudo apt-get install nginx
  3. Confirm nginx is installed by running this:
    nginx -v
  4. The code repository for this chapter contains a static website in Chapter6/html-webpage. The following...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}