Tag cloud visualizations don’t necessarily hold the same data analysis value as other visualizations, but they do provide a friendly and eye-catching visual, ideal for high-level audiences who aren’t going to as intuitively interpret more complex visualizations. This lesson is dedicated to creating and customizing tag cloud visualizations in Kibana.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Create and Save the Top Products by Sales Visualization
- Create a new tag cloud visualization.
- Compute the number of sales labelled as "Sales".
- Tag the top 5 of "products.product_name.keyword" ordered by the number of sales in descending order and labelled as "Product".
- Save the visualization as "Top Products by Sales".
- Create and Save the Top Cities by Customers Visualization
- Create a new tag cloud visualization.
- Compute the number of "customer_id" labelled as "Customers".
- Tag the top 5 of "geoip.city_name" ordered by the number of customers in descending order and labelled as "City".
- Save the visualization as "Top Cities by Customers".
- Create and Save the Top Customers by Purchased Amount Visualization
- Create a new tag cloud visualization.
- Compute the sum of "products.price" labelled as "Purchased Amount".
- Tag the top 5 of "customer_full_name.keyword" ordered by the total purchased amount in descending order and labelled as "Customer".
- Save the visualization as "Top Customers by Purchased Amount".