Skip to content

Commit

Permalink
[DOCS] Fix copy for Allow string indices in TSVB setting (#126374)
Browse files Browse the repository at this point in the history
Updates the copy for the `Allow string indices in TSVB` setting to remove a reference to index patterns. While technically correct, the reference is confusing and unneeded.
  • Loading branch information
jrodewig authored Feb 28, 2022
1 parent a483dd0 commit 2ccda5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/vis_types/timeseries/server/ui_settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const getUiSettings: () => Record<string, UiSettingsParams> = () => ({
requiresPageReload: true,
description: i18n.translate('visTypeTimeseries.advancedSettings.allowStringIndicesText', {
defaultMessage:
'Enables you to use index patterns and Elasticsearch indices in <strong>TSVB</strong> visualizations.',
'Enables you to query Elasticsearch indices in <strong>TSVB</strong> visualizations.',
}),
schema: schema.boolean(),
},
Expand Down

0 comments on commit 2ccda5a

Please sign in to comment.