Skip to content

Commit

Permalink
[Rename] fix missed elasticsearch references (#37) (#194)
Browse files Browse the repository at this point in the history
Signed-off-by: Bishoy Boktor <boktorbb@amazon.com>
  • Loading branch information
boktorbb authored and kavilla committed Mar 19, 2021
1 parent fc95ce5 commit 8fbc141
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 8fbc141

Please sign in to comment.