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

[7.x] Change the error message on TSVB in order to be more user friendly (#67090) #67121

Merged
merged 1 commit into from
May 21, 2020
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ export function validateInterval(bounds, panel, maxBuckets) {
'visTypeTimeseries.validateInterval.notifier.maxBucketsExceededErrorMessage',
{
defaultMessage:
'Max buckets exceeded: {buckets} is greater than {maxBuckets}, try a larger time interval in the panel options.',
values: { buckets, maxBuckets },
'Your query attempted to fetch too much data. Reducing the time range or changing the interval used usually fixes the issue.',
}
)
);
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/translations/translations/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -3634,7 +3634,6 @@
"visTypeTimeseries.unsupportedAgg.aggIsNotSupportedDescription": "{modelType} 集約はサポートされなくなりました。",
"visTypeTimeseries.unsupportedAgg.aggIsTemporaryUnsupportedDescription": "{modelType} 集約は現在サポートされていません。",
"visTypeTimeseries.unsupportedSplit.splitIsUnsupportedDescription": "{modelType} による分割はサポートされていません。",
"visTypeTimeseries.validateInterval.notifier.maxBucketsExceededErrorMessage": "バケットの最高数を超えました。{buckets} が {maxBuckets} を超えています。パネルオプションでより広い間隔を試してみてください。",
"visTypeTimeseries.vars.variableNameAriaLabel": "変数名",
"visTypeTimeseries.vars.variableNamePlaceholder": "変数名",
"visTypeTimeseries.visEditorVisualization.applyChangesLabel": "変更を適用",
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -3635,7 +3635,6 @@
"visTypeTimeseries.unsupportedAgg.aggIsNotSupportedDescription": "不再支持 {modelType} 聚合。",
"visTypeTimeseries.unsupportedAgg.aggIsTemporaryUnsupportedDescription": "当前不支持 {modelType} 聚合。",
"visTypeTimeseries.unsupportedSplit.splitIsUnsupportedDescription": "不支持拆分依据 {modelType}。",
"visTypeTimeseries.validateInterval.notifier.maxBucketsExceededErrorMessage": "超过最大桶数:{buckets} 大于 {maxBuckets},请在面板选项中尝试较大的时间间隔。",
"visTypeTimeseries.vars.variableNameAriaLabel": "变量名称",
"visTypeTimeseries.vars.variableNamePlaceholder": "变量名称",
"visTypeTimeseries.visEditorVisualization.applyChangesLabel": "应用更改",
Expand Down