OpenSearch Dashboards

This workshop has been deprecated and archived. The new Amazon EKS Workshop is now available at www.eksworkshop.com.

Finally Let’s log into OpenSearch Dashboards to visualize our logs.

echo "OpenSearch Dashboards URL: https://${ES_ENDPOINT}/_dashboards/
OpenSearch Dashboards user: ${ES_DOMAIN_USER}
OpenSearch Dashboards password: ${ES_DOMAIN_PASSWORD}"

OpenSearch Dashboards Login

From the OpenSearch Dashboards Welcome screen select Explore on my own

OpenSearch Dashboards Welcome Screen

Now click Confirm button on Select your tenant screen

OpenSearch Tenant Selection Screen

On the next screen click on OpenSearch Dashboards tile

OpenSearch Dashboards Tile

Now click Add your data

OpenSearch Dashboards Add Data

Now click Create index Pattern

OpenSearch Dashboards Index Pattern

Add *fluent-bit* as the Index pattern and click Next step

OpenSearch Dashboards Index Pattern 1

Select @timestamp as the Time filter field name and close the Configuration window by clicking on Create index pattern

OpenSearch Dashboards Index Pattern 2

Finally you can select Discover from the left panel and start exploring the logs

OpenSearch Dashboards Explore