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

[Rename] fix missed elasticsearch references (#37) #194

Merged
merged 1 commit into from
Mar 19, 2021
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
4 changes: 2 additions & 2 deletions src/plugins/data/server/ui_settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export function getUiSettings(): Record<string, UiSettingsParams<unknown>> {
}),
value: '{ "unmapped_type": "boolean" }',
description: i18n.translate('data.advancedSettings.sortOptionsText', {
defaultMessage: '{optionsLink} for the Elasticsearch sort parameter',
defaultMessage: '{optionsLink} for the OpenSearch sort parameter',
description:
'Part of composite text: data.advancedSettings.sortOptions.optionsLinkText + ' +
'data.advancedSettings.sortOptionsText',
Expand Down Expand Up @@ -256,7 +256,7 @@ export function getUiSettings(): Record<string, UiSettingsParams<unknown>> {
description: i18n.translate('data.advancedSettings.courier.maxRequestsText', {
defaultMessage:
'Controls the {maxRequestsLink} setting used for _msearch requests sent by OpenSearch Dashboards. ' +
'Set to 0 to disable this config and use the Elasticsearch default.',
'Set to 0 to disable this config and use the OpenSearch default.',
values: {
maxRequestsLink: `<a href="https://www.opensearch.co/guide/en/elasticsearch/reference/current/search-multi-search.html"
target="_blank" rel="noopener" >max_concurrent_shard_requests</a>`,
Expand Down