Skip to content

Commit

Permalink
Update beta badge & docs
Browse files Browse the repository at this point in the history
  • Loading branch information
qn895 committed Jan 5, 2022
1 parent c2f57dc commit 55e111d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export const DocumentViewModeToggle = ({
defaultMessage: 'Beta',
})}
size="s"
iconType="beaker"
className="fieldStatsBetaBadge"
/>
</div>
Expand Down
11 changes: 10 additions & 1 deletion src/plugins/discover/server/ui_settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,16 @@ export const getUiSettings: () => Record<string, UiSettingsParams> = () => ({
description: i18n.translate(
'discover.advancedSettings.discover.showFieldStatisticsDescription',
{
defaultMessage: `Enable "Field statistics" table in Discover.`,
defaultMessage: `Enable {fieldStatisticsDocs} in Discover to explore the fields in your data. This functionality is in beta and is subject to change. `,
values: {
fieldStatisticsDocs:
`<a href="https://www.elastic.co/guide/en/kibana/master/show-field-statistics.html"
target="_blank" rel="noopener">` +
i18n.translate('discover.advancedSettings.discover.fieldStatisticsLinkText', {
defaultMessage: 'Field statistics view',
}) +
'</a>',
},
}
),
value: false,
Expand Down

0 comments on commit 55e111d

Please sign in to comment.