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

[MD] UX enhancement for datasource #2529

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions .lycheeexclude
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ https://opensearch.org/cool/path
https://opensearch.org/redirect
http://www.opensearch.org/painlessDocs
https://www.hostedgraphite.com/
https://connectionurl.com

# External urls
https://www.zeek.org/
Expand Down Expand Up @@ -114,3 +115,4 @@ https://a.tile.openstreetmap.org/
http://www.creedthoughts.gov
https://media-for-the-masses.theacademyofperformingartsandscience.org/
https://yarnpkg.com/latest.msi
https://forum.opensearch.org/t/feedback-experimental-feature-connect-to-external-data-sources/11144
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* [Viz Builder] Create a new wizard directly on a dashboard ([#2384](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2384))
* [Multi DataSource] UX enhacement on index pattern management stack ([#2505]https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2505))
* [Multi DataSource] UX enhancement on Data source management stack ([#2521](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2521))
* [Multi DataSource] UX enhancement for datasource ([#2529](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2529))

### 🐛 Bug Fixes

Expand Down
3 changes: 3 additions & 0 deletions src/core/public/doc_links/doc_links_service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,8 @@ export class DocLinksService {
functionbeat: `https://opensearch.org/docs/latest/downloads/beats/functionbeat`,
winlogbeat: `${OPENSEARCH_WEBSITE_DOCS}`,
siem: `${OPENSEARCH_WEBSITE_DOCS}`,
openSearchForum:
'https://forum.opensearch.org/t/feedback-experimental-feature-connect-to-external-data-sources/11144',
yibow98 marked this conversation as resolved.
Show resolved Hide resolved
indexPatterns: {
loadingData: `${OPENSEARCH_WEBSITE_DOCS}`,
introduction: `${OPENSEARCH_WEBSITE_DOCS}`,
Expand Down Expand Up @@ -752,6 +754,7 @@ export interface DocLinksStart {
readonly functionbeat: string;
readonly winlogbeat: string;
readonly siem: string;
readonly openSearchForum: string;
readonly indexPatterns: {
readonly loadingData: string;
readonly introduction: string;
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading