in this step, you will use Kibana in Amazon Elasticsearch Service to visualize the results of facial recognition in real time.
First, open your Kibana dashboard.
kvs-workshop-domain
from the left-hand menuAfter opening Kibana dashboard, you need to set the index pattern at first.
Index Patterns
on the left, and click on Create index pattern
on the rightrecord
and click on Next step
timestamp
Create index pattern
Next, check the records registered in Amazon Elasticsearch Service in Kibana.
Finally, let’s visualize the recognition results as a graph.
Create new visualization
in the middle of the screenVertical Bar
record*
+ Add
and select Y-Axis
Average Bucket
Filters
name.keyword == the name of person in the collection
(e.g. name.keyword == alice
)Count
Your name
(e.g. alice
)+ Add
and select X-Axis
Date histogram
The following graph will be displayed. This visualizes how many times each person is recognized at each time.
Finally, click on Save
at the top of the screen to save the visualization.
Great work, and that’s all the steps for this workshop!
If you want to delete the resources you created in the workshop, proceed to Lab-3.