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.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Download and Extract the `malicious_urls` Dataset
- Download the malicious_urls.zip archive.
- Extract the malicious_urls.csv file.
- Upload the `malicious_urls` Dataset to the Data Visualizer
From the Data Visualizer in Kibana, upload the malicious_urls.csv file.
- 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