Skip to content

Commit

Permalink
Update 2024-04-30-A-comprehensive-guide-to-setup-and-connect-self-man…
Browse files Browse the repository at this point in the history
…aged-dashboards-with-Amazon-OpenSearch-domain.md

Signed-off-by: Madhan <[email protected]>
  • Loading branch information
madhankb authored Jan 28, 2025
1 parent 9724814 commit e57f32c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ has_math: true
has_science_table: true
---

> [!NOTE]
> Before you proceed, Amazon OpenSearch Service has introduced the next-generation OpenSearch UI designed to address this purpose. To learn more, check out: https://aws.amazon.com/blogs/big-data/amazon-opensearch-service-launches-the-next-generation-opensearch-ui

Check failure on line 16 in _posts/2024-04-30-A-comprehensive-guide-to-setup-and-connect-self-managed-dashboards-with-Amazon-OpenSearch-domain.md

View workflow job for this annotation

GitHub Actions / style-job

[vale] reported by reviewdog 🐶 [OpenSearch.SpacingPunctuation] There should be no space before and one space after the punctuation mark in 'aws.amazon'. Raw Output: {"message": "[OpenSearch.SpacingPunctuation] There should be no space before and one space after the punctuation mark in 'aws.amazon'.", "location": {"path": "_posts/2024-04-30-A-comprehensive-guide-to-setup-and-connect-self-managed-dashboards-with-Amazon-OpenSearch-domain.md", "range": {"start": {"line": 16, "column": 166}}}, "severity": "ERROR"}

Check failure on line 16 in _posts/2024-04-30-A-comprehensive-guide-to-setup-and-connect-self-managed-dashboards-with-Amazon-OpenSearch-domain.md

View workflow job for this annotation

GitHub Actions / style-job

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'Amazon' instead of 'amazon'. Raw Output: {"message": "[Vale.Terms] Use 'Amazon' instead of 'amazon'.", "location": {"path": "_posts/2024-04-30-A-comprehensive-guide-to-setup-and-connect-self-managed-dashboards-with-Amazon-OpenSearch-domain.md", "range": {"start": {"line": 16, "column": 170}}}, "severity": "ERROR"}

Check failure on line 16 in _posts/2024-04-30-A-comprehensive-guide-to-setup-and-connect-self-managed-dashboards-with-Amazon-OpenSearch-domain.md

View workflow job for this annotation

GitHub Actions / style-job

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'Amazon' instead of 'amazon'. Raw Output: {"message": "[Vale.Terms] Use 'Amazon' instead of 'amazon'.", "location": {"path": "_posts/2024-04-30-A-comprehensive-guide-to-setup-and-connect-self-managed-dashboards-with-Amazon-OpenSearch-domain.md", "range": {"start": {"line": 16, "column": 196}}}, "severity": "ERROR"}

Check failure on line 16 in _posts/2024-04-30-A-comprehensive-guide-to-setup-and-connect-self-managed-dashboards-with-Amazon-OpenSearch-domain.md

View workflow job for this annotation

GitHub Actions / style-job

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'OpenSearch' instead of 'opensearch'. Raw Output: {"message": "[Vale.Terms] Use 'OpenSearch' instead of 'opensearch'.", "location": {"path": "_posts/2024-04-30-A-comprehensive-guide-to-setup-and-connect-self-managed-dashboards-with-Amazon-OpenSearch-domain.md", "range": {"start": {"line": 16, "column": 203}}}, "severity": "ERROR"}
[OpenSearch](https://opensearch.org/) is a scalable, flexible, and extensible open-source software suite for search, analytics, security monitoring, and observability applications, licensed under Apache 2.0. [OpenSearch Dashboards](https://opensearch.org/docs/latest/dashboards/) is a powerful and flexible data visualization and exploration platform that enables users to analyze and visualize large volumes of data. It is open-source software that provides a user-friendly interface for creating interactive dashboards, charts, and graphs, allowing users to gain valuable insights from their data.

In [Amazon OpenSearch Service](https://aws.amazon.com/opensearch-service/), a blue/green deployment establishes a standby environment for domain updates by replicating the production environment. After completing the updates, users are directed to the new environment. The blue environment represents the current production setup, while the green environment represents the standby setup. After completing the upgrade process, OpenSearch Service switches the environments, promoting the green environment to become the new production environment without any data loss. However, due to the current code configuration, access to Dashboards is interrupted during the initial phase of blue/green deployment. This can result in downtime for Dashboards, which presents challenges to users because it restricts their ability to visualize and explore data during this period.
Expand Down

0 comments on commit e57f32c

Please sign in to comment.