Once you have created the index pattern in Kibana, your Elasticsearch data can be accessed from Kibana directly. So once the data is available, we can explore it using the different options of Kibana Discover. The following screen appears when we first click on Discover from the left menu in Kibana:
In the preceding screenshot, you can see the histogram, which shows the date against the timestamp when the records get added. It shows @timestamp per day on the x axis and Count on the y axis. Under the histogram, we have the actual data, which is shown with Time and the _source field. There are different things we can do here to see the specific fields of records, records with a specific time range, expanded with of one document to show field, and values in a tabular view. Now let's see how we can use some of these features.