
Elastic Stack 8.x Cookbook
By :

In this recipe, we’ll see how you can take advantage of one of the most powerful and popular applications in Kibana: Discover. After indexing some data in Elasticsearch, Discover should be your starting point to gain insights into the structure of the data, fields, value distribution, and other critical aspects. It’s also an extremely efficient tool for confirming that data is indexing correctly into your Elasticsearch cluster.
With the launch of Elastic Stack version 8, Discover has introduced some exciting new features. In this recipe, we will concentrate on the following:
To follow along in this recipe, you’ll need an up-and-running Elastic deployment with Elasticsearch and Kibana. To spin up a cluster on...