diff --git a/x-pack/performance/journeys_e2e/data_stress_test_lens.ts b/x-pack/performance/journeys_e2e/data_stress_test_lens.ts index ee926b7f2cc91..ab425ee96b326 100644 --- a/x-pack/performance/journeys_e2e/data_stress_test_lens.ts +++ b/x-pack/performance/journeys_e2e/data_stress_test_lens.ts @@ -5,7 +5,7 @@ * 2.0. */ -import { createDashboardJourney } from './utils/dashboard_journey'; +import { createDashboardJourney } from '../utils/dashboard_journey'; export const journey = createDashboardJourney({ esArchives: ['src/platform/test/functional/fixtures/es_archiver/stress_test'], diff --git a/x-pack/performance/journeys_e2e/ecommerce_dashboard_map_only.ts b/x-pack/performance/journeys_e2e/ecommerce_dashboard_map_only.ts index b104a490b2b6c..abe6de5bacb36 100644 --- a/x-pack/performance/journeys_e2e/ecommerce_dashboard_map_only.ts +++ b/x-pack/performance/journeys_e2e/ecommerce_dashboard_map_only.ts @@ -5,7 +5,7 @@ * 2.0. */ -import { createDashboardJourney } from './utils/dashboard_journey'; +import { createDashboardJourney } from '../utils/dashboard_journey'; export const journey = createDashboardJourney({ esArchives: ['x-pack/performance/es_archives/sample_data_ecommerce_many_fields'], diff --git a/x-pack/performance/journeys_e2e/ecommerce_dashboard_saved_search_only.ts b/x-pack/performance/journeys_e2e/ecommerce_dashboard_saved_search_only.ts index b72d32db28472..807d58f3b1376 100644 --- a/x-pack/performance/journeys_e2e/ecommerce_dashboard_saved_search_only.ts +++ b/x-pack/performance/journeys_e2e/ecommerce_dashboard_saved_search_only.ts @@ -5,7 +5,7 @@ * 2.0. */ -import { createDashboardJourney } from './utils/dashboard_journey'; +import { createDashboardJourney } from '../utils/dashboard_journey'; export const journey = createDashboardJourney({ esArchives: ['x-pack/performance/es_archives/sample_data_ecommerce_many_fields'], diff --git a/x-pack/performance/journeys_e2e/ecommerce_dashboard_tsvb_gauge_only.ts b/x-pack/performance/journeys_e2e/ecommerce_dashboard_tsvb_gauge_only.ts index 74893fd3517c3..453c7cf66f869 100644 --- a/x-pack/performance/journeys_e2e/ecommerce_dashboard_tsvb_gauge_only.ts +++ b/x-pack/performance/journeys_e2e/ecommerce_dashboard_tsvb_gauge_only.ts @@ -5,7 +5,7 @@ * 2.0. */ -import { createDashboardJourney } from './utils/dashboard_journey'; +import { createDashboardJourney } from '../utils/dashboard_journey'; export const journey = createDashboardJourney({ esArchives: ['x-pack/performance/es_archives/sample_data_ecommerce_many_fields'], diff --git a/x-pack/performance/journeys_e2e/flight_dashboard.ts b/x-pack/performance/journeys_e2e/flight_dashboard.ts index 28247e9d8c51e..a282d64e90c49 100644 --- a/x-pack/performance/journeys_e2e/flight_dashboard.ts +++ b/x-pack/performance/journeys_e2e/flight_dashboard.ts @@ -5,7 +5,7 @@ * 2.0. */ -import { createDashboardJourney } from './utils/dashboard_journey'; +import { createDashboardJourney } from '../utils/dashboard_journey'; export const journey = createDashboardJourney({ esArchives: ['x-pack/performance/es_archives/sample_data_flights_many_fields'], diff --git a/x-pack/performance/journeys_e2e/web_logs_dashboard.ts b/x-pack/performance/journeys_e2e/web_logs_dashboard.ts index f47d48933d750..d84a66db46a50 100644 --- a/x-pack/performance/journeys_e2e/web_logs_dashboard.ts +++ b/x-pack/performance/journeys_e2e/web_logs_dashboard.ts @@ -5,7 +5,7 @@ * 2.0. */ -import { createDashboardJourney } from './utils/dashboard_journey'; +import { createDashboardJourney } from '../utils/dashboard_journey'; export const journey = createDashboardJourney({ esArchives: ['x-pack/performance/es_archives/sample_data_logs_many_fields'], diff --git a/x-pack/performance/journeys_e2e/web_logs_dashboard_esql.ts b/x-pack/performance/journeys_e2e/web_logs_dashboard_esql.ts index dc6ad51e14164..7794b6e1f7db4 100644 --- a/x-pack/performance/journeys_e2e/web_logs_dashboard_esql.ts +++ b/x-pack/performance/journeys_e2e/web_logs_dashboard_esql.ts @@ -5,7 +5,7 @@ * 2.0. */ -import { createDashboardJourney } from './utils/dashboard_journey'; +import { createDashboardJourney } from '../utils/dashboard_journey'; export const journey = createDashboardJourney({ esArchives: ['x-pack/performance/es_archives/sample_data_logs_many_fields'], diff --git a/x-pack/performance/journeys_e2e/web_logs_dashboard_esql_long_running.ts b/x-pack/performance/journeys_e2e/web_logs_dashboard_esql_long_running.ts index 11269b3a18001..d67dd7576121b 100644 --- a/x-pack/performance/journeys_e2e/web_logs_dashboard_esql_long_running.ts +++ b/x-pack/performance/journeys_e2e/web_logs_dashboard_esql_long_running.ts @@ -5,7 +5,7 @@ * 2.0. */ -import { createDashboardJourney } from './utils/dashboard_journey'; +import { createDashboardJourney } from '../utils/dashboard_journey'; export const journey = createDashboardJourney({ esArchives: ['x-pack/performance/es_archives/sample_data_logs_many_fields'], diff --git a/x-pack/performance/journeys_e2e/web_logs_dashboard_long_running.ts b/x-pack/performance/journeys_e2e/web_logs_dashboard_long_running.ts index 8f8691c078474..b97e69e9ce140 100644 --- a/x-pack/performance/journeys_e2e/web_logs_dashboard_long_running.ts +++ b/x-pack/performance/journeys_e2e/web_logs_dashboard_long_running.ts @@ -5,7 +5,7 @@ * 2.0. */ -import { createDashboardJourney } from './utils/dashboard_journey'; +import { createDashboardJourney } from '../utils/dashboard_journey'; export const journey = createDashboardJourney({ esArchives: ['x-pack/performance/es_archives/sample_data_logs_many_fields'], diff --git a/x-pack/performance/journeys_e2e/utils/dashboard_journey.ts b/x-pack/performance/utils/dashboard_journey.ts similarity index 100% rename from x-pack/performance/journeys_e2e/utils/dashboard_journey.ts rename to x-pack/performance/utils/dashboard_journey.ts