Skip to content

Commit

Permalink
change survey link to custom domain
Browse files Browse the repository at this point in the history
  • Loading branch information
abbyhu2000 committed Apr 13, 2023
1 parent e1c52b6 commit 607844a
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion config/opensearch_dashboards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,4 +239,4 @@
#data_source.encryption.wrappingKey: [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]

# Set the value of this setting to false to hide the help menu link to the OpenSearch Dashboards user survey
# opensearchDashboards.survey.url: "https://amazonmr.au1.qualtrics.com/jfe/form/SV_1BxJNrtCo4LbweW"
# opensearchDashboards.survey.url: "https://survey.opensearch.org"

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

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

2 changes: 1 addition & 1 deletion src/core/public/chrome/ui/header/header_help_menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ class HeaderHelpMenuUI extends Component<Props, State> {
<div>
<EuiButtonEmpty href={surveyLink} target="_blank" size="xs" flush="left">
<FormattedMessage
id="core.ui.chrome.headerGlobalNav.helpMenuSatisfactionSurveyTitle"
id="core.ui.chrome.headerGlobalNav.helpMenuFeedbackSurveyTitle"
defaultMessage="Give feedback"
/>
</EuiButtonEmpty>
Expand Down
2 changes: 1 addition & 1 deletion src/core/server/opensearch_dashboards_config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const config = {
}),
survey: schema.object({
url: schema.string({
defaultValue: 'https://amazonmr.au1.qualtrics.com/jfe/form/SV_1BxJNrtCo4LbweW',
defaultValue: 'https://survey.opensearch.org',
}),
}),
}),
Expand Down

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

0 comments on commit 607844a

Please sign in to comment.