When you click on the “guest” label in the donor tab, the entire dashboard updates to display only records related to guest users. This interaction is what we refer to as a drilldown in Kibana. The concept is simple. When viewing a chart or visualization that represents aggregated data, clicking on a segment dynamically updates all other visualizations on the dashboard. This ensures every widget reflects data solely pertaining to the selected attribute, such as guest user activities.
Suppose you want to investigate whether guest users experienced login failures. Perhaps there was an issue with the login process that prevented guest users from successfully creating accounts. By clicking directly on the segment of a graph that indicates “login failures,” the drilldown filters the entire dashboard to display detailed information related to these incidents. For instance, if a graph shows two login failures on a particular day, this could suggest either user login errors or a system malfunction.