From 47303cf0864ff3b98bd82b63b52dfb0f2a74f0ad Mon Sep 17 00:00:00 2001 From: Josh Romero Date: Fri, 18 Nov 2022 23:21:25 +0000 Subject: [PATCH] [Chore] Update other timeline `es()` examples and test usage Signed-off-by: Josh Romero --- src/plugins/timeline/public/app.js | 2 +- .../directives/timeline_expression_input.html | 4 +-- .../timeline_help/timeline_help.html | 32 +++++++++---------- .../timeline/public/services/_saved_sheet.ts | 2 +- .../public/__snapshots__/to_ast.test.ts.snap | 2 +- .../vis_type_timeline/public/to_ast.test.ts | 2 +- .../server/handlers/lib/parse_sheet.test.js | 6 ++-- .../vis_type_timeline/server/plugin.ts | 4 +-- .../management/exports/_import_too_big.ndjson | 4 +-- .../apps/timeline/_expression_typeahead.js | 10 +++--- 10 files changed, 34 insertions(+), 34 deletions(-) diff --git a/src/plugins/timeline/public/app.js b/src/plugins/timeline/public/app.js index 6680e5518dcd..d0e940b9dded 100644 --- a/src/plugins/timeline/public/app.js +++ b/src/plugins/timeline/public/app.js @@ -169,7 +169,7 @@ export function initTimelineApp(app, deps) { const savedVisualizations = deps.plugins.visualizations.savedVisualizationsLoader; const timezone = getTimezone(deps.core.uiSettings); - const defaultExpression = '.es(*)'; + const defaultExpression = '.opensearch(*)'; $scope.topNavMenu = getTopNavMenu(); diff --git a/src/plugins/timeline/public/directives/timeline_expression_input.html b/src/plugins/timeline/public/directives/timeline_expression_input.html index e2e73706621f..b565e6643fc6 100644 --- a/src/plugins/timeline/public/directives/timeline_expression_input.html +++ b/src/plugins/timeline/public/directives/timeline_expression_input.html @@ -4,7 +4,7 @@ For some reasons it doesn't work without it (even though the default role of the element is textbox anyway). -->