Questions
- A user searched for
ERROR
log messages in thehands-on
namespace for the last 30 days using the search criteria shown in the following screenshot, but none were found. Why?

Figure 19.19: Kiali web UI not showing expected log records
- A user has found a log record of interest (shown in the following screenshot). How can the user find related log records from this and other microservices, for example, that come from processing an external API request?

Figure 19.20: Kiali web UI – how do we find related log records?
- A user has found a log record that seems to indicate the root cause of a problem that was reported by an end user. How can the user find the stack trace that shows where in the source code the error occurred?

Figure 19.21: Kiali web UI – how do we find the root cause?
- Why doesn’t the following Fluentd configuration element work?
<match kubernetes.**hands...