- Lab
- A Cloud Guru
Uploading Data with the Data Visualizer in Elasticsearch 7.13
The Elastic Stack really excels at continuously streaming data from countless sources into Elasticsearch. But sometimes, you just want to quickly ingest some data to analyze it ad hoc without having to set up a data processing pipeline for it. For this use case, we can use the data visualizer. In this hands-on lab, you will leverage the data visualizer to ingest some flat file data into Elasticsearch to be analyzed.
Path Info
Table of Contents
-
Challenge
Download and Extract the `malicious_urls` Dataset
- Download the malicious_urls.zip archive.
- Extract the malicious_urls.csv file.
-
Challenge
Upload the `malicious_urls` Dataset to the Data Visualizer
From the Data Visualizer in Kibana, upload the malicious_urls.csv file.
-
Challenge
Configure and Import the `malicious_urls` Dataset
- Import the dataset to the
malicious_urls
index. - The
malicious_urls
index should be configured with1
primary and0
replica shards in order to maintain agreen
cluster state.
- Import the dataset to the
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.