Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix link in workshop page #3

Merged
merged 1 commit into from
Sep 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ When you complete this lab, you will:

- Have gained experience creating and managing Amazon Elastic Kubernetes Service clusters.
- Have a working example of how to use the [OpenSearch helm charts](https://github.com/opensearch-project/helm-charts/blob/main/README.md){:target="blank"} to deploy OpenSearch and OpenSearch dashboards.
- Know the basics of OpenSearch's query language, [Query DSL](https://github.com/opensearch-project/helm-charts/blob/main/README.md){:target="blank"}, for searching data.
- Know the basics of OpenSearch's query language, [Query DSL](https://opensearch.org/docs/latest/query-dsl/index/){:target="blank"}, for searching data.
- Understand how OpenSearch's [Trace Analytics](https://opensearch.org/docs/latest/monitoring-plugins/trace/index/){:target="blank"} can help you find and fix problems with your application and infrastructure.
- Have a stronger understanding of the basics of the Neural plugin, and explore vector-based, semantic search.
- Know how to build visualizations and dashboards to monitor your application in near-real-time.
Expand Down