diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 5c745f1611cc..e4a9d87bc56f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -22,6 +22,7 @@ A high level overview of our contributing guidelines.
- [Setting Up SSL](#setting-up-ssl)
- [Linting](#linting)
- [Internationalization](#internationalization)
+ - [Localization](#localization)
- [Testing and Building](#testing-and-building)
- [Debugging server code](#debugging-server-code)
- [Instrumenting with Elastic APM](#instrumenting-with-elastic-apm)
@@ -408,6 +409,11 @@ ReactDOM.render(
There are a number of tools created to support internationalization in Kibana that would allow one to validate internationalized labels,
extract them to a `JSON` file or integrate translations back to Kibana. To know more, please read corresponding [readme](src/dev/i18n/README.md) file.
+### Localization
+
+We cannot support accepting contributions to the translations from any source other than the translators we have engaged to do the work.
+We are still to develop a proper process to accept any contributed translations. We certainly appreciate that people care enough about the localization effort to want to help improve the quality. We aim to build out a more comprehensive localization process for the future and will notify you once contributions can be supported, but for the time being, we are not able to incorporate suggestions.
+
### Testing and Building
To ensure that your changes will not break other functionality, please run the test suite and build process before submitting your Pull Request.
diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.md
index fc0dab94a0f6..bf29c883e4eb 100644
--- a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.md
+++ b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.md
@@ -88,7 +88,6 @@
| [SavedQuery](./kibana-plugin-plugins-data-public.savedquery.md) | |
| [SavedQueryService](./kibana-plugin-plugins-data-public.savedqueryservice.md) | |
| [SearchSourceFields](./kibana-plugin-plugins-data-public.searchsourcefields.md) | |
-| [SearchStrategyProvider](./kibana-plugin-plugins-data-public.searchstrategyprovider.md) | |
| [TabbedAggColumn](./kibana-plugin-plugins-data-public.tabbedaggcolumn.md) | \* |
| [TabbedTable](./kibana-plugin-plugins-data-public.tabbedtable.md) | \* |
| [TimeRange](./kibana-plugin-plugins-data-public.timerange.md) | |
diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.searchstrategyprovider.id.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.searchstrategyprovider.id.md
deleted file mode 100644
index d60ffba6a05c..000000000000
--- a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.searchstrategyprovider.id.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-[Home](./index.md) > [kibana-plugin-plugins-data-public](./kibana-plugin-plugins-data-public.md) > [SearchStrategyProvider](./kibana-plugin-plugins-data-public.searchstrategyprovider.md) > [id](./kibana-plugin-plugins-data-public.searchstrategyprovider.id.md)
-
-## SearchStrategyProvider.id property
-
-Signature:
-
-```typescript
-id: string;
-```
diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.searchstrategyprovider.isviable.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.searchstrategyprovider.isviable.md
deleted file mode 100644
index aa8ed49051ee..000000000000
--- a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.searchstrategyprovider.isviable.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-[Home](./index.md) > [kibana-plugin-plugins-data-public](./kibana-plugin-plugins-data-public.md) > [SearchStrategyProvider](./kibana-plugin-plugins-data-public.searchstrategyprovider.md) > [isViable](./kibana-plugin-plugins-data-public.searchstrategyprovider.isviable.md)
-
-## SearchStrategyProvider.isViable property
-
-Signature:
-
-```typescript
-isViable: (indexPattern: IndexPattern) => boolean;
-```
diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.searchstrategyprovider.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.searchstrategyprovider.md
deleted file mode 100644
index b271a921906a..000000000000
--- a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.searchstrategyprovider.md
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-[Home](./index.md) > [kibana-plugin-plugins-data-public](./kibana-plugin-plugins-data-public.md) > [SearchStrategyProvider](./kibana-plugin-plugins-data-public.searchstrategyprovider.md)
-
-## SearchStrategyProvider interface
-
-Signature:
-
-```typescript
-export interface SearchStrategyProvider
-```
-
-## Properties
-
-| Property | Type | Description |
-| --- | --- | --- |
-| [id](./kibana-plugin-plugins-data-public.searchstrategyprovider.id.md) | string
| |
-| [isViable](./kibana-plugin-plugins-data-public.searchstrategyprovider.isviable.md) | (indexPattern: IndexPattern) => boolean
| |
-| [search](./kibana-plugin-plugins-data-public.searchstrategyprovider.search.md) | (params: SearchStrategySearchParams) => SearchStrategyResponse
| |
-
diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.searchstrategyprovider.search.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.searchstrategyprovider.search.md
deleted file mode 100644
index 6e2561c3b0ad..000000000000
--- a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.searchstrategyprovider.search.md
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-[Home](./index.md) > [kibana-plugin-plugins-data-public](./kibana-plugin-plugins-data-public.md) > [SearchStrategyProvider](./kibana-plugin-plugins-data-public.searchstrategyprovider.md) > [search](./kibana-plugin-plugins-data-public.searchstrategyprovider.search.md)
-
-## SearchStrategyProvider.search property
-
-Signature:
-
-```typescript
-search: (params: SearchStrategySearchParams) => SearchStrategyResponse;
-```
diff --git a/docs/user/alerting/action-types.asciidoc b/docs/user/alerting/action-types.asciidoc
index 2913bf28dd76..49e7bd1d7774 100644
--- a/docs/user/alerting/action-types.asciidoc
+++ b/docs/user/alerting/action-types.asciidoc
@@ -34,14 +34,23 @@ a| <>
[NOTE]
==============================================
-Some action types are paid commercial features, while others are free.
-For a comparison of the Elastic subscription levels,
-see https://www.elastic.co/subscriptions[the subscription page].
+Some action types are paid commercial features, while others are free.
+For a comparison of the Elastic subscription levels,
+see https://www.elastic.co/subscriptions[the subscription page].
==============================================
+[float]
+[[create-connectors]]
+=== Connectors
+
+You can create connectors for actions in <> or via the action API.
+For out-of-the-box and standardized connectors, you can <>
+before {kib} starts.
+
include::action-types/email.asciidoc[]
include::action-types/index.asciidoc[]
include::action-types/pagerduty.asciidoc[]
include::action-types/server-log.asciidoc[]
include::action-types/slack.asciidoc[]
include::action-types/webhook.asciidoc[]
+include::pre-configured-connectors.asciidoc[]
diff --git a/docs/user/alerting/images/alert-pre-configured-connectors-dropdown.png b/docs/user/alerting/images/alert-pre-configured-connectors-dropdown.png
new file mode 100644
index 000000000000..4e6c71329862
Binary files /dev/null and b/docs/user/alerting/images/alert-pre-configured-connectors-dropdown.png differ
diff --git a/docs/user/alerting/images/alert-pre-configured-slack-connector.png b/docs/user/alerting/images/alert-pre-configured-slack-connector.png
new file mode 100644
index 000000000000..de05e2074ddd
Binary files /dev/null and b/docs/user/alerting/images/alert-pre-configured-slack-connector.png differ
diff --git a/docs/user/alerting/images/pre-configured-connectors-managing.png b/docs/user/alerting/images/pre-configured-connectors-managing.png
new file mode 100644
index 000000000000..f97e93175fa3
Binary files /dev/null and b/docs/user/alerting/images/pre-configured-connectors-managing.png differ
diff --git a/docs/user/alerting/images/pre-configured-connectors-view-screen.png b/docs/user/alerting/images/pre-configured-connectors-view-screen.png
new file mode 100644
index 000000000000..43ac44e7536d
Binary files /dev/null and b/docs/user/alerting/images/pre-configured-connectors-view-screen.png differ
diff --git a/docs/user/alerting/pre-configured-connectors.asciidoc b/docs/user/alerting/pre-configured-connectors.asciidoc
new file mode 100644
index 000000000000..3db13acfb423
--- /dev/null
+++ b/docs/user/alerting/pre-configured-connectors.asciidoc
@@ -0,0 +1,88 @@
+[role="xpack"]
+[[pre-configured-connectors]]
+
+== Preconfigured connectors
+
+You can preconfigure an action connector to have all the information it needs prior to startup
+by adding it to the `kibana.yml` file.
+Sensitive configuration information, such as credentials, can use the {kib} keystore.
+
+Preconfigured connectors offer the following capabilities:
+
+- Require no setup. Configuration and credentials needed to execute an
+action are predefined, including the connector name and ID.
+- Appear in all spaces because they are not saved objects.
+- Cannot be edited or deleted.
+
+[float]
+[[preconfigured-connector-example]]
+=== Example of a preconfigured connector
+
+The following example shows a valid configuration 2 out-of-the box connector.
+
+[source,console]
+------------------------
+ xpack.actions.preconfigured:
+ - id: 'my-slack1' <1>
+ actionTypeId: .slack <2>
+ name: 'Slack #xyz' <3>
+ config: <4>
+ webhookUrl: 'https://hooks.slack.com/services/abcd/efgh/ijklmnopqrstuvwxyz'
+ - id: 'webhook-service'
+ actionTypeId: .webhook
+ name: 'Email service'
+ config:
+ url: 'https://email-alert-service.elastic.co'
+ method: post
+ headers:
+ header1: value1
+ header2: value2
+ secrets: <5>
+ user: elastic
+ password: changeme
+------------------------
+
+<1> `id` is the action connector identifier.
+<2> `actionTypeId` is the action type identifier.
+<3> `name` is the name of the preconfigured connector.
+<4> `config` is the action type specific to the configuration.
+<5> `secrets` is sensitive configuration, such as username, password, and keys.
+
+[NOTE]
+==============================================
+Sensitive properties, such as passwords, can also be stored in the {kib} keystore.
+==============================================
+
+[float]
+[[pre-configured-connector-alert-form]]
+=== Creating an alert with a preconfigured connector
+
+When attaching an action to an alert,
+select from a list of available action types, and
+then select the Slack or Webhook type. Those action types were configured previously.
+The preconfigured connector is installed and is automatically selected.
+
+[role="screenshot"]
+image::images/alert-pre-configured-slack-connector.png[Create alert with selected Slack action type]
+
+The dropdown is populated with additional preconfigured Slack connectors.
+The `preconfigured` label distinguishes them from space-aware connectors that use saved objects.
+
+[role="screenshot"]
+image::images/alert-pre-configured-connectors-dropdown.png[Dropdown list with pre-cofigured connectors]
+
+[float]
+[[managing-pre-configured-connectors]]
+=== Managing preconfigured connectors
+
+Preconfigured connectors appear in the connector list, regardless of which space the user is in.
+They are tagged as “preconfigured” and cannot be deleted.
+
+[role="screenshot"]
+image::images/pre-configured-connectors-managing.png[Connectors managing tab with pre-cofigured]
+
+Clicking on a preconfigured connector shows the description, but not any of the configuration.
+A message indicates that this is a preconfigured connector.
+
+[role="screenshot"]
+image::images/pre-configured-connectors-view-screen.png[Pre-configured connector view details]
diff --git a/src/core/public/plugins/plugin_loader.test.ts b/src/core/public/plugins/plugin_loader.test.ts
index b4e2c3095f14..18cc2d7a6f18 100644
--- a/src/core/public/plugins/plugin_loader.test.ts
+++ b/src/core/public/plugins/plugin_loader.test.ts
@@ -62,7 +62,7 @@ test('`loadPluginBundles` creates a script tag and loads initializer', async ()
const fakeScriptTag = createdScriptTags[0];
expect(fakeScriptTag.setAttribute).toHaveBeenCalledWith(
'src',
- '/bundles/plugin/plugin-a/plugin-a.plugin.js'
+ '/bundles/plugin:plugin-a/plugin-a.plugin.js'
);
expect(fakeScriptTag.setAttribute).toHaveBeenCalledWith('id', 'kbn-plugin-plugin-a');
expect(fakeScriptTag.onload).toBeInstanceOf(Function);
@@ -85,7 +85,7 @@ test('`loadPluginBundles` includes the basePath', async () => {
const fakeScriptTag = createdScriptTags[0];
expect(fakeScriptTag.setAttribute).toHaveBeenCalledWith(
'src',
- '/mybasepath/bundles/plugin/plugin-a/plugin-a.plugin.js'
+ '/mybasepath/bundles/plugin:plugin-a/plugin-a.plugin.js'
);
});
@@ -96,7 +96,7 @@ test('`loadPluginBundles` rejects if script.onerror is called', async () => {
fakeScriptTag1.onerror(new Error('Whoa there!'));
await expect(loadPromise).rejects.toThrowErrorMatchingInlineSnapshot(
- `"Failed to load \\"plugin-a\\" bundle (/bundles/plugin/plugin-a/plugin-a.plugin.js)"`
+ `"Failed to load \\"plugin-a\\" bundle (/bundles/plugin:plugin-a/plugin-a.plugin.js)"`
);
});
@@ -105,7 +105,7 @@ test('`loadPluginBundles` rejects if timeout is reached', async () => {
// Override the timeout to 1 ms for testi.
loadPluginBundle(addBasePath, 'plugin-a', { timeoutMs: 1 })
).rejects.toThrowErrorMatchingInlineSnapshot(
- `"Timeout reached when loading \\"plugin-a\\" bundle (/bundles/plugin/plugin-a/plugin-a.plugin.js)"`
+ `"Timeout reached when loading \\"plugin-a\\" bundle (/bundles/plugin:plugin-a/plugin-a.plugin.js)"`
);
});
@@ -115,11 +115,11 @@ test('`loadPluginBundles` rejects if bundle does attach an initializer to window
const fakeScriptTag1 = createdScriptTags[0];
// Setup a fake initializer as if a plugin bundle had actually been loaded.
- coreWindow.__kbnBundles__['plugin/plugin-a'] = undefined;
+ coreWindow.__kbnBundles__['plugin:plugin-a'] = undefined;
// Call the onload callback
fakeScriptTag1.onload();
await expect(loadPromise).rejects.toThrowErrorMatchingInlineSnapshot(
- `"Definition of plugin \\"plugin-a\\" should be a function (/bundles/plugin/plugin-a/plugin-a.plugin.js)."`
+ `"Definition of plugin \\"plugin-a\\" should be a function (/bundles/plugin:plugin-a/plugin-a.plugin.js)."`
);
});
diff --git a/src/core/public/plugins/plugin_loader.ts b/src/core/public/plugins/plugin_loader.ts
index bf7711055e97..9b35588dfe72 100644
--- a/src/core/public/plugins/plugin_loader.ts
+++ b/src/core/public/plugins/plugin_loader.ts
@@ -93,7 +93,7 @@ export const loadPluginBundle: LoadPluginBundle = <
const script = document.createElement('script');
// Assumes that all plugin bundles get put into the bundles/plugins subdirectory
- const bundlePath = addBasePath(`/bundles/plugin/${pluginName}/${pluginName}.plugin.js`);
+ const bundlePath = addBasePath(`/bundles/plugin:${pluginName}/${pluginName}.plugin.js`);
script.setAttribute('src', bundlePath);
script.setAttribute('id', `kbn-plugin-${pluginName}`);
script.setAttribute('async', '');
diff --git a/src/legacy/core_plugins/kibana/public/management/sections/index_patterns/create_index_pattern_wizard/lib/get_indices.test.ts b/src/legacy/core_plugins/kibana/public/management/sections/index_patterns/create_index_pattern_wizard/lib/get_indices.test.ts
index 40583af7177f..b1500f8303b6 100644
--- a/src/legacy/core_plugins/kibana/public/management/sections/index_patterns/create_index_pattern_wizard/lib/get_indices.test.ts
+++ b/src/legacy/core_plugins/kibana/public/management/sections/index_patterns/create_index_pattern_wizard/lib/get_indices.test.ts
@@ -20,7 +20,7 @@
import { getIndices } from './get_indices';
import { IndexPatternCreationConfig } from '../../../../../../../../../plugins/index_pattern_management/public';
// eslint-disable-next-line @kbn/eslint/no-restricted-paths
-import { LegacyApiCaller } from '../../../../../../../../../plugins/data/public/search';
+import { LegacyApiCaller } from '../../../../../../../../../plugins/data/public/search/legacy';
export const successfulResponse = {
hits: {
diff --git a/src/legacy/ui/ui_render/bootstrap/template.js.hbs b/src/legacy/ui/ui_render/bootstrap/template.js.hbs
index 1093153edbbf..4557d911620a 100644
--- a/src/legacy/ui/ui_render/bootstrap/template.js.hbs
+++ b/src/legacy/ui/ui_render/bootstrap/template.js.hbs
@@ -78,10 +78,10 @@ if (window.__kbnStrictCsp__ && window.__kbnCspNotEnforced__) {
'{{this}}',
{{/each}}
'{{regularBundlePath}}/commons.bundle.js',
- {{!-- '{{regularBundlePath}}/plugin/data/data.plugin.js', --}}
- '{{regularBundlePath}}/plugin/kibanaUtils/kibanaUtils.plugin.js',
- '{{regularBundlePath}}/plugin/esUiShared/esUiShared.plugin.js',
- '{{regularBundlePath}}/plugin/kibanaReact/kibanaReact.plugin.js'
+ {{!-- '{{regularBundlePath}}/plugin:data/data.plugin.js', --}}
+ '{{regularBundlePath}}/plugin:kibanaUtils/kibanaUtils.plugin.js',
+ '{{regularBundlePath}}/plugin:esUiShared/esUiShared.plugin.js',
+ '{{regularBundlePath}}/plugin:kibanaReact/kibanaReact.plugin.js'
], function () {
load([
'{{regularBundlePath}}/{{appId}}.bundle.js',
diff --git a/src/optimize/bundles_route/bundles_route.js b/src/optimize/bundles_route/bundles_route.js
index 0c2e98b5acd6..f4e3108f80a3 100644
--- a/src/optimize/bundles_route/bundles_route.js
+++ b/src/optimize/bundles_route/bundles_route.js
@@ -79,8 +79,8 @@ export function createBundlesRoute({
),
...npUiPluginPublicDirs.map(({ id, path }) =>
buildRouteForBundles(
- `${basePublicPath}/bundles/plugin/${id}/`,
- `/bundles/plugin/${id}/`,
+ `${basePublicPath}/bundles/plugin:${id}/`,
+ `/bundles/plugin:${id}/`,
path,
fileHashCache
)
diff --git a/src/plugins/dashboard/public/application/dashboard_state_manager.ts b/src/plugins/dashboard/public/application/dashboard_state_manager.ts
index 13ba3c6d0b60..b03ea95069a3 100644
--- a/src/plugins/dashboard/public/application/dashboard_state_manager.ts
+++ b/src/plugins/dashboard/public/application/dashboard_state_manager.ts
@@ -34,6 +34,7 @@ import { FilterUtils } from './lib/filter_utils';
import {
DashboardAppState,
DashboardAppStateDefaults,
+ DashboardAppStateInUrl,
DashboardAppStateTransitions,
SavedDashboardPanel,
} from '../types';
@@ -165,11 +166,12 @@ export class DashboardStateManager {
});
// setup state syncing utils. state container will be synced with url into `this.STATE_STORAGE_KEY` query param
- this.stateSyncRef = syncState({
+ this.stateSyncRef = syncState({
storageKey: this.STATE_STORAGE_KEY,
stateContainer: {
...this.stateContainer,
- set: (state: DashboardAppState | null) => {
+ get: () => this.toUrlState(this.stateContainer.get()),
+ set: (state: DashboardAppStateInUrl | null) => {
// sync state required state container to be able to handle null
// overriding set() so it could handle null coming from url
if (state) {
@@ -558,9 +560,9 @@ export class DashboardStateManager {
*/
private saveState({ replace }: { replace: boolean }): boolean {
// schedules setting current state to url
- this.kbnUrlStateStorage.set(
+ this.kbnUrlStateStorage.set(
this.STATE_STORAGE_KEY,
- this.stateContainer.get()
+ this.toUrlState(this.stateContainer.get())
);
// immediately forces scheduled updates and changes location
return this.kbnUrlStateStorage.flush({ replace });
@@ -620,4 +622,13 @@ export class DashboardStateManager {
const current = _.omit(this.stateContainer.get(), propsToIgnore);
return !_.isEqual(initial, current);
}
+
+ private toUrlState(state: DashboardAppState): DashboardAppStateInUrl {
+ if (state.viewMode === ViewMode.VIEW) {
+ const { panels, ...stateWithoutPanels } = state;
+ return stateWithoutPanels;
+ }
+
+ return state;
+ }
}
diff --git a/src/plugins/dashboard/public/types.ts b/src/plugins/dashboard/public/types.ts
index 7bccd3de6eca..d96d2cdf7562 100644
--- a/src/plugins/dashboard/public/types.ts
+++ b/src/plugins/dashboard/public/types.ts
@@ -152,6 +152,14 @@ export type DashboardAppStateDefaults = DashboardAppState & {
description?: string;
};
+/**
+ * In URL panels are optional,
+ * Panels are not added to the URL when in "view" mode
+ */
+export type DashboardAppStateInUrl = Omit & {
+ panels?: SavedDashboardPanel[];
+};
+
export interface DashboardAppStateTransitions {
set: (
state: DashboardAppState
diff --git a/src/plugins/data/public/index.ts b/src/plugins/data/public/index.ts
index 06a46065baa8..b62b728beca3 100644
--- a/src/plugins/data/public/index.ts
+++ b/src/plugins/data/public/index.ts
@@ -363,7 +363,6 @@ export {
SearchRequest,
SearchResponse,
SearchError,
- SearchStrategyProvider,
ISearchSource,
SearchSource,
createSearchSource,
diff --git a/src/plugins/data/public/public.api.md b/src/plugins/data/public/public.api.md
index 6e06d063e7eb..427c4f786455 100644
--- a/src/plugins/data/public/public.api.md
+++ b/src/plugins/data/public/public.api.md
@@ -1724,21 +1724,6 @@ export interface SearchSourceFields {
version?: boolean;
}
-// Warning: (ae-missing-release-tag) "SearchStrategyProvider" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
-//
-// @public (undocumented)
-export interface SearchStrategyProvider {
- // (undocumented)
- id: string;
- // (undocumented)
- isViable: (indexPattern: IndexPattern) => boolean;
- // Warning: (ae-forgotten-export) The symbol "SearchStrategySearchParams" needs to be exported by the entry point index.d.ts
- // Warning: (ae-forgotten-export) The symbol "SearchStrategyResponse" needs to be exported by the entry point index.d.ts
- //
- // (undocumented)
- search: (params: SearchStrategySearchParams) => SearchStrategyResponse;
-}
-
// Warning: (ae-missing-release-tag) "SortDirection" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
@@ -1889,21 +1874,21 @@ export type TSearchStrategyProvider = (context: ISearc
// src/plugins/data/public/index.ts:234:27 - (ae-forgotten-export) The symbol "flattenHitWrapper" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/index.ts:234:27 - (ae-forgotten-export) The symbol "getRoutes" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/index.ts:234:27 - (ae-forgotten-export) The symbol "formatHitProvider" needs to be exported by the entry point index.d.ts
-// src/plugins/data/public/index.ts:383:20 - (ae-forgotten-export) The symbol "getRequestInspectorStats" needs to be exported by the entry point index.d.ts
-// src/plugins/data/public/index.ts:383:20 - (ae-forgotten-export) The symbol "getResponseInspectorStats" needs to be exported by the entry point index.d.ts
-// src/plugins/data/public/index.ts:383:20 - (ae-forgotten-export) The symbol "tabifyAggResponse" needs to be exported by the entry point index.d.ts
-// src/plugins/data/public/index.ts:383:20 - (ae-forgotten-export) The symbol "tabifyGetColumns" needs to be exported by the entry point index.d.ts
-// src/plugins/data/public/index.ts:388:1 - (ae-forgotten-export) The symbol "CidrMask" needs to be exported by the entry point index.d.ts
-// src/plugins/data/public/index.ts:389:1 - (ae-forgotten-export) The symbol "convertDateRangeToString" needs to be exported by the entry point index.d.ts
-// src/plugins/data/public/index.ts:391:1 - (ae-forgotten-export) The symbol "dateHistogramInterval" needs to be exported by the entry point index.d.ts
-// src/plugins/data/public/index.ts:400:1 - (ae-forgotten-export) The symbol "InvalidEsCalendarIntervalError" needs to be exported by the entry point index.d.ts
-// src/plugins/data/public/index.ts:401:1 - (ae-forgotten-export) The symbol "InvalidEsIntervalFormatError" needs to be exported by the entry point index.d.ts
-// src/plugins/data/public/index.ts:402:1 - (ae-forgotten-export) The symbol "isDateHistogramBucketAggConfig" needs to be exported by the entry point index.d.ts
-// src/plugins/data/public/index.ts:405:1 - (ae-forgotten-export) The symbol "isValidEsInterval" needs to be exported by the entry point index.d.ts
-// src/plugins/data/public/index.ts:406:1 - (ae-forgotten-export) The symbol "isValidInterval" needs to be exported by the entry point index.d.ts
-// src/plugins/data/public/index.ts:409:1 - (ae-forgotten-export) The symbol "parseInterval" needs to be exported by the entry point index.d.ts
-// src/plugins/data/public/index.ts:410:1 - (ae-forgotten-export) The symbol "propFilter" needs to be exported by the entry point index.d.ts
-// src/plugins/data/public/index.ts:413:1 - (ae-forgotten-export) The symbol "toAbsoluteDates" needs to be exported by the entry point index.d.ts
+// src/plugins/data/public/index.ts:382:20 - (ae-forgotten-export) The symbol "getRequestInspectorStats" needs to be exported by the entry point index.d.ts
+// src/plugins/data/public/index.ts:382:20 - (ae-forgotten-export) The symbol "getResponseInspectorStats" needs to be exported by the entry point index.d.ts
+// src/plugins/data/public/index.ts:382:20 - (ae-forgotten-export) The symbol "tabifyAggResponse" needs to be exported by the entry point index.d.ts
+// src/plugins/data/public/index.ts:382:20 - (ae-forgotten-export) The symbol "tabifyGetColumns" needs to be exported by the entry point index.d.ts
+// src/plugins/data/public/index.ts:387:1 - (ae-forgotten-export) The symbol "CidrMask" needs to be exported by the entry point index.d.ts
+// src/plugins/data/public/index.ts:388:1 - (ae-forgotten-export) The symbol "convertDateRangeToString" needs to be exported by the entry point index.d.ts
+// src/plugins/data/public/index.ts:390:1 - (ae-forgotten-export) The symbol "dateHistogramInterval" needs to be exported by the entry point index.d.ts
+// src/plugins/data/public/index.ts:399:1 - (ae-forgotten-export) The symbol "InvalidEsCalendarIntervalError" needs to be exported by the entry point index.d.ts
+// src/plugins/data/public/index.ts:400:1 - (ae-forgotten-export) The symbol "InvalidEsIntervalFormatError" needs to be exported by the entry point index.d.ts
+// src/plugins/data/public/index.ts:401:1 - (ae-forgotten-export) The symbol "isDateHistogramBucketAggConfig" needs to be exported by the entry point index.d.ts
+// src/plugins/data/public/index.ts:404:1 - (ae-forgotten-export) The symbol "isValidEsInterval" needs to be exported by the entry point index.d.ts
+// src/plugins/data/public/index.ts:405:1 - (ae-forgotten-export) The symbol "isValidInterval" needs to be exported by the entry point index.d.ts
+// src/plugins/data/public/index.ts:408:1 - (ae-forgotten-export) The symbol "parseInterval" needs to be exported by the entry point index.d.ts
+// src/plugins/data/public/index.ts:409:1 - (ae-forgotten-export) The symbol "propFilter" needs to be exported by the entry point index.d.ts
+// src/plugins/data/public/index.ts:412:1 - (ae-forgotten-export) The symbol "toAbsoluteDates" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/query/state_sync/connect_to_query_state.ts:33:33 - (ae-forgotten-export) The symbol "FilterStateStore" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/query/state_sync/connect_to_query_state.ts:37:1 - (ae-forgotten-export) The symbol "QueryStateChange" needs to be exported by the entry point index.d.ts
// src/plugins/data/public/types.ts:52:5 - (ae-forgotten-export) The symbol "createFiltersFromEvent" needs to be exported by the entry point index.d.ts
diff --git a/src/plugins/data/public/search/aggs/test_helpers/mock_data_services.ts b/src/plugins/data/public/search/aggs/test_helpers/mock_data_services.ts
index d1d591771743..e807e084c683 100644
--- a/src/plugins/data/public/search/aggs/test_helpers/mock_data_services.ts
+++ b/src/plugins/data/public/search/aggs/test_helpers/mock_data_services.ts
@@ -18,8 +18,8 @@
*/
// eslint-disable-next-line @kbn/eslint/no-restricted-paths
-import { coreMock } from '../../../../../../../src/core/public/mocks';
-import { dataPluginMock } from '../../../../public/mocks';
+import { coreMock } from '../../../../../../core/public/mocks';
+import { dataPluginMock } from '../../../mocks';
import {
setFieldFormats,
setIndexPatterns,
@@ -29,7 +29,7 @@ import {
setQueryService,
setSearchService,
setUiSettings,
-} from '../../../../public/services';
+} from '../../../services';
/**
* Testing helper which calls all of the service setters used in the
@@ -49,4 +49,9 @@ export function mockDataServices() {
setQueryService(data.query);
setSearchService(data.search);
setUiSettings(core.uiSettings);
+
+ return {
+ core,
+ data,
+ };
}
diff --git a/src/plugins/data/public/search/fetch/get_search_params.test.ts b/src/plugins/data/public/search/fetch/get_search_params.test.ts
new file mode 100644
index 000000000000..edf18405e8ff
--- /dev/null
+++ b/src/plugins/data/public/search/fetch/get_search_params.test.ts
@@ -0,0 +1,70 @@
+/*
+ * Licensed to Elasticsearch B.V. under one or more contributor
+ * license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright
+ * ownership. Elasticsearch B.V. licenses this file to you under
+ * the Apache License, Version 2.0 (the "License"); you may
+ * not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+import { getSearchParams } from './get_search_params';
+import { IUiSettingsClient } from 'kibana/public';
+
+function getConfigStub(config: any = {}) {
+ return {
+ get: key => config[key],
+ } as IUiSettingsClient;
+}
+
+describe('getSearchParams', () => {
+ test('includes rest_total_hits_as_int', () => {
+ const config = getConfigStub();
+ const searchParams = getSearchParams(config);
+ expect(searchParams.rest_total_hits_as_int).toBe(true);
+ });
+
+ test('includes ignore_unavailable', () => {
+ const config = getConfigStub();
+ const searchParams = getSearchParams(config);
+ expect(searchParams.ignore_unavailable).toBe(true);
+ });
+
+ test('includes ignore_throttled according to search:includeFrozen', () => {
+ let config = getConfigStub({ 'search:includeFrozen': true });
+ let searchParams = getSearchParams(config);
+ expect(searchParams.ignore_throttled).toBe(false);
+
+ config = getConfigStub({ 'search:includeFrozen': false });
+ searchParams = getSearchParams(config);
+ expect(searchParams.ignore_throttled).toBe(true);
+ });
+
+ test('includes max_concurrent_shard_requests according to courier:maxConcurrentShardRequests', () => {
+ let config = getConfigStub({ 'courier:maxConcurrentShardRequests': 0 });
+ let searchParams = getSearchParams(config);
+ expect(searchParams.max_concurrent_shard_requests).toBe(undefined);
+
+ config = getConfigStub({ 'courier:maxConcurrentShardRequests': 5 });
+ searchParams = getSearchParams(config);
+ expect(searchParams.max_concurrent_shard_requests).toBe(5);
+ });
+
+ test('includes timeout according to esShardTimeout if greater than 0', () => {
+ const config = getConfigStub();
+ let searchParams = getSearchParams(config, 0);
+ expect(searchParams.timeout).toBe(undefined);
+
+ searchParams = getSearchParams(config, 100);
+ expect(searchParams.timeout).toBe('100ms');
+ });
+});
diff --git a/src/plugins/data/public/search/search_strategy/get_search_params.ts b/src/plugins/data/public/search/fetch/get_search_params.ts
similarity index 81%
rename from src/plugins/data/public/search/search_strategy/get_search_params.ts
rename to src/plugins/data/public/search/fetch/get_search_params.ts
index 9fb8f2c728c6..f0c43bd2e74c 100644
--- a/src/plugins/data/public/search/search_strategy/get_search_params.ts
+++ b/src/plugins/data/public/search/fetch/get_search_params.ts
@@ -17,18 +17,10 @@
* under the License.
*/
-import { IUiSettingsClient } from '../../../../../core/public';
+import { IUiSettingsClient } from 'kibana/public';
const sessionId = Date.now();
-export function getMSearchParams(config: IUiSettingsClient) {
- return {
- rest_total_hits_as_int: true,
- ignore_throttled: getIgnoreThrottled(config),
- max_concurrent_shard_requests: getMaxConcurrentShardRequests(config),
- };
-}
-
export function getSearchParams(config: IUiSettingsClient, esShardTimeout: number = 0) {
return {
rest_total_hits_as_int: true,
@@ -40,11 +32,11 @@ export function getSearchParams(config: IUiSettingsClient, esShardTimeout: numbe
};
}
-function getIgnoreThrottled(config: IUiSettingsClient) {
+export function getIgnoreThrottled(config: IUiSettingsClient) {
return !config.get('search:includeFrozen');
}
-function getMaxConcurrentShardRequests(config: IUiSettingsClient) {
+export function getMaxConcurrentShardRequests(config: IUiSettingsClient) {
const maxConcurrentShardRequests = config.get('courier:maxConcurrentShardRequests');
return maxConcurrentShardRequests > 0 ? maxConcurrentShardRequests : undefined;
}
diff --git a/src/plugins/data/public/search/fetch/index.ts b/src/plugins/data/public/search/fetch/index.ts
index 8a80b716add3..39845ec31bfa 100644
--- a/src/plugins/data/public/search/fetch/index.ts
+++ b/src/plugins/data/public/search/fetch/index.ts
@@ -18,5 +18,14 @@
*/
export * from './types';
-export { fetchSoon } from './fetch_soon';
-export { RequestFailure } from './errors';
+export {
+ getSearchParams,
+ getPreference,
+ getTimeout,
+ getIgnoreThrottled,
+ getMaxConcurrentShardRequests,
+} from './get_search_params';
+
+export { SearchError, getSearchErrorType } from './search_error';
+export { RequestFailure } from './request_error';
+export { handleResponse } from './handle_response';
diff --git a/src/plugins/data/public/search/fetch/errors.ts b/src/plugins/data/public/search/fetch/request_error.ts
similarity index 100%
rename from src/plugins/data/public/search/fetch/errors.ts
rename to src/plugins/data/public/search/fetch/request_error.ts
diff --git a/src/plugins/data/public/search/search_strategy/search_error.ts b/src/plugins/data/public/search/fetch/search_error.ts
similarity index 100%
rename from src/plugins/data/public/search/search_strategy/search_error.ts
rename to src/plugins/data/public/search/fetch/search_error.ts
diff --git a/src/plugins/data/public/search/fetch/types.ts b/src/plugins/data/public/search/fetch/types.ts
index e8de0576b8a7..475b2abbc019 100644
--- a/src/plugins/data/public/search/fetch/types.ts
+++ b/src/plugins/data/public/search/fetch/types.ts
@@ -20,6 +20,9 @@
import { IUiSettingsClient } from '../../../../../core/public';
import { ISearchStart } from '../types';
+export type SearchRequest = any;
+export type SearchResponse = any;
+
export interface FetchOptions {
abortSignal?: AbortSignal;
searchStrategyId?: string;
diff --git a/src/plugins/data/public/search/index.ts b/src/plugins/data/public/search/index.ts
index cce973d632f4..75c0eb8b6f02 100644
--- a/src/plugins/data/public/search/index.ts
+++ b/src/plugins/data/public/search/index.ts
@@ -44,9 +44,13 @@ export { esSearchStrategyProvider, getEsPreference } from './es_search';
export { IKibanaSearchResponse, IKibanaSearchRequest } from '../../common/search';
-export { LegacyApiCaller, SearchRequest, SearchResponse } from './es_client';
-
-export { SearchError, SearchStrategyProvider, getSearchErrorType } from './search_strategy';
+export {
+ SearchError,
+ FetchOptions,
+ SearchRequest,
+ SearchResponse,
+ getSearchErrorType,
+} from './fetch';
export {
ISearchSource,
@@ -59,5 +63,3 @@ export {
export { SearchInterceptor } from './search_interceptor';
export { RequestTimeoutError } from './request_timeout_error';
-
-export { FetchOptions } from './fetch';
diff --git a/src/plugins/data/public/search/fetch/call_client.test.ts b/src/plugins/data/public/search/legacy/call_client.test.ts
similarity index 91%
rename from src/plugins/data/public/search/fetch/call_client.test.ts
rename to src/plugins/data/public/search/legacy/call_client.test.ts
index 7a99b7c06451..f919187d4678 100644
--- a/src/plugins/data/public/search/fetch/call_client.test.ts
+++ b/src/plugins/data/public/search/legacy/call_client.test.ts
@@ -18,16 +18,17 @@
*/
import { callClient } from './call_client';
-import { handleResponse } from './handle_response';
-import { FetchHandlers } from './types';
-import { SearchStrategySearchParams, defaultSearchStrategy } from '../search_strategy';
+import { SearchStrategySearchParams } from './types';
+import { defaultSearchStrategy } from './default_search_strategy';
+import { FetchHandlers } from '../fetch';
+import { handleResponse } from '../fetch/handle_response';
const mockAbortFn = jest.fn();
-jest.mock('./handle_response', () => ({
+jest.mock('../fetch/handle_response', () => ({
handleResponse: jest.fn((request, response) => response),
}));
-jest.mock('../search_strategy', () => {
+jest.mock('./default_search_strategy', () => {
return {
defaultSearchStrategy: {
search: jest.fn(({ searchRequests }: SearchStrategySearchParams) => {
diff --git a/src/plugins/data/public/search/fetch/call_client.ts b/src/plugins/data/public/search/legacy/call_client.ts
similarity index 89%
rename from src/plugins/data/public/search/fetch/call_client.ts
rename to src/plugins/data/public/search/legacy/call_client.ts
index b3c4c682fa60..c484c46aa487 100644
--- a/src/plugins/data/public/search/fetch/call_client.ts
+++ b/src/plugins/data/public/search/legacy/call_client.ts
@@ -17,10 +17,9 @@
* under the License.
*/
-import { handleResponse } from './handle_response';
-import { FetchOptions, FetchHandlers } from './types';
-import { defaultSearchStrategy } from '../search_strategy';
-import { SearchRequest } from '..';
+import { FetchOptions, FetchHandlers, handleResponse } from '../fetch';
+import { defaultSearchStrategy } from './default_search_strategy';
+import { SearchRequest } from '../index';
export function callClient(
searchRequests: SearchRequest[],
diff --git a/src/plugins/data/public/search/search_strategy/default_search_strategy.test.ts b/src/plugins/data/public/search/legacy/default_search_strategy.test.ts
similarity index 83%
rename from src/plugins/data/public/search/search_strategy/default_search_strategy.test.ts
rename to src/plugins/data/public/search/legacy/default_search_strategy.test.ts
index 210a0e5fd1ac..835b02b3cd5c 100644
--- a/src/plugins/data/public/search/search_strategy/default_search_strategy.test.ts
+++ b/src/plugins/data/public/search/legacy/default_search_strategy.test.ts
@@ -17,10 +17,10 @@
* under the License.
*/
-import { IUiSettingsClient } from '../../../../../core/public';
-import { SearchStrategySearchParams } from './types';
+import { IUiSettingsClient } from 'kibana/public';
import { defaultSearchStrategy } from './default_search_strategy';
import { searchStartMock } from '../mocks';
+import { SearchStrategySearchParams } from './types';
const { search } = defaultSearchStrategy;
@@ -38,12 +38,6 @@ const searchMockResponse: any = Promise.resolve([]);
searchMockResponse.abort = jest.fn();
const searchMock = jest.fn().mockReturnValue(searchMockResponse);
-const newSearchMockResponse: any = Promise.resolve([]);
-newSearchMockResponse.abort = jest.fn();
-const newSearchMock = jest.fn().mockReturnValue({
- toPromise: () => searchMockResponse,
-});
-
describe('defaultSearchStrategy', function() {
describe('search', function() {
let searchArgs: MockedKeys>;
@@ -58,7 +52,6 @@ describe('defaultSearchStrategy', function() {
const searchService = searchStartMock;
searchService.aggs.calculateAutoTimeExpression = jest.fn().mockReturnValue('1d');
- searchService.search = newSearchMock;
searchService.__LEGACY.esClient.search = searchMock;
searchService.__LEGACY.esClient.msearch = msearchMock;
@@ -112,18 +105,5 @@ describe('defaultSearchStrategy', function() {
search({ ...searchArgs, config }).abort();
expect(msearchMockResponse.abort).toHaveBeenCalled();
});
-
- test('should call new search service', () => {
- const config = getConfigStub();
- search({ ...searchArgs, config });
- expect(newSearchMock).toHaveBeenCalledTimes(1);
- });
-
- test('should properly abort with new search service', async () => {
- const abortSpy = jest.spyOn(AbortController.prototype, 'abort');
- const config = getConfigStub({});
- search({ ...searchArgs, config }).abort();
- expect(abortSpy).toHaveBeenCalled();
- });
});
});
diff --git a/src/plugins/data/public/search/search_strategy/default_search_strategy.ts b/src/plugins/data/public/search/legacy/default_search_strategy.ts
similarity index 64%
rename from src/plugins/data/public/search/search_strategy/default_search_strategy.ts
rename to src/plugins/data/public/search/legacy/default_search_strategy.ts
index 2bd88f51587a..1552410f9090 100644
--- a/src/plugins/data/public/search/search_strategy/default_search_strategy.ts
+++ b/src/plugins/data/public/search/legacy/default_search_strategy.ts
@@ -17,23 +17,19 @@
* under the License.
*/
+import { getPreference, getTimeout } from '../fetch';
+import { getMSearchParams } from './get_msearch_params';
import { SearchStrategyProvider, SearchStrategySearchParams } from './types';
-import { isDefault } from '../../index_patterns';
-import { getSearchParams, getMSearchParams, getPreference, getTimeout } from './get_search_params';
+// @deprecated
export const defaultSearchStrategy: SearchStrategyProvider = {
id: 'default',
search: params => {
- return params.config.get('courier:batchSearches') ? msearch(params) : search(params);
- },
-
- isViable: indexPattern => {
- return indexPattern && isDefault(indexPattern);
+ return msearch(params);
},
};
-// @deprecated
function msearch({
searchRequests,
searchService,
@@ -65,29 +61,3 @@ function msearch({
abort: searching.abort,
};
}
-
-function search({
- searchRequests,
- searchService,
- config,
- esShardTimeout,
-}: SearchStrategySearchParams) {
- const abortController = new AbortController();
- const searchParams = getSearchParams(config, esShardTimeout);
- const promises = searchRequests.map(({ index, indexType, body }) => {
- const params = {
- index: index.title || index,
- body,
- ...searchParams,
- };
- const { signal } = abortController;
- return searchService
- .search({ params, indexType }, { signal })
- .toPromise()
- .then(({ rawResponse }) => rawResponse);
- });
- return {
- searching: Promise.all(promises),
- abort: () => abortController.abort(),
- };
-}
diff --git a/src/plugins/data/public/search/es_client/get_es_client.ts b/src/plugins/data/public/search/legacy/es_client/get_es_client.ts
similarity index 100%
rename from src/plugins/data/public/search/es_client/get_es_client.ts
rename to src/plugins/data/public/search/legacy/es_client/get_es_client.ts
diff --git a/src/plugins/data/public/search/es_client/index.ts b/src/plugins/data/public/search/legacy/es_client/index.ts
similarity index 91%
rename from src/plugins/data/public/search/es_client/index.ts
rename to src/plugins/data/public/search/legacy/es_client/index.ts
index b1e0ce311682..78ac83af642d 100644
--- a/src/plugins/data/public/search/es_client/index.ts
+++ b/src/plugins/data/public/search/legacy/es_client/index.ts
@@ -18,4 +18,4 @@
*/
export { getEsClient } from './get_es_client';
-export { SearchRequest, SearchResponse, LegacyApiCaller } from './types';
+export { LegacyApiCaller } from './types';
diff --git a/src/plugins/data/public/search/es_client/types.ts b/src/plugins/data/public/search/legacy/es_client/types.ts
similarity index 94%
rename from src/plugins/data/public/search/es_client/types.ts
rename to src/plugins/data/public/search/legacy/es_client/types.ts
index 3ca0513a1423..7a56b9b0cb00 100644
--- a/src/plugins/data/public/search/es_client/types.ts
+++ b/src/plugins/data/public/search/legacy/es_client/types.ts
@@ -17,8 +17,7 @@
* under the License.
*/
-export type SearchRequest = any;
-export type SearchResponse = any;
+import { SearchRequest, SearchResponse } from '../../fetch';
export interface LegacyApiCaller {
search: (searchRequest: SearchRequest) => LegacyApiCallerResponse;
diff --git a/src/plugins/data/public/search/fetch/fetch_soon.test.ts b/src/plugins/data/public/search/legacy/fetch_soon.test.ts
similarity index 96%
rename from src/plugins/data/public/search/fetch/fetch_soon.test.ts
rename to src/plugins/data/public/search/legacy/fetch_soon.test.ts
index a8d593c8501f..b2e17798ccc9 100644
--- a/src/plugins/data/public/search/fetch/fetch_soon.test.ts
+++ b/src/plugins/data/public/search/legacy/fetch_soon.test.ts
@@ -19,9 +19,9 @@
import { fetchSoon } from './fetch_soon';
import { callClient } from './call_client';
-import { IUiSettingsClient } from '../../../../../core/public';
-import { FetchHandlers, FetchOptions } from './types';
-import { SearchRequest, SearchResponse } from '..';
+import { IUiSettingsClient } from 'kibana/public';
+import { FetchHandlers, FetchOptions } from '../fetch/types';
+import { SearchRequest, SearchResponse } from '../index';
function getConfigStub(config: any = {}) {
return {
diff --git a/src/plugins/data/public/search/fetch/fetch_soon.ts b/src/plugins/data/public/search/legacy/fetch_soon.ts
similarity index 95%
rename from src/plugins/data/public/search/fetch/fetch_soon.ts
rename to src/plugins/data/public/search/legacy/fetch_soon.ts
index b1405747426e..18fa410a5bef 100644
--- a/src/plugins/data/public/search/fetch/fetch_soon.ts
+++ b/src/plugins/data/public/search/legacy/fetch_soon.ts
@@ -18,8 +18,8 @@
*/
import { callClient } from './call_client';
-import { FetchHandlers, FetchOptions } from './types';
-import { SearchRequest, SearchResponse } from '..';
+import { FetchHandlers, FetchOptions } from '../fetch/types';
+import { SearchRequest, SearchResponse } from '../index';
/**
* This function introduces a slight delay in the request process to allow multiple requests to queue
diff --git a/src/plugins/data/public/search/search_strategy/get_search_params.test.ts b/src/plugins/data/public/search/legacy/get_msearch_params.test.ts
similarity index 60%
rename from src/plugins/data/public/search/search_strategy/get_search_params.test.ts
rename to src/plugins/data/public/search/legacy/get_msearch_params.test.ts
index 76f3105d7f94..9f16d5b40817 100644
--- a/src/plugins/data/public/search/search_strategy/get_search_params.test.ts
+++ b/src/plugins/data/public/search/legacy/get_msearch_params.test.ts
@@ -17,7 +17,7 @@
* under the License.
*/
-import { getMSearchParams, getSearchParams } from './get_search_params';
+import { getMSearchParams } from './get_msearch_params';
import { IUiSettingsClient } from '../../../../../core/public';
function getConfigStub(config: any = {}) {
@@ -64,46 +64,3 @@ describe('getMSearchParams', () => {
expect(msearchParams.hasOwnProperty('timeout')).toBe(false);
});
});
-
-describe('getSearchParams', () => {
- test('includes rest_total_hits_as_int', () => {
- const config = getConfigStub();
- const searchParams = getSearchParams(config);
- expect(searchParams.rest_total_hits_as_int).toBe(true);
- });
-
- test('includes ignore_unavailable', () => {
- const config = getConfigStub();
- const searchParams = getSearchParams(config);
- expect(searchParams.ignore_unavailable).toBe(true);
- });
-
- test('includes ignore_throttled according to search:includeFrozen', () => {
- let config = getConfigStub({ 'search:includeFrozen': true });
- let searchParams = getSearchParams(config);
- expect(searchParams.ignore_throttled).toBe(false);
-
- config = getConfigStub({ 'search:includeFrozen': false });
- searchParams = getSearchParams(config);
- expect(searchParams.ignore_throttled).toBe(true);
- });
-
- test('includes max_concurrent_shard_requests according to courier:maxConcurrentShardRequests', () => {
- let config = getConfigStub({ 'courier:maxConcurrentShardRequests': 0 });
- let searchParams = getSearchParams(config);
- expect(searchParams.max_concurrent_shard_requests).toBe(undefined);
-
- config = getConfigStub({ 'courier:maxConcurrentShardRequests': 5 });
- searchParams = getSearchParams(config);
- expect(searchParams.max_concurrent_shard_requests).toBe(5);
- });
-
- test('includes timeout according to esShardTimeout if greater than 0', () => {
- const config = getConfigStub();
- let searchParams = getSearchParams(config, 0);
- expect(searchParams.timeout).toBe(undefined);
-
- searchParams = getSearchParams(config, 100);
- expect(searchParams.timeout).toBe('100ms');
- });
-});
diff --git a/src/plugins/data/public/search/legacy/get_msearch_params.ts b/src/plugins/data/public/search/legacy/get_msearch_params.ts
new file mode 100644
index 000000000000..48d13903c972
--- /dev/null
+++ b/src/plugins/data/public/search/legacy/get_msearch_params.ts
@@ -0,0 +1,29 @@
+/*
+ * Licensed to Elasticsearch B.V. under one or more contributor
+ * license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright
+ * ownership. Elasticsearch B.V. licenses this file to you under
+ * the Apache License, Version 2.0 (the "License"); you may
+ * not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+import { IUiSettingsClient } from 'kibana/public';
+import { getIgnoreThrottled, getMaxConcurrentShardRequests } from '../fetch';
+
+export function getMSearchParams(config: IUiSettingsClient) {
+ return {
+ rest_total_hits_as_int: true,
+ ignore_throttled: getIgnoreThrottled(config),
+ max_concurrent_shard_requests: getMaxConcurrentShardRequests(config),
+ };
+}
diff --git a/src/plugins/data/public/search/search_strategy/index.ts b/src/plugins/data/public/search/legacy/index.ts
similarity index 78%
rename from src/plugins/data/public/search/search_strategy/index.ts
rename to src/plugins/data/public/search/legacy/index.ts
index e3de2ea46e3e..e2ae72824f3f 100644
--- a/src/plugins/data/public/search/search_strategy/index.ts
+++ b/src/plugins/data/public/search/legacy/index.ts
@@ -17,8 +17,5 @@
* under the License.
*/
-export { SearchError, getSearchErrorType } from './search_error';
-
-export { SearchStrategyProvider, SearchStrategySearchParams } from './types';
-
-export { defaultSearchStrategy } from './default_search_strategy';
+export { fetchSoon } from './fetch_soon';
+export { getEsClient, LegacyApiCaller } from './es_client';
diff --git a/src/plugins/data/public/search/search_strategy/types.ts b/src/plugins/data/public/search/legacy/types.ts
similarity index 89%
rename from src/plugins/data/public/search/search_strategy/types.ts
rename to src/plugins/data/public/search/legacy/types.ts
index 764370d8ff64..3812cec7a2aa 100644
--- a/src/plugins/data/public/search/search_strategy/types.ts
+++ b/src/plugins/data/public/search/legacy/types.ts
@@ -17,21 +17,20 @@
* under the License.
*/
-import { IndexPattern } from '../..';
-import { FetchHandlers } from '../fetch/types';
+import { FetchHandlers } from '../fetch';
import { SearchRequest, SearchResponse } from '..';
+export interface SearchStrategySearchParams extends FetchHandlers {
+ searchRequests: SearchRequest[];
+}
+
+// @deprecated
export interface SearchStrategyProvider {
id: string;
search: (params: SearchStrategySearchParams) => SearchStrategyResponse;
- isViable: (indexPattern: IndexPattern) => boolean;
}
export interface SearchStrategyResponse {
searching: Promise;
abort: () => void;
}
-
-export interface SearchStrategySearchParams extends FetchHandlers {
- searchRequests: SearchRequest[];
-}
diff --git a/src/plugins/data/public/search/search_service.ts b/src/plugins/data/public/search/search_service.ts
index a539736991ad..916278a96659 100644
--- a/src/plugins/data/public/search/search_service.ts
+++ b/src/plugins/data/public/search/search_service.ts
@@ -22,12 +22,12 @@ import { Plugin, CoreSetup, CoreStart, PackageInfo } from '../../../../core/publ
import { SYNC_SEARCH_STRATEGY, syncSearchStrategyProvider } from './sync_search_strategy';
import { ISearchSetup, ISearchStart, TSearchStrategyProvider, TSearchStrategiesMap } from './types';
import { TStrategyTypes } from './strategy_types';
-import { getEsClient, LegacyApiCaller } from './es_client';
+import { getEsClient, LegacyApiCaller } from './legacy';
import { ES_SEARCH_STRATEGY, DEFAULT_SEARCH_STRATEGY } from '../../common/search';
-import { esSearchStrategyProvider } from './es_search/es_search_strategy';
+import { esSearchStrategyProvider } from './es_search';
import { IndexPatternsContract } from '../index_patterns/index_patterns';
import { createSearchSource } from './search_source';
-import { QuerySetup } from '../query/query_service';
+import { QuerySetup } from '../query';
import { GetInternalStartServicesFn } from '../types';
import { SearchInterceptor } from './search_interceptor';
import {
diff --git a/src/plugins/data/public/search/search_source/search_source.test.ts b/src/plugins/data/public/search/search_source/search_source.test.ts
index 6bad093d3140..6e878844664a 100644
--- a/src/plugins/data/public/search/search_source/search_source.test.ts
+++ b/src/plugins/data/public/search/search_source/search_source.test.ts
@@ -20,8 +20,26 @@
import { SearchSource } from './search_source';
import { IndexPattern, SortDirection } from '../..';
import { mockDataServices } from '../aggs/test_helpers';
+import { setSearchService } from '../../services';
+import { searchStartMock } from '../mocks';
+import { fetchSoon } from '../legacy';
+import { CoreStart } from 'kibana/public';
+import { Observable } from 'rxjs';
-jest.mock('../fetch', () => ({
+// Setup search service mock
+searchStartMock.search = jest.fn(() => {
+ return new Observable(subscriber => {
+ setTimeout(() => {
+ subscriber.next({
+ rawResponse: '',
+ });
+ subscriber.complete();
+ }, 100);
+ });
+}) as any;
+setSearchService(searchStartMock);
+
+jest.mock('../legacy', () => ({
fetchSoon: jest.fn().mockResolvedValue({}),
}));
@@ -44,8 +62,11 @@ const indexPattern2 = ({
} as unknown) as IndexPattern;
describe('SearchSource', function() {
+ let uiSettingsMock: jest.Mocked;
beforeEach(() => {
- mockDataServices();
+ const { core } = mockDataServices();
+ uiSettingsMock = core.uiSettings;
+ jest.clearAllMocks();
});
describe('#setField()', function() {
@@ -151,6 +172,36 @@ describe('SearchSource', function() {
});
});
+ describe('#legacy fetch()', () => {
+ beforeEach(() => {
+ uiSettingsMock.get.mockImplementation(() => {
+ return true; // batchSearches = true
+ });
+ });
+
+ afterEach(() => {
+ uiSettingsMock.get.mockImplementation(() => {
+ return false; // batchSearches = false
+ });
+ });
+
+ it('should call msearch', async () => {
+ const searchSource = new SearchSource({ index: indexPattern });
+ const options = {};
+ await searchSource.fetch(options);
+ expect(fetchSoon).toBeCalledTimes(1);
+ });
+ });
+
+ describe('#search service fetch()', () => {
+ it('should call msearch', async () => {
+ const searchSource = new SearchSource({ index: indexPattern });
+ const options = {};
+ await searchSource.fetch(options);
+ expect(searchStartMock.search).toBeCalledTimes(1);
+ });
+ });
+
describe('#serialize', function() {
it('should reference index patterns', () => {
const indexPattern123 = { id: '123' } as IndexPattern;
diff --git a/src/plugins/data/public/search/search_source/search_source.ts b/src/plugins/data/public/search/search_source/search_source.ts
index c70db7bb82ef..9d2bb889953c 100644
--- a/src/plugins/data/public/search/search_source/search_source.ts
+++ b/src/plugins/data/public/search/search_source/search_source.ts
@@ -70,17 +70,19 @@
*/
import _ from 'lodash';
+import { map } from 'rxjs/operators';
import { SavedObjectReference } from 'kibana/public';
import { normalizeSortRequest } from './normalize_sort_request';
import { filterDocvalueFields } from './filter_docvalue_fields';
import { fieldWildcardFilter } from '../../../../kibana_utils/public';
import { IIndexPattern, SearchRequest } from '../..';
import { SearchSourceOptions, SearchSourceFields } from './types';
-import { fetchSoon, FetchOptions, RequestFailure } from '../fetch';
+import { FetchOptions, RequestFailure, getSearchParams, handleResponse } from '../fetch';
import { getSearchService, getUiSettings, getInjectedMetadata } from '../../services';
import { getEsQueryConfig, buildEsQuery, Filter } from '../../../common';
import { getHighlightRequest } from '../../../common/field_formats';
+import { fetchSoon } from '../legacy';
export type ISearchSource = Pick;
@@ -185,18 +187,29 @@ export class SearchSource {
}
/**
- * Fetch this source and reject the returned Promise on error
- *
- * @async
+ * Run a search using the search service
+ * @return {Observable>}
*/
- async fetch(options: FetchOptions = {}) {
- await this.requestIsStarting(options);
-
- const searchRequest = await this.flatten();
- this.history = [searchRequest];
+ private fetch$(searchRequest: SearchRequest, signal?: AbortSignal) {
+ const esShardTimeout = getInjectedMetadata().getInjectedVar('esShardTimeout') as number;
+ const searchParams = getSearchParams(getUiSettings(), esShardTimeout);
+ const params = {
+ index: searchRequest.index.title || searchRequest.index,
+ body: searchRequest.body,
+ ...searchParams,
+ };
+ return getSearchService()
+ .search({ params, indexType: searchRequest.indexType }, { signal })
+ .pipe(map(({ rawResponse }) => handleResponse(searchRequest, rawResponse)));
+ }
+ /**
+ * Run a search using the search service
+ * @return {Promise>}
+ */
+ private async legacyFetch(searchRequest: SearchRequest, options: FetchOptions) {
const esShardTimeout = getInjectedMetadata().getInjectedVar('esShardTimeout') as number;
- const response = await fetchSoon(
+ return await fetchSoon(
searchRequest,
{
...(this.searchStrategyId && { searchStrategyId: this.searchStrategyId }),
@@ -208,6 +221,24 @@ export class SearchSource {
esShardTimeout,
}
);
+ }
+ /**
+ * Fetch this source and reject the returned Promise on error
+ *
+ * @async
+ */
+ async fetch(options: FetchOptions = {}) {
+ await this.requestIsStarting(options);
+
+ const searchRequest = await this.flatten();
+ this.history = [searchRequest];
+
+ let response;
+ if (getUiSettings().get('courier:batchSearches')) {
+ response = await this.legacyFetch(searchRequest, options);
+ } else {
+ response = this.fetch$(searchRequest, options.abortSignal).toPromise();
+ }
if (response.error) {
throw new RequestFailure(null, response);
@@ -246,7 +277,6 @@ export class SearchSource {
/**
* Called by requests of this search source when they are started
- * @param {Courier.Request} request
* @param options
* @return {Promise}
*/
@@ -430,7 +460,6 @@ export class SearchSource {
* and `kibanaSavedObjectMeta.searchSourceJSON.filter[].meta.index`.
*
* Using `createSearchSource`, the instance can be re-created.
- * @param searchSource The search source to serialize
* @public */
public serialize() {
const references: SavedObjectReference[] = [];
diff --git a/src/plugins/data/public/search/search_strategy/no_op_search_strategy.ts b/src/plugins/data/public/search/search_strategy/no_op_search_strategy.ts
deleted file mode 100644
index dc7331e614a0..000000000000
--- a/src/plugins/data/public/search/search_strategy/no_op_search_strategy.ts
+++ /dev/null
@@ -1,55 +0,0 @@
-/*
- * Licensed to Elasticsearch B.V. under one or more contributor
- * license agreements. See the NOTICE file distributed with
- * this work for additional information regarding copyright
- * ownership. Elasticsearch B.V. licenses this file to you under
- * the Apache License, Version 2.0 (the "License"); you may
- * not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied. See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-
-import { i18n } from '@kbn/i18n';
-import { SearchError } from './search_error';
-import { SearchStrategyProvider } from './types';
-
-export const noOpSearchStrategy: SearchStrategyProvider = {
- id: 'noOp',
-
- search: () => {
- const searchError = new SearchError({
- status: '418', // "I'm a teapot" error
- title: i18n.translate(
- 'data.search.searchSource.noSearchStrategyRegisteredErrorMessageTitle',
- {
- defaultMessage: 'No search strategy registered',
- }
- ),
- message: i18n.translate(
- 'data.search.searchSource.noSearchStrategyRegisteredErrorMessageDescription',
- {
- defaultMessage: `Couldn't find a search strategy for the search request`,
- }
- ),
- type: 'NO_OP_SEARCH_STRATEGY',
- path: '',
- });
-
- return {
- searching: Promise.reject(searchError),
- abort: () => {},
- };
- },
-
- isViable: () => {
- return true;
- },
-};
diff --git a/src/plugins/data/public/search/types.ts b/src/plugins/data/public/search/types.ts
index ba6e44f47b75..2122e4e82ec1 100644
--- a/src/plugins/data/public/search/types.ts
+++ b/src/plugins/data/public/search/types.ts
@@ -22,7 +22,7 @@ import { createSearchSource } from './search_source';
import { SearchAggsSetup, SearchAggsStart, SearchAggsStartLegacy } from './aggs';
import { ISearch, ISearchGeneric } from './i_search';
import { TStrategyTypes } from './strategy_types';
-import { LegacyApiCaller } from './es_client';
+import { LegacyApiCaller } from './legacy/es_client';
import { SearchInterceptor } from './search_interceptor';
export interface ISearchContext {
@@ -38,15 +38,6 @@ export interface ISearchStrategy {
search: ISearch;
}
-/**
- * Search strategy provider creates an instance of a search strategy with the request
- * handler context bound to it. This way every search strategy can use
- * whatever information they require from the request context.
- */
-export type TSearchStrategyProviderEnhanced = (
- search: ISearchGeneric
-) => Promise>;
-
export type TSearchStrategiesMap = {
[K in TStrategyTypes]?: TSearchStrategyProvider;
};
diff --git a/src/plugins/expressions/kibana.json b/src/plugins/expressions/kibana.json
index cba693dd4bc2..5d2112103e94 100644
--- a/src/plugins/expressions/kibana.json
+++ b/src/plugins/expressions/kibana.json
@@ -4,7 +4,6 @@
"server": true,
"ui": true,
"requiredPlugins": [
- "bfetch",
- "inspector"
+ "bfetch"
]
}
diff --git a/src/plugins/expressions/public/loader.ts b/src/plugins/expressions/public/loader.ts
index fbe2f37c648d..418ff6fdf861 100644
--- a/src/plugins/expressions/public/loader.ts
+++ b/src/plugins/expressions/public/loader.ts
@@ -19,13 +19,14 @@
import { BehaviorSubject, Observable, Subject } from 'rxjs';
import { filter, map } from 'rxjs/operators';
-import { Adapters, InspectorSession } from '../../inspector/public';
-import { ExpressionRenderHandler } from './render';
+import { Adapters } from '../../inspector/public';
import { IExpressionLoaderParams } from './types';
import { ExpressionAstExpression } from '../common';
-import { getInspector, getExpressionsService } from './services';
import { ExecutionContract } from '../common/execution/execution_contract';
+import { ExpressionRenderHandler } from './render';
+import { getExpressionsService } from './services';
+
type Data = any;
export class ExpressionLoader {
@@ -120,15 +121,6 @@ export class ExpressionLoader {
return this.renderHandler.getElement();
}
- openInspector(title: string): InspectorSession | undefined {
- const inspector = this.inspect();
- if (inspector) {
- return getInspector().open(inspector, {
- title,
- });
- }
- }
-
inspect(): Adapters | undefined {
return this.execution ? (this.execution.inspect() as Adapters) : undefined;
}
diff --git a/src/plugins/expressions/public/mocks.tsx b/src/plugins/expressions/public/mocks.tsx
index cb7089f81464..b8f2f693e9c7 100644
--- a/src/plugins/expressions/public/mocks.tsx
+++ b/src/plugins/expressions/public/mocks.tsx
@@ -22,7 +22,6 @@ import { ExpressionsSetup, ExpressionsStart, plugin as pluginInitializer } from
/* eslint-disable */
import { coreMock } from '../../../core/public/mocks';
-import { inspectorPluginMock } from '../../inspector/public/mocks';
import { bfetchPluginMock } from '../../bfetch/public/mocks';
/* eslint-enable */
@@ -89,7 +88,6 @@ const createPlugin = async () => {
const plugin = pluginInitializer(pluginInitializerContext);
const setup = await plugin.setup(coreSetup, {
bfetch: bfetchPluginMock.createSetupContract(),
- inspector: inspectorPluginMock.createSetupContract(),
});
return {
@@ -101,7 +99,6 @@ const createPlugin = async () => {
doStart: async () =>
await plugin.start(coreStart, {
bfetch: bfetchPluginMock.createStartContract(),
- inspector: inspectorPluginMock.createStartContract(),
}),
};
};
diff --git a/src/plugins/expressions/public/plugin.ts b/src/plugins/expressions/public/plugin.ts
index 7c0de271b770..720c3b701d50 100644
--- a/src/plugins/expressions/public/plugin.ts
+++ b/src/plugins/expressions/public/plugin.ts
@@ -29,11 +29,9 @@ import {
ExpressionsServiceStart,
ExecutionContext,
} from '../common';
-import { Setup as InspectorSetup, Start as InspectorStart } from '../../inspector/public';
import { BfetchPublicSetup, BfetchPublicStart } from '../../bfetch/public';
import {
setCoreStart,
- setInspector,
setInterpreter,
setRenderersRegistry,
setNotifications,
@@ -45,12 +43,10 @@ import { render, ExpressionRenderHandler } from './render';
export interface ExpressionsSetupDeps {
bfetch: BfetchPublicSetup;
- inspector: InspectorSetup;
}
export interface ExpressionsStartDeps {
bfetch: BfetchPublicStart;
- inspector: InspectorStart;
}
export interface ExpressionsSetup extends ExpressionsServiceSetup {
@@ -120,7 +116,7 @@ export class ExpressionsPublicPlugin
});
}
- public setup(core: CoreSetup, { inspector, bfetch }: ExpressionsSetupDeps): ExpressionsSetup {
+ public setup(core: CoreSetup, { bfetch }: ExpressionsSetupDeps): ExpressionsSetup {
this.configureExecutor(core);
const { expressions } = this;
@@ -180,9 +176,8 @@ export class ExpressionsPublicPlugin
return Object.freeze(setup);
}
- public start(core: CoreStart, { inspector, bfetch }: ExpressionsStartDeps): ExpressionsStart {
+ public start(core: CoreStart, { bfetch }: ExpressionsStartDeps): ExpressionsStart {
setCoreStart(core);
- setInspector(inspector);
setNotifications(core.notifications);
const { expressions } = this;
diff --git a/src/plugins/expressions/public/react_expression_renderer.tsx b/src/plugins/expressions/public/react_expression_renderer.tsx
index 242a49c6d663..2c99f173c9f3 100644
--- a/src/plugins/expressions/public/react_expression_renderer.tsx
+++ b/src/plugins/expressions/public/react_expression_renderer.tsx
@@ -17,8 +17,7 @@
* under the License.
*/
-import { useRef, useEffect, useState, useLayoutEffect } from 'react';
-import React from 'react';
+import React, { useRef, useEffect, useState, useLayoutEffect } from 'react';
import classNames from 'classnames';
import { Subscription } from 'rxjs';
import { filter } from 'rxjs/operators';
diff --git a/src/plugins/expressions/public/render.ts b/src/plugins/expressions/public/render.ts
index ad4d16bcd132..4aaf0da60fc6 100644
--- a/src/plugins/expressions/public/render.ts
+++ b/src/plugins/expressions/public/render.ts
@@ -21,10 +21,11 @@ import * as Rx from 'rxjs';
import { Observable } from 'rxjs';
import { filter } from 'rxjs/operators';
import { RenderError, RenderErrorHandlerFnType, IExpressionLoaderParams } from './types';
-import { getRenderersRegistry } from './services';
import { renderErrorHandler as defaultRenderErrorHandler } from './render_error_handler';
import { IInterpreterRenderHandlers, ExpressionAstExpression } from '../common';
+import { getRenderersRegistry } from './services';
+
export type IExpressionRendererExtraHandlers = Record;
export interface ExpressionRenderHandlerParams {
diff --git a/src/plugins/expressions/public/services.ts b/src/plugins/expressions/public/services.ts
index a203e8741457..016456c95666 100644
--- a/src/plugins/expressions/public/services.ts
+++ b/src/plugins/expressions/public/services.ts
@@ -20,14 +20,11 @@
import { NotificationsStart } from 'kibana/public';
import { createKibanaUtilsCore, createGetterSetter } from '../../kibana_utils/public';
import { ExpressionInterpreter } from './types';
-import { Start as IInspector } from '../../inspector/public';
import { ExpressionsSetup } from './plugin';
import { ExpressionsService } from '../common';
export const { getCoreStart, setCoreStart } = createKibanaUtilsCore();
-export const [getInspector, setInspector] = createGetterSetter('Inspector');
-
export const [getInterpreter, setInterpreter] = createGetterSetter(
'Interpreter'
);
diff --git a/src/plugins/kibana_utils/public/core/create_start_service_getter.ts b/src/plugins/kibana_utils/public/core/create_start_service_getter.ts
index e507d1ae778e..5e385eb5ed47 100644
--- a/src/plugins/kibana_utils/public/core/create_start_service_getter.ts
+++ b/src/plugins/kibana_utils/public/core/create_start_service_getter.ts
@@ -30,6 +30,48 @@ export type StartServicesGetter = () =
OwnContract
>;
+/**
+ * Use this utility to create a synchronous *start* service getter in *setup*
+ * life-cycle of your plugin.
+ *
+ * Below is a usage example in a Kibana plugin.
+ *
+ * ```ts
+ * export interface MyPluginStartDeps {
+ * data: DataPublicPluginStart;
+ * expressions: ExpressionsStart;
+ * inspector: InspectorStart;
+ * uiActions: UiActionsStart;
+ * }
+ *
+ * class MyPlugin implements Plugin {
+ * setup(core: CoreSetup, plugins) {
+ * const start = createStartServicesGetter(core.getStartServices);
+ * plugins.expressions.registerFunction(myExpressionFunction(start));
+ * }
+ *
+ * start(core, plugins: MyPluginStartDeps) {
+ *
+ * }
+ * }
+ * ```
+ *
+ * In `myExpressionFunction` you can make sure you are picking only the dependencies
+ * your function needs using the `Pick` type.
+ *
+ * ```ts
+ * const myExpressionFunction =
+ * (start: StartServicesGetter>) => {
+ *
+ * start().plugins.indexPatterns.something(123);
+ * }
+ * ```
+ *
+ * @param accessor Asynchronous start service accessor provided by platform.
+ * @returns Returns a function which synchronously returns *start* core services
+ * and plugin contracts. If you call this function before the *start* life-cycle
+ * has started it will throw.
+ */
export const createStartServicesGetter = (
accessor: StartServicesAccessor
): StartServicesGetter => {
diff --git a/src/plugins/telemetry/server/config.ts b/src/plugins/telemetry/server/config.ts
index 9621a8b5619b..99dde0c3b3d9 100644
--- a/src/plugins/telemetry/server/config.ts
+++ b/src/plugins/telemetry/server/config.ts
@@ -36,8 +36,8 @@ export const configSchema = schema.object({
config: schema.string({ defaultValue: getConfigPath() }),
banner: schema.boolean({ defaultValue: true }),
url: schema.conditional(
- schema.contextRef('dev'),
- schema.literal(true),
+ schema.contextRef('dist'),
+ schema.literal(false), // Point to staging if it's not a distributable release
schema.string({
defaultValue: `https://telemetry-staging.elastic.co/xpack/${ENDPOINT_VERSION}/send`,
}),
@@ -46,8 +46,8 @@ export const configSchema = schema.object({
})
),
optInStatusUrl: schema.conditional(
- schema.contextRef('dev'),
- schema.literal(true),
+ schema.contextRef('dist'),
+ schema.literal(false), // Point to staging if it's not a distributable release
schema.string({
defaultValue: `https://telemetry-staging.elastic.co/opt_in_status/${ENDPOINT_VERSION}/send`,
}),
diff --git a/src/plugins/telemetry_collection_manager/server/encryption/encrypt.test.ts b/src/plugins/telemetry_collection_manager/server/encryption/encrypt.test.ts
index c04625eb1dd4..6d64268569e0 100644
--- a/src/plugins/telemetry_collection_manager/server/encryption/encrypt.test.ts
+++ b/src/plugins/telemetry_collection_manager/server/encryption/encrypt.test.ts
@@ -22,14 +22,14 @@ import { encryptTelemetry, getKID } from './encrypt';
describe('getKID', () => {
it(`returns 'kibana_dev' kid for development`, async () => {
- const isProd = false;
- const kid = getKID(isProd);
+ const useProdKey = false;
+ const kid = getKID(useProdKey);
expect(kid).toBe('kibana_dev');
});
it(`returns 'kibana_prod' kid for development`, async () => {
- const isProd = true;
- const kid = getKID(isProd);
+ const useProdKey = true;
+ const kid = getKID(useProdKey);
expect(kid).toBe('kibana');
});
});
@@ -41,19 +41,19 @@ describe('encryptTelemetry', () => {
it('encrypts payload', async () => {
const payload = { some: 'value' };
- await encryptTelemetry(payload, { isProd: true });
+ await encryptTelemetry(payload, { useProdKey: true });
expect(createRequestEncryptor).toBeCalledWith(telemetryJWKS);
});
- it('uses kibana kid on { isProd: true }', async () => {
+ it('uses kibana kid on { useProdKey: true }', async () => {
const payload = { some: 'value' };
- await encryptTelemetry(payload, { isProd: true });
+ await encryptTelemetry(payload, { useProdKey: true });
expect(mockEncrypt).toBeCalledWith('kibana', payload);
});
- it('uses kibana_dev kid on { isProd: false }', async () => {
+ it('uses kibana_dev kid on { useProdKey: false }', async () => {
const payload = { some: 'value' };
- await encryptTelemetry(payload, { isProd: false });
+ await encryptTelemetry(payload, { useProdKey: false });
expect(mockEncrypt).toBeCalledWith('kibana_dev', payload);
});
});
diff --git a/src/plugins/telemetry_collection_manager/server/encryption/encrypt.ts b/src/plugins/telemetry_collection_manager/server/encryption/encrypt.ts
index 44f053064cfc..89f34d794f05 100644
--- a/src/plugins/telemetry_collection_manager/server/encryption/encrypt.ts
+++ b/src/plugins/telemetry_collection_manager/server/encryption/encrypt.ts
@@ -20,12 +20,15 @@
import { createRequestEncryptor } from '@elastic/request-crypto';
import { telemetryJWKS } from './telemetry_jwks';
-export function getKID(isProd = false): string {
- return isProd ? 'kibana' : 'kibana_dev';
+export function getKID(useProdKey = false): string {
+ return useProdKey ? 'kibana' : 'kibana_dev';
}
-export async function encryptTelemetry(payload: any, { isProd = false } = {}): Promise {
- const kid = getKID(isProd);
+export async function encryptTelemetry(
+ payload: any,
+ { useProdKey = false } = {}
+): Promise {
+ const kid = getKID(useProdKey);
const encryptor = await createRequestEncryptor(telemetryJWKS);
const clusters = [].concat(payload);
return Promise.all(clusters.map((cluster: any) => encryptor.encrypt(kid, cluster)));
diff --git a/src/plugins/telemetry_collection_manager/server/plugin.ts b/src/plugins/telemetry_collection_manager/server/plugin.ts
index f2f20e215c53..0b57fae83c0f 100644
--- a/src/plugins/telemetry_collection_manager/server/plugin.ts
+++ b/src/plugins/telemetry_collection_manager/server/plugin.ts
@@ -50,12 +50,12 @@ export class TelemetryCollectionManagerPlugin
private readonly collections: Array> = [];
private usageGetterMethodPriority = -1;
private usageCollection?: UsageCollectionSetup;
- private readonly isDev: boolean;
+ private readonly isDistributable: boolean;
private readonly version: string;
constructor(initializerContext: PluginInitializerContext) {
this.logger = initializerContext.logger.get();
- this.isDev = initializerContext.env.mode.dev;
+ this.isDistributable = initializerContext.env.packageInfo.dist;
this.version = initializerContext.env.packageInfo.version;
}
@@ -158,7 +158,7 @@ export class TelemetryCollectionManagerPlugin
if (config.unencrypted) {
return optInStats;
}
- return encryptTelemetry(optInStats, { isProd: !this.isDev });
+ return encryptTelemetry(optInStats, { useProdKey: this.isDistributable });
}
} catch (err) {
this.logger.debug(`Failed to collect any opt in stats with registered collections.`);
@@ -176,7 +176,6 @@ export class TelemetryCollectionManagerPlugin
) => {
const context: StatsCollectionContext = {
logger: this.logger.get(collection.title),
- isDev: this.isDev,
version: this.version,
...collection.customContext,
};
@@ -206,7 +205,7 @@ export class TelemetryCollectionManagerPlugin
return usageData;
}
- return encryptTelemetry(usageData, { isProd: !this.isDev });
+ return encryptTelemetry(usageData, { useProdKey: this.isDistributable });
}
} catch (err) {
this.logger.debug(
@@ -225,7 +224,6 @@ export class TelemetryCollectionManagerPlugin
): Promise {
const context: StatsCollectionContext = {
logger: this.logger.get(collection.title),
- isDev: this.isDev,
version: this.version,
...collection.customContext,
};
diff --git a/src/plugins/telemetry_collection_manager/server/types.ts b/src/plugins/telemetry_collection_manager/server/types.ts
index e23d6a4c388f..d3a47694d38a 100644
--- a/src/plugins/telemetry_collection_manager/server/types.ts
+++ b/src/plugins/telemetry_collection_manager/server/types.ts
@@ -101,7 +101,6 @@ export interface ESLicense {
export interface StatsCollectionContext {
logger: Logger;
- isDev: boolean;
version: string;
}
diff --git a/src/plugins/visualizations/kibana.json b/src/plugins/visualizations/kibana.json
index cd22b1375ae1..f3f9cbd8341e 100644
--- a/src/plugins/visualizations/kibana.json
+++ b/src/plugins/visualizations/kibana.json
@@ -3,5 +3,5 @@
"version": "kibana",
"server": true,
"ui": true,
- "requiredPlugins": ["data", "expressions", "uiActions", "embeddable", "usageCollection"]
+ "requiredPlugins": ["data", "expressions", "uiActions", "embeddable", "usageCollection", "inspector"]
}
diff --git a/src/plugins/visualizations/public/embeddable/create_vis_embeddable_from_object.ts b/src/plugins/visualizations/public/embeddable/create_vis_embeddable_from_object.ts
index bf2d174f594b..8e51bd4ac5d4 100644
--- a/src/plugins/visualizations/public/embeddable/create_vis_embeddable_from_object.ts
+++ b/src/plugins/visualizations/public/embeddable/create_vis_embeddable_from_object.ts
@@ -28,8 +28,9 @@ import {
getTimeFilter,
getCapabilities,
} from '../services';
+import { VisualizeEmbeddableFactoryDeps } from './visualize_embeddable_factory';
-export const createVisEmbeddableFromObject = async (
+export const createVisEmbeddableFromObject = (deps: VisualizeEmbeddableFactoryDeps) => async (
vis: Vis,
input: Partial & { id: string },
parent?: IContainer
@@ -58,6 +59,7 @@ export const createVisEmbeddableFromObject = async (
indexPatterns,
editUrl,
editable,
+ deps,
},
input,
parent
diff --git a/src/plugins/visualizations/public/embeddable/visualize_embeddable.ts b/src/plugins/visualizations/public/embeddable/visualize_embeddable.ts
index e64d20025179..ffb028ff131b 100644
--- a/src/plugins/visualizations/public/embeddable/visualize_embeddable.ts
+++ b/src/plugins/visualizations/public/embeddable/visualize_embeddable.ts
@@ -42,6 +42,7 @@ import { buildPipeline } from '../legacy/build_pipeline';
import { Vis } from '../vis';
import { getExpressions, getUiActions } from '../services';
import { VIS_EVENT_TO_TRIGGER } from './events';
+import { VisualizeEmbeddableFactoryDeps } from './visualize_embeddable_factory';
const getKeys = (o: T): Array => Object.keys(o) as Array;
@@ -50,6 +51,7 @@ export interface VisualizeEmbeddableConfiguration {
indexPatterns?: IIndexPattern[];
editUrl: string;
editable: boolean;
+ deps: VisualizeEmbeddableFactoryDeps;
}
export interface VisualizeInput extends EmbeddableInput {
@@ -84,10 +86,11 @@ export class VisualizeEmbeddable extends Embeddable {
- if (this.handler) {
- return this.handler.openInspector(this.getTitle() || '');
- }
+ if (!this.handler) return;
+
+ const adapters = this.handler.inspect();
+ if (!adapters) return;
+
+ this.deps.start().plugins.inspector.open(adapters, {
+ title: this.getTitle() || '',
+ });
};
/**
diff --git a/src/plugins/visualizations/public/embeddable/visualize_embeddable_factory.tsx b/src/plugins/visualizations/public/embeddable/visualize_embeddable_factory.tsx
index 4b7d01ae3b24..6ab1c9864598 100644
--- a/src/plugins/visualizations/public/embeddable/visualize_embeddable_factory.tsx
+++ b/src/plugins/visualizations/public/embeddable/visualize_embeddable_factory.tsx
@@ -25,7 +25,7 @@ import {
EmbeddableOutput,
ErrorEmbeddable,
IContainer,
-} from '../../../../plugins/embeddable/public';
+} from '../../../embeddable/public';
import { DisabledLabEmbeddable } from './disabled_lab_embeddable';
import { VisualizeEmbeddable, VisualizeInput, VisualizeOutput } from './visualize_embeddable';
import { VISUALIZE_EMBEDDABLE_TYPE } from './constants';
@@ -39,11 +39,17 @@ import {
import { showNewVisModal } from '../wizard';
import { convertToSerializedVis } from '../saved_visualizations/_saved_vis';
import { createVisEmbeddableFromObject } from './create_vis_embeddable_from_object';
+import { StartServicesGetter } from '../../../kibana_utils/public';
+import { VisualizationsStartDeps } from '../plugin';
interface VisualizationAttributes extends SavedObjectAttributes {
visState: string;
}
+export interface VisualizeEmbeddableFactoryDeps {
+ start: StartServicesGetter>;
+}
+
export class VisualizeEmbeddableFactory
implements
EmbeddableFactoryDefinition<
@@ -79,7 +85,8 @@ export class VisualizeEmbeddableFactory
return visType.stage !== 'experimental';
},
};
- constructor() {}
+
+ constructor(private readonly deps: VisualizeEmbeddableFactoryDeps) {}
public async isEditable() {
return getCapabilities().visualize.save as boolean;
@@ -101,7 +108,7 @@ export class VisualizeEmbeddableFactory
try {
const savedObject = await savedVisualizations.get(savedObjectId);
const vis = new Vis(savedObject.visState.type, await convertToSerializedVis(savedObject));
- return createVisEmbeddableFromObject(vis, input, parent);
+ return createVisEmbeddableFromObject(this.deps)(vis, input, parent);
} catch (e) {
console.error(e); // eslint-disable-line no-console
return new ErrorEmbeddable(e, input, parent);
diff --git a/src/plugins/visualizations/public/mocks.ts b/src/plugins/visualizations/public/mocks.ts
index 2aa346423297..d6eeffdb0145 100644
--- a/src/plugins/visualizations/public/mocks.ts
+++ b/src/plugins/visualizations/public/mocks.ts
@@ -26,6 +26,7 @@ import { expressionsPluginMock } from '../../../plugins/expressions/public/mocks
import { dataPluginMock } from '../../../plugins/data/public/mocks';
import { usageCollectionPluginMock } from '../../../plugins/usage_collection/public/mocks';
import { uiActionsPluginMock } from '../../../plugins/ui_actions/public/mocks';
+import { inspectorPluginMock } from '../../../plugins/inspector/public/mocks';
const createSetupContract = (): VisualizationsSetup => ({
createBaseVisualization: jest.fn(),
@@ -53,14 +54,16 @@ const createInstance = async () => {
const setup = plugin.setup(coreMock.createSetup(), {
data: dataPluginMock.createSetupContract(),
- expressions: expressionsPluginMock.createSetupContract(),
embeddable: embeddablePluginMock.createSetupContract(),
+ expressions: expressionsPluginMock.createSetupContract(),
+ inspector: inspectorPluginMock.createSetupContract(),
usageCollection: usageCollectionPluginMock.createSetupContract(),
});
const doStart = () =>
plugin.start(coreMock.createStart(), {
data: dataPluginMock.createStartContract(),
expressions: expressionsPluginMock.createStartContract(),
+ inspector: inspectorPluginMock.createStartContract(),
uiActions: uiActionsPluginMock.createStartContract(),
});
diff --git a/src/plugins/visualizations/public/plugin.ts b/src/plugins/visualizations/public/plugin.ts
index 8fcb84b19a9b..b3e8c9b5b61b 100644
--- a/src/plugins/visualizations/public/plugin.ts
+++ b/src/plugins/visualizations/public/plugin.ts
@@ -43,18 +43,23 @@ import {
VisualizeEmbeddableFactory,
createVisEmbeddableFromObject,
} from './embeddable';
-import { ExpressionsSetup, ExpressionsStart } from '../../../plugins/expressions/public';
-import { EmbeddableSetup } from '../../../plugins/embeddable/public';
+import { ExpressionsSetup, ExpressionsStart } from '../../expressions/public';
+import { EmbeddableSetup } from '../../embeddable/public';
import { visualization as visualizationFunction } from './expressions/visualization_function';
import { visualization as visualizationRenderer } from './expressions/visualization_renderer';
import { range as rangeExpressionFunction } from './expression_functions/range';
import { visDimension as visDimensionExpressionFunction } from './expression_functions/vis_dimension';
import { DataPublicPluginSetup, DataPublicPluginStart } from '../../../plugins/data/public';
-import { UsageCollectionSetup } from '../../../plugins/usage_collection/public';
+import {
+ Setup as InspectorSetup,
+ Start as InspectorStart,
+} from '../../../plugins/inspector/public';
+import { UsageCollectionSetup } from '../../usage_collection/public';
+import { createStartServicesGetter, StartServicesGetter } from '../../kibana_utils/public';
import { createSavedVisLoader, SavedVisualizationsLoader } from './saved_visualizations';
import { SerializedVis, Vis } from './vis';
import { showNewVisModal } from './wizard';
-import { UiActionsStart } from '../../../plugins/ui_actions/public';
+import { UiActionsStart } from '../../ui_actions/public';
import {
convertFromSerializedVis,
convertToSerializedVis,
@@ -74,19 +79,21 @@ export interface VisualizationsStart extends TypesStart {
convertToSerializedVis: typeof convertToSerializedVis;
convertFromSerializedVis: typeof convertFromSerializedVis;
showNewVisModal: typeof showNewVisModal;
- __LEGACY: { createVisEmbeddableFromObject: typeof createVisEmbeddableFromObject };
+ __LEGACY: { createVisEmbeddableFromObject: ReturnType };
}
export interface VisualizationsSetupDeps {
- expressions: ExpressionsSetup;
+ data: DataPublicPluginSetup;
embeddable: EmbeddableSetup;
+ expressions: ExpressionsSetup;
+ inspector: InspectorSetup;
usageCollection: UsageCollectionSetup;
- data: DataPublicPluginSetup;
}
export interface VisualizationsStartDeps {
data: DataPublicPluginStart;
expressions: ExpressionsStart;
+ inspector: InspectorStart;
uiActions: UiActionsStart;
}
@@ -107,13 +114,16 @@ export class VisualizationsPlugin
VisualizationsStartDeps
> {
private readonly types: TypesService = new TypesService();
+ private getStartServicesOrDie?: StartServicesGetter;
constructor(initializerContext: PluginInitializerContext) {}
public setup(
- core: CoreSetup,
+ core: CoreSetup,
{ expressions, embeddable, usageCollection, data }: VisualizationsSetupDeps
): VisualizationsSetup {
+ const start = (this.getStartServicesOrDie = createStartServicesGetter(core.getStartServices));
+
setUISettings(core.uiSettings);
setUsageCollector(usageCollection);
@@ -122,7 +132,7 @@ export class VisualizationsPlugin
expressions.registerFunction(rangeExpressionFunction);
expressions.registerFunction(visDimensionExpressionFunction);
- const embeddableFactory = new VisualizeEmbeddableFactory();
+ const embeddableFactory = new VisualizeEmbeddableFactory({ start });
embeddable.registerEmbeddableFactory(VISUALIZE_EMBEDDABLE_TYPE, embeddableFactory);
return {
@@ -171,7 +181,11 @@ export class VisualizationsPlugin
convertToSerializedVis,
convertFromSerializedVis,
savedVisualizationsLoader,
- __LEGACY: { createVisEmbeddableFromObject },
+ __LEGACY: {
+ createVisEmbeddableFromObject: createVisEmbeddableFromObject({
+ start: this.getStartServicesOrDie!,
+ }),
+ },
};
}
diff --git a/test/examples/embeddables/adding_children.ts b/test/examples/embeddables/adding_children.ts
index 5fe88b5dd33f..9ec4b6cffd31 100644
--- a/test/examples/embeddables/adding_children.ts
+++ b/test/examples/embeddables/adding_children.ts
@@ -25,7 +25,8 @@ export default function({ getService }: PluginFunctionalProviderContext) {
const testSubjects = getService('testSubjects');
const flyout = getService('flyout');
- describe('creating and adding children', () => {
+ // FLAKY: https://github.com/elastic/kibana/issues/58692
+ describe.skip('creating and adding children', () => {
before(async () => {
await testSubjects.click('embeddablePanelExamplae');
});
diff --git a/test/functional/apps/dashboard/dashboard_back_button.ts b/test/functional/apps/dashboard/dashboard_back_button.ts
new file mode 100644
index 000000000000..8a488c1780fc
--- /dev/null
+++ b/test/functional/apps/dashboard/dashboard_back_button.ts
@@ -0,0 +1,47 @@
+/*
+ * Licensed to Elasticsearch B.V. under one or more contributor
+ * license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright
+ * ownership. Elasticsearch B.V. licenses this file to you under
+ * the Apache License, Version 2.0 (the "License"); you may
+ * not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+import expect from '@kbn/expect';
+import { FtrProviderContext } from '../../ftr_provider_context';
+
+export default function({ getService, getPageObjects }: FtrProviderContext) {
+ const esArchiver = getService('esArchiver');
+ const kibanaServer = getService('kibanaServer');
+ const PageObjects = getPageObjects(['dashboard', 'header', 'common', 'visualize', 'timePicker']);
+ const browser = getService('browser');
+
+ describe('dashboard back button', () => {
+ before(async () => {
+ await esArchiver.loadIfNeeded('dashboard/current/kibana');
+ await kibanaServer.uiSettings.replace({
+ defaultIndex: '0bf35f60-3dc9-11e8-8660-4d65aa086b3c',
+ });
+ await PageObjects.common.navigateToApp('dashboard');
+ await PageObjects.dashboard.preserveCrossAppState();
+ });
+
+ it('after navigation from listing page to dashboard back button works', async () => {
+ await PageObjects.dashboard.gotoDashboardLandingPage();
+ await PageObjects.dashboard.loadSavedDashboard('dashboard with everything');
+ await PageObjects.dashboard.waitForRenderComplete();
+ await browser.goBack();
+ expect(await PageObjects.dashboard.onDashboardLandingPage()).to.be(true);
+ });
+ });
+}
diff --git a/test/functional/apps/dashboard/index.js b/test/functional/apps/dashboard/index.js
index 5e96a55b1901..6666ccc57d58 100644
--- a/test/functional/apps/dashboard/index.js
+++ b/test/functional/apps/dashboard/index.js
@@ -55,6 +55,7 @@ export default function({ getService, loadTestFile }) {
loadTestFile(require.resolve('./dashboard_options'));
loadTestFile(require.resolve('./data_shared_attributes'));
loadTestFile(require.resolve('./embed_mode'));
+ loadTestFile(require.resolve('./dashboard_back_button'));
// Note: This one must be last because it unloads some data for one of its tests!
// No, this isn't ideal, but loading/unloading takes so much time and these are all bunched
diff --git a/x-pack/legacy/plugins/uptime/common/constants/chart_format_limits.ts b/x-pack/legacy/plugins/uptime/common/constants/chart_format_limits.ts
index f291450ab2a7..3bd204a003c9 100644
--- a/x-pack/legacy/plugins/uptime/common/constants/chart_format_limits.ts
+++ b/x-pack/legacy/plugins/uptime/common/constants/chart_format_limits.ts
@@ -11,7 +11,7 @@ const WEEK = DAY * 7;
const MONTH = WEEK * 4;
/**
- * These contsants are used by the charting code to determine
+ * These constants are used by the charting code to determine
* what label should be applied to chart axes so as to help users
* understand the timeseries data they're being shown.
*/
diff --git a/x-pack/legacy/plugins/uptime/common/constants/context_defaults.ts b/x-pack/legacy/plugins/uptime/common/constants/context_defaults.ts
index c6b79afd9043..0c493326add7 100644
--- a/x-pack/legacy/plugins/uptime/common/constants/context_defaults.ts
+++ b/x-pack/legacy/plugins/uptime/common/constants/context_defaults.ts
@@ -11,7 +11,7 @@ import { CursorDirection, SortOrder } from '../runtime_types';
*/
export const CONTEXT_DEFAULTS = {
/**
- * The application cannot assume a basepath.
+ * The application cannot assume a basePath.
*/
BASE_PATH: '',
diff --git a/x-pack/legacy/plugins/uptime/common/graphql/types.ts b/x-pack/legacy/plugins/uptime/common/graphql/types.ts
new file mode 100644
index 000000000000..e69de29bb2d1
diff --git a/x-pack/legacy/plugins/uptime/common/runtime_types/common.ts b/x-pack/legacy/plugins/uptime/common/runtime_types/common.ts
index 9018f4acaa32..e07c46fa01cf 100644
--- a/x-pack/legacy/plugins/uptime/common/runtime_types/common.ts
+++ b/x-pack/legacy/plugins/uptime/common/runtime_types/common.ts
@@ -33,7 +33,6 @@ export const DateRangeType = t.type({
});
export type Summary = t.TypeOf;
-export type CheckGeo = t.TypeOf;
export type Location = t.TypeOf;
export type StatesIndexStatus = t.TypeOf;
export type DateRange = t.TypeOf;
diff --git a/x-pack/legacy/plugins/uptime/common/types/index.ts b/x-pack/legacy/plugins/uptime/common/types/index.ts
index fcbb92caf26d..a32eabd49a3e 100644
--- a/x-pack/legacy/plugins/uptime/common/types/index.ts
+++ b/x-pack/legacy/plugins/uptime/common/types/index.ts
@@ -35,3 +35,7 @@ export interface MonitorDurationResult {
/** The average values for the monitor duration. */
locationDurationLines: LocationDurationLine[];
}
+
+export interface MonitorIdParam {
+ monitorId: string;
+}
diff --git a/x-pack/legacy/plugins/uptime/public/apps/plugin.ts b/x-pack/legacy/plugins/uptime/public/apps/plugin.ts
index eec49418910f..e73598c44c9f 100644
--- a/x-pack/legacy/plugins/uptime/public/apps/plugin.ts
+++ b/x-pack/legacy/plugins/uptime/public/apps/plugin.ts
@@ -4,23 +4,13 @@
* you may not use this file except in compliance with the Elastic License.
*/
-import {
- LegacyCoreStart,
- LegacyCoreSetup,
- PluginInitializerContext,
- AppMountParameters,
-} from 'src/core/public';
-import { PluginsStart, PluginsSetup } from 'ui/new_platform/new_platform';
+import { LegacyCoreSetup, PluginInitializerContext, AppMountParameters } from 'src/core/public';
+import { PluginsSetup } from 'ui/new_platform/new_platform';
import { FeatureCatalogueCategory } from '../../../../../../src/plugins/home/public';
import { UMFrontendLibs } from '../lib/lib';
import { PLUGIN } from '../../common/constants';
import { getKibanaFrameworkAdapter } from '../lib/adapters/framework/new_platform_adapter';
-export interface StartObject {
- core: LegacyCoreStart;
- plugins: PluginsStart;
-}
-
export interface SetupObject {
core: LegacyCoreSetup;
plugins: PluginsSetup;
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/__tests__/__snapshots__/location_link.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/common/__tests__/__snapshots__/location_link.test.tsx.snap
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/__tests__/__snapshots__/location_link.test.tsx.snap
rename to x-pack/legacy/plugins/uptime/public/components/common/__tests__/__snapshots__/location_link.test.tsx.snap
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/__tests__/__snapshots__/uptime_date_picker.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/common/__tests__/__snapshots__/uptime_date_picker.test.tsx.snap
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/__tests__/__snapshots__/uptime_date_picker.test.tsx.snap
rename to x-pack/legacy/plugins/uptime/public/components/common/__tests__/__snapshots__/uptime_date_picker.test.tsx.snap
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/__tests__/location_link.test.tsx b/x-pack/legacy/plugins/uptime/public/components/common/__tests__/location_link.test.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/__tests__/location_link.test.tsx
rename to x-pack/legacy/plugins/uptime/public/components/common/__tests__/location_link.test.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/__tests__/uptime_date_picker.test.tsx b/x-pack/legacy/plugins/uptime/public/components/common/__tests__/uptime_date_picker.test.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/__tests__/uptime_date_picker.test.tsx
rename to x-pack/legacy/plugins/uptime/public/components/common/__tests__/uptime_date_picker.test.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/charts/__tests__/__snapshots__/chart_empty_state.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/common/charts/__tests__/__snapshots__/chart_empty_state.test.tsx.snap
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/charts/__tests__/__snapshots__/chart_empty_state.test.tsx.snap
rename to x-pack/legacy/plugins/uptime/public/components/common/charts/__tests__/__snapshots__/chart_empty_state.test.tsx.snap
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/charts/__tests__/__snapshots__/chart_wrapper.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/common/charts/__tests__/__snapshots__/chart_wrapper.test.tsx.snap
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/charts/__tests__/__snapshots__/chart_wrapper.test.tsx.snap
rename to x-pack/legacy/plugins/uptime/public/components/common/charts/__tests__/__snapshots__/chart_wrapper.test.tsx.snap
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/charts/__tests__/__snapshots__/donut_chart.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/common/charts/__tests__/__snapshots__/donut_chart.test.tsx.snap
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/charts/__tests__/__snapshots__/donut_chart.test.tsx.snap
rename to x-pack/legacy/plugins/uptime/public/components/common/charts/__tests__/__snapshots__/donut_chart.test.tsx.snap
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/charts/__tests__/__snapshots__/donut_chart_legend.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/common/charts/__tests__/__snapshots__/donut_chart_legend.test.tsx.snap
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/charts/__tests__/__snapshots__/donut_chart_legend.test.tsx.snap
rename to x-pack/legacy/plugins/uptime/public/components/common/charts/__tests__/__snapshots__/donut_chart_legend.test.tsx.snap
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/charts/__tests__/__snapshots__/donut_chart_legend_row.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/common/charts/__tests__/__snapshots__/donut_chart_legend_row.test.tsx.snap
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/charts/__tests__/__snapshots__/donut_chart_legend_row.test.tsx.snap
rename to x-pack/legacy/plugins/uptime/public/components/common/charts/__tests__/__snapshots__/donut_chart_legend_row.test.tsx.snap
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/charts/__tests__/__snapshots__/duration_charts.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/common/charts/__tests__/__snapshots__/duration_charts.test.tsx.snap
similarity index 99%
rename from x-pack/legacy/plugins/uptime/public/components/functional/charts/__tests__/__snapshots__/duration_charts.test.tsx.snap
rename to x-pack/legacy/plugins/uptime/public/components/common/charts/__tests__/__snapshots__/duration_charts.test.tsx.snap
index 6c38f3e338cf..96918ab68f71 100644
--- a/x-pack/legacy/plugins/uptime/public/components/functional/charts/__tests__/__snapshots__/duration_charts.test.tsx.snap
+++ b/x-pack/legacy/plugins/uptime/public/components/common/charts/__tests__/__snapshots__/duration_charts.test.tsx.snap
@@ -53,7 +53,6 @@ exports[`MonitorCharts component renders the component without errors 1`] = `
>
{
const component = shallowWithRouter(
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/charts/__tests__/get_tick_format.test.ts b/x-pack/legacy/plugins/uptime/public/components/common/charts/__tests__/get_tick_format.test.ts
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/charts/__tests__/get_tick_format.test.ts
rename to x-pack/legacy/plugins/uptime/public/components/common/charts/__tests__/get_tick_format.test.ts
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/charts/__tests__/monitor_bar_series.test.tsx b/x-pack/legacy/plugins/uptime/public/components/common/charts/__tests__/monitor_bar_series.test.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/charts/__tests__/monitor_bar_series.test.tsx
rename to x-pack/legacy/plugins/uptime/public/components/common/charts/__tests__/monitor_bar_series.test.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/charts/__tests__/ping_histogram.test.tsx b/x-pack/legacy/plugins/uptime/public/components/common/charts/__tests__/ping_histogram.test.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/charts/__tests__/ping_histogram.test.tsx
rename to x-pack/legacy/plugins/uptime/public/components/common/charts/__tests__/ping_histogram.test.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/charts/annotation_tooltip.tsx b/x-pack/legacy/plugins/uptime/public/components/common/charts/annotation_tooltip.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/charts/annotation_tooltip.tsx
rename to x-pack/legacy/plugins/uptime/public/components/common/charts/annotation_tooltip.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/charts/chart_empty_state.tsx b/x-pack/legacy/plugins/uptime/public/components/common/charts/chart_empty_state.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/charts/chart_empty_state.tsx
rename to x-pack/legacy/plugins/uptime/public/components/common/charts/chart_empty_state.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/charts/chart_wrapper/chart_wrapper.tsx b/x-pack/legacy/plugins/uptime/public/components/common/charts/chart_wrapper/chart_wrapper.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/charts/chart_wrapper/chart_wrapper.tsx
rename to x-pack/legacy/plugins/uptime/public/components/common/charts/chart_wrapper/chart_wrapper.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/charts/chart_wrapper/index.ts b/x-pack/legacy/plugins/uptime/public/components/common/charts/chart_wrapper/index.ts
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/charts/chart_wrapper/index.ts
rename to x-pack/legacy/plugins/uptime/public/components/common/charts/chart_wrapper/index.ts
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/charts/donut_chart.tsx b/x-pack/legacy/plugins/uptime/public/components/common/charts/donut_chart.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/charts/donut_chart.tsx
rename to x-pack/legacy/plugins/uptime/public/components/common/charts/donut_chart.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/charts/donut_chart_legend.tsx b/x-pack/legacy/plugins/uptime/public/components/common/charts/donut_chart_legend.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/charts/donut_chart_legend.tsx
rename to x-pack/legacy/plugins/uptime/public/components/common/charts/donut_chart_legend.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/charts/donut_chart_legend_row.tsx b/x-pack/legacy/plugins/uptime/public/components/common/charts/donut_chart_legend_row.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/charts/donut_chart_legend_row.tsx
rename to x-pack/legacy/plugins/uptime/public/components/common/charts/donut_chart_legend_row.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/common/charts/duration_chart.tsx b/x-pack/legacy/plugins/uptime/public/components/common/charts/duration_chart.tsx
new file mode 100644
index 000000000000..c82b2a1cf9fe
--- /dev/null
+++ b/x-pack/legacy/plugins/uptime/public/components/common/charts/duration_chart.tsx
@@ -0,0 +1,122 @@
+/*
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
+ * or more contributor license agreements. Licensed under the Elastic License;
+ * you may not use this file except in compliance with the Elastic License.
+ */
+
+import React, { useState } from 'react';
+import { i18n } from '@kbn/i18n';
+import moment from 'moment';
+import { FormattedMessage } from '@kbn/i18n/react';
+import { Axis, Chart, Position, timeFormatter, Settings, SeriesIdentifier } from '@elastic/charts';
+import { getChartDateLabel } from '../../../lib/helper';
+import { LocationDurationLine } from '../../../../common/types';
+import { DurationLineSeriesList } from './duration_line_series_list';
+import { ChartWrapper } from './chart_wrapper';
+import { useUrlParams } from '../../../hooks';
+import { getTickFormat } from './get_tick_format';
+import { ChartEmptyState } from './chart_empty_state';
+import { DurationAnomaliesBar } from './duration_line_bar_list';
+import { AnomalyRecords } from '../../../state/actions';
+
+interface DurationChartProps {
+ /**
+ * Timeseries data that is used to express an average line series
+ * on the duration chart. One entry per location
+ */
+ locationDurationLines: LocationDurationLine[];
+
+ /**
+ * To represent the loading spinner on chart
+ */
+ loading: boolean;
+
+ anomalies: AnomalyRecords | null;
+}
+
+/**
+ * This chart is intended to visualize monitor duration performance over time to
+ * the users in a helpful way. Its x-axis is based on a timeseries, the y-axis is in
+ * milliseconds.
+ * @param props The props required for this component to render properly
+ */
+export const DurationChartComponent = ({
+ locationDurationLines,
+ anomalies,
+ loading,
+}: DurationChartProps) => {
+ const hasLines = locationDurationLines.length > 0;
+ const [getUrlParams, updateUrlParams] = useUrlParams();
+ const { absoluteDateRangeStart: min, absoluteDateRangeEnd: max } = getUrlParams();
+
+ const [hiddenLegends, setHiddenLegends] = useState([]);
+
+ const onBrushEnd = (minX: number, maxX: number) => {
+ updateUrlParams({
+ dateRangeStart: moment(minX).toISOString(),
+ dateRangeEnd: moment(maxX).toISOString(),
+ });
+ };
+
+ const legendToggleVisibility = (legendItem: SeriesIdentifier | null) => {
+ if (legendItem) {
+ setHiddenLegends(prevState => {
+ if (prevState.includes(legendItem.specId)) {
+ return [...prevState.filter(item => item !== legendItem.specId)];
+ } else {
+ return [...prevState, legendItem.specId];
+ }
+ });
+ }
+ };
+
+ return (
+
+ {hasLines ? (
+
+
+
+ getTickFormat(d)}
+ title={i18n.translate('xpack.uptime.monitorCharts.durationChart.leftAxis.title', {
+ defaultMessage: 'Duration ms',
+ })}
+ />
+
+
+
+ ) : (
+ up }}
+ />
+ }
+ title={i18n.translate('xpack.uptime.durationChart.emptyPrompt.title', {
+ defaultMessage: 'No duration data available',
+ })}
+ />
+ )}
+
+ );
+};
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/charts/duration_line_bar_list.tsx b/x-pack/legacy/plugins/uptime/public/components/common/charts/duration_line_bar_list.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/charts/duration_line_bar_list.tsx
rename to x-pack/legacy/plugins/uptime/public/components/common/charts/duration_line_bar_list.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/charts/duration_line_series_list.tsx b/x-pack/legacy/plugins/uptime/public/components/common/charts/duration_line_series_list.tsx
similarity index 97%
rename from x-pack/legacy/plugins/uptime/public/components/functional/charts/duration_line_series_list.tsx
rename to x-pack/legacy/plugins/uptime/public/components/common/charts/duration_line_series_list.tsx
index 912bc5bb0501..4223e918393b 100644
--- a/x-pack/legacy/plugins/uptime/public/components/functional/charts/duration_line_series_list.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/common/charts/duration_line_series_list.tsx
@@ -21,7 +21,7 @@ export const DurationLineSeriesList = ({ lines }: Props) => (
// this id is used for the line chart representing the average duration length
data={line.map(({ x, y }) => [x, microsToMillis(y || null)])}
id={`loc-avg-${name}`}
- key={`locline-${name}`}
+ key={`loc-line-${name}`}
name={name}
xAccessor={0}
xScaleType="time"
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/charts/get_tick_format.ts b/x-pack/legacy/plugins/uptime/public/components/common/charts/get_tick_format.ts
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/charts/get_tick_format.ts
rename to x-pack/legacy/plugins/uptime/public/components/common/charts/get_tick_format.ts
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/charts/index.ts b/x-pack/legacy/plugins/uptime/public/components/common/charts/index.ts
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/charts/index.ts
rename to x-pack/legacy/plugins/uptime/public/components/common/charts/index.ts
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/charts/monitor_bar_series.tsx b/x-pack/legacy/plugins/uptime/public/components/common/charts/monitor_bar_series.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/charts/monitor_bar_series.tsx
rename to x-pack/legacy/plugins/uptime/public/components/common/charts/monitor_bar_series.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/charts/ping_histogram.tsx b/x-pack/legacy/plugins/uptime/public/components/common/charts/ping_histogram.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/charts/ping_histogram.tsx
rename to x-pack/legacy/plugins/uptime/public/components/common/charts/ping_histogram.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/higher_order/__tests__/__snapshots__/responsive_wrapper.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/common/higher_order/__tests__/__snapshots__/responsive_wrapper.test.tsx.snap
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/higher_order/__tests__/__snapshots__/responsive_wrapper.test.tsx.snap
rename to x-pack/legacy/plugins/uptime/public/components/common/higher_order/__tests__/__snapshots__/responsive_wrapper.test.tsx.snap
diff --git a/x-pack/legacy/plugins/uptime/public/components/higher_order/__tests__/responsive_wrapper.test.tsx b/x-pack/legacy/plugins/uptime/public/components/common/higher_order/__tests__/responsive_wrapper.test.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/higher_order/__tests__/responsive_wrapper.test.tsx
rename to x-pack/legacy/plugins/uptime/public/components/common/higher_order/__tests__/responsive_wrapper.test.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/higher_order/index.ts b/x-pack/legacy/plugins/uptime/public/components/common/higher_order/index.ts
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/higher_order/index.ts
rename to x-pack/legacy/plugins/uptime/public/components/common/higher_order/index.ts
diff --git a/x-pack/legacy/plugins/uptime/public/components/higher_order/responsive_wrapper.tsx b/x-pack/legacy/plugins/uptime/public/components/common/higher_order/responsive_wrapper.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/higher_order/responsive_wrapper.tsx
rename to x-pack/legacy/plugins/uptime/public/components/common/higher_order/responsive_wrapper.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/location_link.tsx b/x-pack/legacy/plugins/uptime/public/components/common/location_link.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/location_link.tsx
rename to x-pack/legacy/plugins/uptime/public/components/common/location_link.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/uptime_date_picker.tsx b/x-pack/legacy/plugins/uptime/public/components/common/uptime_date_picker.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/uptime_date_picker.tsx
rename to x-pack/legacy/plugins/uptime/public/components/common/uptime_date_picker.tsx
index 7d2123af8ff9..4254004dba4e 100644
--- a/x-pack/legacy/plugins/uptime/public/components/functional/uptime_date_picker.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/common/uptime_date_picker.tsx
@@ -4,8 +4,8 @@
* you may not use this file except in compliance with the Elastic License.
*/
-import { EuiSuperDatePicker } from '@elastic/eui';
import React, { useContext } from 'react';
+import { EuiSuperDatePicker } from '@elastic/eui';
import { useUrlParams } from '../../hooks';
import { CLIENT_DEFAULTS } from '../../../common/constants';
import { UptimeRefreshContext, UptimeSettingsContext } from '../../contexts';
diff --git a/x-pack/legacy/plugins/uptime/public/components/connected/charts/ping_histogram.tsx b/x-pack/legacy/plugins/uptime/public/components/connected/charts/ping_histogram.tsx
deleted file mode 100644
index cf35dbf4e520..000000000000
--- a/x-pack/legacy/plugins/uptime/public/components/connected/charts/ping_histogram.tsx
+++ /dev/null
@@ -1,82 +0,0 @@
-/*
- * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
- * or more contributor license agreements. Licensed under the Elastic License;
- * you may not use this file except in compliance with the Elastic License.
- */
-
-import React, { useEffect } from 'react';
-import { connect } from 'react-redux';
-import { AppState } from '../../../state';
-import {
- PingHistogramComponent,
- PingHistogramComponentProps,
-} from '../../functional/charts/ping_histogram';
-import { getPingHistogram } from '../../../state/actions';
-import { selectPingHistogram } from '../../../state/selectors';
-import { withResponsiveWrapper, ResponsiveWrapperProps } from '../../higher_order';
-import { GetPingHistogramParams, HistogramResult } from '../../../../common/runtime_types';
-import { useGetUrlParams } from '../../../hooks';
-
-type Props = ResponsiveWrapperProps &
- Pick &
- DispatchProps & { lastRefresh: number; monitorId?: string; esKuery?: string };
-
-const PingHistogramContainer: React.FC = ({
- data,
- loadData,
- monitorId,
- lastRefresh,
- height,
- loading,
- esKuery,
-}) => {
- const {
- absoluteDateRangeStart,
- absoluteDateRangeEnd,
- dateRangeStart: dateStart,
- dateRangeEnd: dateEnd,
- statusFilter,
- } = useGetUrlParams();
-
- useEffect(() => {
- loadData({ monitorId, dateStart, dateEnd, statusFilter, filters: esKuery });
- }, [loadData, dateStart, dateEnd, monitorId, statusFilter, lastRefresh, esKuery]);
- return (
-
- );
-};
-
-interface StateProps {
- data: HistogramResult | null;
- loading: boolean;
- lastRefresh: number;
- esKuery: string;
-}
-
-interface DispatchProps {
- loadData: typeof getPingHistogram;
-}
-
-const mapStateToProps = (state: AppState): StateProps => ({ ...selectPingHistogram(state) });
-
-const mapDispatchToProps = (dispatch: any): DispatchProps => ({
- loadData: (params: GetPingHistogramParams) => {
- return dispatch(getPingHistogram(params));
- },
-});
-
-export const PingHistogram = connect<
- StateProps,
- DispatchProps,
- Pick,
- AppState
->(
- mapStateToProps,
- mapDispatchToProps
-)(withResponsiveWrapper(PingHistogramContainer));
diff --git a/x-pack/legacy/plugins/uptime/public/components/connected/charts/snapshot_container.tsx b/x-pack/legacy/plugins/uptime/public/components/connected/charts/snapshot_container.tsx
deleted file mode 100644
index 39ead242527f..000000000000
--- a/x-pack/legacy/plugins/uptime/public/components/connected/charts/snapshot_container.tsx
+++ /dev/null
@@ -1,93 +0,0 @@
-/*
- * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
- * or more contributor license agreements. Licensed under the Elastic License;
- * you may not use this file except in compliance with the Elastic License.
- */
-
-import React, { useEffect } from 'react';
-import { connect } from 'react-redux';
-import { useGetUrlParams } from '../../../hooks';
-import { AppState } from '../../../state';
-import { getSnapshotCountAction } from '../../../state/actions';
-import { SnapshotComponent } from '../../functional/snapshot';
-import { Snapshot as SnapshotType } from '../../../../common/runtime_types';
-import { SnapShotQueryParams } from '../../../state/api';
-
-/**
- * Props expected from parent components.
- */
-interface OwnProps {
- /**
- * Height is needed, since by default charts takes height of 100%
- */
- height?: string;
-}
-
-/**
- * Props given by the Redux store based on action input.
- */
-interface StoreProps {
- count: SnapshotType;
- lastRefresh: number;
- loading: boolean;
- esKuery: string;
-}
-
-/**
- * Contains functions that will dispatch actions used
- * for this component's life cycle
- */
-interface DispatchProps {
- loadSnapshotCount: typeof getSnapshotCountAction;
-}
-
-/**
- * Props used to render the Snapshot component.
- */
-type Props = OwnProps & StoreProps & DispatchProps;
-
-export const Container: React.FC = ({
- count,
- height,
- lastRefresh,
- loading,
- esKuery,
- loadSnapshotCount,
-}: Props) => {
- const { dateRangeStart, dateRangeEnd, statusFilter } = useGetUrlParams();
-
- useEffect(() => {
- loadSnapshotCount({ dateRangeStart, dateRangeEnd, filters: esKuery, statusFilter });
- }, [dateRangeStart, dateRangeEnd, esKuery, lastRefresh, loadSnapshotCount, statusFilter]);
- return ;
-};
-
-/**
- * Provides state to connected component.
- * @param state the root app state
- */
-const mapStateToProps = ({
- snapshot: { count, loading },
- ui: { lastRefresh, esKuery },
-}: AppState): StoreProps => ({
- count,
- lastRefresh,
- loading,
- esKuery,
-});
-
-/**
- * Used for fetching snapshot counts.
- * @param dispatch redux-provided action dispatcher
- */
-const mapDispatchToProps = (dispatch: any) => ({
- loadSnapshotCount: (params: SnapShotQueryParams): DispatchProps => {
- return dispatch(getSnapshotCountAction(params));
- },
-});
-
-export const Snapshot = connect(
- // @ts-ignore connect is expecting null | undefined for some reason
- mapStateToProps,
- mapDispatchToProps
-)(Container);
diff --git a/x-pack/legacy/plugins/uptime/public/components/connected/index.ts b/x-pack/legacy/plugins/uptime/public/components/connected/index.ts
deleted file mode 100644
index 94e2529a46a0..000000000000
--- a/x-pack/legacy/plugins/uptime/public/components/connected/index.ts
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
- * or more contributor license agreements. Licensed under the Elastic License;
- * you may not use this file except in compliance with the Elastic License.
- */
-
-export { AlertMonitorStatus, ToggleAlertFlyoutButton, UptimeAlertsFlyoutWrapper } from './alerts';
-export { PingHistogram } from './charts/ping_histogram';
-export { Snapshot } from './charts/snapshot_container';
-export { KueryBar } from './kuerybar/kuery_bar_container';
-export { FilterGroup } from './filter_group/filter_group_container';
-export { MonitorStatusDetails } from './monitor/status_details_container';
-export { MonitorStatusBar } from './monitor/status_bar_container';
-export { MonitorList } from './monitor/monitor_list';
-export { MonitorListDrawer } from './monitor/list_drawer_container';
-export { MonitorListActionsPopover } from './monitor/drawer_popover_container';
-export { PingList, PingListProps } from './pings';
-export { DurationChart } from './charts/monitor_duration';
-export { EmptyState } from './empty_state/empty_state';
diff --git a/x-pack/legacy/plugins/uptime/public/components/connected/monitor/status_bar_container.tsx b/x-pack/legacy/plugins/uptime/public/components/connected/monitor/status_bar_container.tsx
deleted file mode 100644
index 3a96aa7c0275..000000000000
--- a/x-pack/legacy/plugins/uptime/public/components/connected/monitor/status_bar_container.tsx
+++ /dev/null
@@ -1,71 +0,0 @@
-/*
- * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
- * or more contributor license agreements. Licensed under the Elastic License;
- * you may not use this file except in compliance with the Elastic License.
- */
-
-import React, { useContext, useEffect } from 'react';
-import { connect } from 'react-redux';
-import { Dispatch } from 'redux';
-import { AppState } from '../../../state';
-import { monitorLocationsSelector, monitorStatusSelector } from '../../../state/selectors';
-import { MonitorStatusBarComponent } from '../../functional/monitor_status_details/monitor_status_bar';
-import { getMonitorStatusAction } from '../../../state/actions';
-import { useGetUrlParams } from '../../../hooks';
-import { Ping } from '../../../../common/runtime_types';
-import { MonitorLocations } from '../../../../common/runtime_types/monitor';
-import { UptimeRefreshContext } from '../../../contexts';
-
-interface StateProps {
- monitorStatus: Ping;
- monitorLocations: MonitorLocations;
-}
-
-interface DispatchProps {
- loadMonitorStatus: typeof getMonitorStatusAction;
-}
-
-interface OwnProps {
- monitorId: string;
-}
-
-type Props = OwnProps & StateProps & DispatchProps;
-
-const Container: React.FC = ({
- loadMonitorStatus,
- monitorId,
- monitorStatus,
- monitorLocations,
-}: Props) => {
- const { lastRefresh } = useContext(UptimeRefreshContext);
-
- const { dateRangeStart: dateStart, dateRangeEnd: dateEnd } = useGetUrlParams();
-
- useEffect(() => {
- loadMonitorStatus({ dateStart, dateEnd, monitorId });
- }, [monitorId, dateStart, dateEnd, loadMonitorStatus, lastRefresh]);
-
- return (
-
- );
-};
-
-const mapStateToProps = (state: AppState, ownProps: OwnProps) => ({
- monitorStatus: monitorStatusSelector(state),
- monitorLocations: monitorLocationsSelector(state, ownProps.monitorId),
-});
-
-const mapDispatchToProps = (dispatch: Dispatch): DispatchProps => ({
- loadMonitorStatus: params => dispatch(getMonitorStatusAction(params)),
-});
-
-// @ts-ignore TODO: Investigate typescript issues here
-export const MonitorStatusBar = connect(
- // @ts-ignore TODO: Investigate typescript issues here
- mapStateToProps,
- mapDispatchToProps
-)(Container);
diff --git a/x-pack/legacy/plugins/uptime/public/components/connected/monitor/status_details_container.tsx b/x-pack/legacy/plugins/uptime/public/components/connected/monitor/status_details_container.tsx
deleted file mode 100644
index 9d2e48830fbf..000000000000
--- a/x-pack/legacy/plugins/uptime/public/components/connected/monitor/status_details_container.tsx
+++ /dev/null
@@ -1,63 +0,0 @@
-/*
- * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
- * or more contributor license agreements. Licensed under the Elastic License;
- * you may not use this file except in compliance with the Elastic License.
- */
-
-import React, { useContext, useEffect } from 'react';
-import { connect } from 'react-redux';
-import { Dispatch } from 'redux';
-import { useGetUrlParams } from '../../../hooks';
-import { AppState } from '../../../state';
-import { monitorLocationsSelector } from '../../../state/selectors';
-import { getMonitorLocationsAction, MonitorLocationsPayload } from '../../../state/actions/monitor';
-import { MonitorStatusDetailsComponent } from '../../functional/monitor_status_details';
-import { MonitorLocations } from '../../../../common/runtime_types';
-import { UptimeRefreshContext } from '../../../contexts';
-
-interface OwnProps {
- monitorId: string;
-}
-
-interface StoreProps {
- monitorLocations: MonitorLocations;
-}
-
-interface DispatchProps {
- loadMonitorLocations: typeof getMonitorLocationsAction;
-}
-
-type Props = OwnProps & StoreProps & DispatchProps;
-
-export const Container: React.FC = ({
- loadMonitorLocations,
- monitorLocations,
- monitorId,
-}: Props) => {
- const { lastRefresh } = useContext(UptimeRefreshContext);
-
- const { dateRangeStart: dateStart, dateRangeEnd: dateEnd } = useGetUrlParams();
-
- useEffect(() => {
- loadMonitorLocations({ dateStart, dateEnd, monitorId });
- }, [loadMonitorLocations, monitorId, dateStart, dateEnd, lastRefresh]);
-
- return (
-
- );
-};
-const mapStateToProps = (state: AppState, { monitorId }: OwnProps) => ({
- monitorLocations: monitorLocationsSelector(state, monitorId),
-});
-
-const mapDispatchToProps = (dispatch: Dispatch) => ({
- loadMonitorLocations: (params: MonitorLocationsPayload) => {
- dispatch(getMonitorLocationsAction(params));
- },
-});
-
-export const MonitorStatusDetails = connect(
- // @ts-ignore TODO: Investigate typescript issues here
- mapStateToProps,
- mapDispatchToProps
-)(Container);
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/charts/duration_chart.tsx b/x-pack/legacy/plugins/uptime/public/components/functional/charts/duration_chart.tsx
deleted file mode 100644
index ec2081d71555..000000000000
--- a/x-pack/legacy/plugins/uptime/public/components/functional/charts/duration_chart.tsx
+++ /dev/null
@@ -1,155 +0,0 @@
-/*
- * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
- * or more contributor license agreements. Licensed under the Elastic License;
- * you may not use this file except in compliance with the Elastic License.
- */
-
-import React, { useState } from 'react';
-import { i18n } from '@kbn/i18n';
-import moment from 'moment';
-import { FormattedMessage } from '@kbn/i18n/react';
-import { EuiFlexGroup, EuiFlexItem, EuiPanel, EuiTitle } from '@elastic/eui';
-import { Axis, Chart, Position, timeFormatter, Settings, SeriesIdentifier } from '@elastic/charts';
-import { getChartDateLabel } from '../../../lib/helper';
-import { LocationDurationLine } from '../../../../common/types';
-import { DurationLineSeriesList } from './duration_line_series_list';
-import { ChartWrapper } from './chart_wrapper';
-import { useUrlParams } from '../../../hooks';
-import { getTickFormat } from './get_tick_format';
-import { ChartEmptyState } from './chart_empty_state';
-import { DurationAnomaliesBar } from './duration_line_bar_list';
-import { MLIntegrationComponent } from '../../monitor_details/ml/ml_integeration';
-import { AnomalyRecords } from '../../../state/actions';
-
-interface DurationChartProps {
- /**
- * Timeseries data that is used to express an average line series
- * on the duration chart. One entry per location
- */
- locationDurationLines: LocationDurationLine[];
-
- /**
- * To represent the loading spinner on chart
- */
- loading: boolean;
-
- hasMLJob: boolean;
-
- anomalies: AnomalyRecords | null;
-}
-
-/**
- * This chart is intended to visualize monitor duration performance over time to
- * the users in a helpful way. Its x-axis is based on a timeseries, the y-axis is in
- * milliseconds.
- * @param props The props required for this component to render properly
- */
-export const DurationChartComponent = ({
- locationDurationLines,
- anomalies,
- loading,
- hasMLJob,
-}: DurationChartProps) => {
- const hasLines = locationDurationLines.length > 0;
- const [getUrlParams, updateUrlParams] = useUrlParams();
- const { absoluteDateRangeStart: min, absoluteDateRangeEnd: max } = getUrlParams();
-
- const [hiddenLegends, setHiddenLegends] = useState([]);
-
- const onBrushEnd = (minX: number, maxX: number) => {
- updateUrlParams({
- dateRangeStart: moment(minX).toISOString(),
- dateRangeEnd: moment(maxX).toISOString(),
- });
- };
-
- const legendToggleVisibility = (legendItem: SeriesIdentifier | null) => {
- if (legendItem) {
- setHiddenLegends(prevState => {
- if (prevState.includes(legendItem.specId)) {
- return [...prevState.filter(item => item !== legendItem.specId)];
- } else {
- return [...prevState, legendItem.specId];
- }
- });
- }
- };
-
- return (
- <>
-
-
-
-
-
- {hasMLJob ? (
-
- ) : (
-
- )}
-
-
-
-
-
-
-
-
-
- {hasLines ? (
-
-
-
- getTickFormat(d)}
- title={i18n.translate('xpack.uptime.monitorCharts.durationChart.leftAxis.title', {
- defaultMessage: 'Duration ms',
- })}
- />
-
-
-
- ) : (
- up }}
- />
- }
- title={i18n.translate('xpack.uptime.durationChart.emptyPrompt.title', {
- defaultMessage: 'No duration data available',
- })}
- />
- )}
-
-
- >
- );
-};
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/empty_state/__tests__/__snapshots__/data_missing.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/functional/empty_state/__tests__/__snapshots__/data_missing.test.tsx.snap
deleted file mode 100644
index 2182bfb4e656..000000000000
--- a/x-pack/legacy/plugins/uptime/public/components/functional/empty_state/__tests__/__snapshots__/data_missing.test.tsx.snap
+++ /dev/null
@@ -1,52 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`DataMissing component renders basePath and headingMessage 1`] = `
-
-
-
-
-
-
-
- ,
- }
- }
- />
-
- }
- iconType="uptimeApp"
- title={
-
-
- bar
-
-
- }
- />
-
-
-
-`;
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/empty_state/__tests__/__snapshots__/empty_state.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/functional/empty_state/__tests__/__snapshots__/empty_state.test.tsx.snap
deleted file mode 100644
index 2d45bbd18a60..000000000000
--- a/x-pack/legacy/plugins/uptime/public/components/functional/empty_state/__tests__/__snapshots__/empty_state.test.tsx.snap
+++ /dev/null
@@ -1,1141 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`EmptyState component does not render empty state with appropriate base path and no docs 1`] = `
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ,
- }
- }
- />
-
- }
- iconType="uptimeApp"
- title={
-
-
- No uptime data found
-
-
- }
- >
-
-
-
-
-
-
-
-
-
-
-
-
- No uptime data found
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-`;
-
-exports[`EmptyState component doesn't render child components when count is falsy 1`] = `
-
-
-
-
-
-
-
- Loading…
-
-
-
- }
- >
-
-
-
-
-
-
-
-
-
-
-
-
-
- Loading…
-
-
-
-
-
-
-
-
-
-
-`;
-
-exports[`EmptyState component notifies when index does not exist 1`] = `
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ,
- }
- }
- />
-
- }
- iconType="uptimeApp"
- title={
-
-
- Uptime index not found
-
-
- }
- >
-
-
-
-
-
-
-
-
-
-
-
-
- Uptime index not found
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-`;
-
-exports[`EmptyState component renders child components when count is truthy 1`] = `
-
-
- Foo
-
-
- Bar
-
-
- Baz
-
-
-`;
-
-exports[`EmptyState component renders error message when an error occurs 1`] = `
-
-
-
-
-
-
-
-
-
-
- There was an error fetching your data.
-
-
- }
- iconColor="subdued"
- iconType="securityApp"
- title={
-
-
- Error
-
-
- }
- >
-
-
-
-
-
-
-
-
-
-
-
-
- Error
-
-
-
-
-
-
-
-
-
- There was an error fetching your data.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-`;
-
-exports[`EmptyState component renders loading state if no errors or doc count 1`] = `
-
-
-
-
-
-
-
- Loading…
-
-
-
- }
- >
-
-
-
-
-
-
-
-
-
-
-
-
-
- Loading…
-
-
-
-
-
-
-
-
-
-
-`;
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/empty_state/__tests__/data_missing.test.tsx b/x-pack/legacy/plugins/uptime/public/components/functional/empty_state/__tests__/data_missing.test.tsx
deleted file mode 100644
index 8605d2966aaa..000000000000
--- a/x-pack/legacy/plugins/uptime/public/components/functional/empty_state/__tests__/data_missing.test.tsx
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
- * or more contributor license agreements. Licensed under the Elastic License;
- * you may not use this file except in compliance with the Elastic License.
- */
-
-import { shallowWithIntl } from 'test_utils/enzyme_helpers';
-import React from 'react';
-import { DataMissing } from '../data_missing';
-
-describe('DataMissing component', () => {
- it('renders basePath and headingMessage', () => {
- const component = shallowWithIntl( );
- expect(component).toMatchSnapshot();
- });
-});
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/empty_state/data_missing.tsx b/x-pack/legacy/plugins/uptime/public/components/functional/empty_state/data_missing.tsx
deleted file mode 100644
index 337c08774e8e..000000000000
--- a/x-pack/legacy/plugins/uptime/public/components/functional/empty_state/data_missing.tsx
+++ /dev/null
@@ -1,64 +0,0 @@
-/*
- * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
- * or more contributor license agreements. Licensed under the Elastic License;
- * you may not use this file except in compliance with the Elastic License.
- */
-
-import {
- EuiFlexGroup,
- EuiEmptyPrompt,
- EuiFlexItem,
- EuiSpacer,
- EuiPanel,
- EuiTitle,
- EuiLink,
-} from '@elastic/eui';
-import { FormattedMessage } from '@kbn/i18n/react';
-import React, { useContext } from 'react';
-import { UptimeSettingsContext } from '../../../contexts';
-
-interface DataMissingProps {
- headingMessage: string;
-}
-
-export const DataMissing = ({ headingMessage }: DataMissingProps) => {
- const { basePath } = useContext(UptimeSettingsContext);
- return (
-
-
-
-
-
- {headingMessage}
-
- }
- body={
-
-
-
-
- ),
- }}
- />
-
- }
- />
-
-
-
- );
-};
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/empty_state/empty_index.tsx b/x-pack/legacy/plugins/uptime/public/components/functional/empty_state/empty_index.tsx
deleted file mode 100644
index 0141198ec15e..000000000000
--- a/x-pack/legacy/plugins/uptime/public/components/functional/empty_state/empty_index.tsx
+++ /dev/null
@@ -1,67 +0,0 @@
-/*
- * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
- * or more contributor license agreements. Licensed under the Elastic License;
- * you may not use this file except in compliance with the Elastic License.
- */
-
-import {
- EuiEmptyPrompt,
- EuiFlexGroup,
- EuiFlexItem,
- EuiLink,
- EuiPanel,
- EuiSpacer,
- EuiTitle,
-} from '@elastic/eui';
-import { FormattedMessage } from '@kbn/i18n/react';
-import React, { Fragment } from 'react';
-
-interface EmptyIndexProps {
- basePath: string;
-}
-
-export const EmptyIndex = ({ basePath }: EmptyIndexProps) => (
-
-
-
-
-
-
-
-
-
- }
- body={
-
-
-
-
-
- ),
- }}
- />
-
-
- }
- />
-
-
-
-);
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/index.ts b/x-pack/legacy/plugins/uptime/public/components/functional/index.ts
deleted file mode 100644
index 07809561c31b..000000000000
--- a/x-pack/legacy/plugins/uptime/public/components/functional/index.ts
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
- * or more contributor license agreements. Licensed under the Elastic License;
- * you may not use this file except in compliance with the Elastic License.
- */
-
-export {
- ToggleAlertFlyoutButtonComponent,
- UptimeAlertsContextProvider,
- UptimeAlertsFlyoutWrapperComponent,
-} from './alerts';
-export * from './alerts';
-export { DonutChart } from './charts/donut_chart';
-export { KueryBarComponent } from './kuery_bar/kuery_bar';
-export { MonitorCharts } from './monitor_charts';
-export { MonitorListComponent } from './monitor_list';
-export { OverviewPageParsingErrorCallout } from './overview_page_parsing_error_callout';
-export { PingListComponent } from './ping_list';
-export { PingHistogramComponent } from './charts';
-export { StatusPanel } from './status_panel';
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_status_details/monitor_status_bar/index.ts b/x-pack/legacy/plugins/uptime/public/components/functional/monitor_status_details/monitor_status_bar/index.ts
deleted file mode 100644
index 0cb11587eee4..000000000000
--- a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_status_details/monitor_status_bar/index.ts
+++ /dev/null
@@ -1,8 +0,0 @@
-/*
- * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
- * or more contributor license agreements. Licensed under the Elastic License;
- * you may not use this file except in compliance with the Elastic License.
- */
-
-export { MonitorSSLCertificate } from './monitor_ssl_certificate';
-export { MonitorStatusBarComponent } from './monitor_status_bar';
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/search_schema.ts b/x-pack/legacy/plugins/uptime/public/components/functional/search_schema.ts
deleted file mode 100644
index bd451a983528..000000000000
--- a/x-pack/legacy/plugins/uptime/public/components/functional/search_schema.ts
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
- * or more contributor license agreements. Licensed under the Elastic License;
- * you may not use this file except in compliance with the Elastic License.
- */
-
-export const filterBarSearchSchema = {
- strict: true,
- fields: {
- 'monitor.id': { type: 'string' },
- 'monitor.status': { type: 'string' },
- 'monitor.ip': { type: 'string' },
- 'monitor.host': { type: 'string' },
- 'monitor.scheme': { type: 'string' },
- 'url.port': { type: 'number' },
- },
-};
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/__tests__/__snapshots__/monitor_charts.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/monitor/__tests__/__snapshots__/monitor_charts.test.tsx.snap
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/__tests__/__snapshots__/monitor_charts.test.tsx.snap
rename to x-pack/legacy/plugins/uptime/public/components/monitor/__tests__/__snapshots__/monitor_charts.test.tsx.snap
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/__tests__/monitor_charts.test.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/__tests__/monitor_charts.test.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/__tests__/monitor_charts.test.tsx
rename to x-pack/legacy/plugins/uptime/public/components/monitor/__tests__/monitor_charts.test.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/monitor/index.ts b/x-pack/legacy/plugins/uptime/public/components/monitor/index.ts
new file mode 100644
index 000000000000..cb7b27afded0
--- /dev/null
+++ b/x-pack/legacy/plugins/uptime/public/components/monitor/index.ts
@@ -0,0 +1,12 @@
+/*
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
+ * or more contributor license agreements. Licensed under the Elastic License;
+ * you may not use this file except in compliance with the Elastic License.
+ */
+
+export * from './ml';
+export * from './ping_list';
+export * from './location_map';
+export * from './monitor_status_details';
+export * from './ping_histogram';
+export * from './monitor_charts';
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/location_map/__tests__/__snapshots__/location_map.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/monitor/location_map/__tests__/__snapshots__/location_map.test.tsx.snap
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/location_map/__tests__/__snapshots__/location_map.test.tsx.snap
rename to x-pack/legacy/plugins/uptime/public/components/monitor/location_map/__tests__/__snapshots__/location_map.test.tsx.snap
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/location_map/__tests__/__snapshots__/location_missing.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/monitor/location_map/__tests__/__snapshots__/location_missing.test.tsx.snap
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/location_map/__tests__/__snapshots__/location_missing.test.tsx.snap
rename to x-pack/legacy/plugins/uptime/public/components/monitor/location_map/__tests__/__snapshots__/location_missing.test.tsx.snap
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/location_map/__tests__/__snapshots__/location_status_tags.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/monitor/location_map/__tests__/__snapshots__/location_status_tags.test.tsx.snap
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/location_map/__tests__/__snapshots__/location_status_tags.test.tsx.snap
rename to x-pack/legacy/plugins/uptime/public/components/monitor/location_map/__tests__/__snapshots__/location_status_tags.test.tsx.snap
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/location_map/__tests__/location_map.test.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/location_map/__tests__/location_map.test.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/location_map/__tests__/location_map.test.tsx
rename to x-pack/legacy/plugins/uptime/public/components/monitor/location_map/__tests__/location_map.test.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/location_map/__tests__/location_missing.test.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/location_map/__tests__/location_missing.test.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/location_map/__tests__/location_missing.test.tsx
rename to x-pack/legacy/plugins/uptime/public/components/monitor/location_map/__tests__/location_missing.test.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/location_map/__tests__/location_status_tags.test.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/location_map/__tests__/location_status_tags.test.tsx
similarity index 97%
rename from x-pack/legacy/plugins/uptime/public/components/functional/location_map/__tests__/location_status_tags.test.tsx
rename to x-pack/legacy/plugins/uptime/public/components/monitor/location_map/__tests__/location_status_tags.test.tsx
index 2359938dbbc3..7dde38af99fc 100644
--- a/x-pack/legacy/plugins/uptime/public/components/functional/location_map/__tests__/location_status_tags.test.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/monitor/location_map/__tests__/location_status_tags.test.tsx
@@ -8,9 +8,8 @@ import React from 'react';
import moment from 'moment';
import { renderWithIntl, shallowWithIntl } from 'test_utils/enzyme_helpers';
import { MonitorLocation } from '../../../../../common/runtime_types/monitor';
-import { LocationStatusTags } from '../';
+import { LocationStatusTags } from '../index';
-// Failing: https://github.com/elastic/kibana/issues/54818
describe('LocationStatusTags component', () => {
let monitorLocations: MonitorLocation[];
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/location_map/embeddables/__tests__/__mocks__/mock.ts b/x-pack/legacy/plugins/uptime/public/components/monitor/location_map/embeddables/__tests__/__mocks__/mock.ts
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/location_map/embeddables/__tests__/__mocks__/mock.ts
rename to x-pack/legacy/plugins/uptime/public/components/monitor/location_map/embeddables/__tests__/__mocks__/mock.ts
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/location_map/embeddables/__tests__/map_config.test.ts b/x-pack/legacy/plugins/uptime/public/components/monitor/location_map/embeddables/__tests__/map_config.test.ts
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/location_map/embeddables/__tests__/map_config.test.ts
rename to x-pack/legacy/plugins/uptime/public/components/monitor/location_map/embeddables/__tests__/map_config.test.ts
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/location_map/embeddables/embedded_map.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/location_map/embeddables/embedded_map.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/location_map/embeddables/embedded_map.tsx
rename to x-pack/legacy/plugins/uptime/public/components/monitor/location_map/embeddables/embedded_map.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/location_map/embeddables/low_poly_layer.json b/x-pack/legacy/plugins/uptime/public/components/monitor/location_map/embeddables/low_poly_layer.json
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/location_map/embeddables/low_poly_layer.json
rename to x-pack/legacy/plugins/uptime/public/components/monitor/location_map/embeddables/low_poly_layer.json
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/location_map/embeddables/map_config.ts b/x-pack/legacy/plugins/uptime/public/components/monitor/location_map/embeddables/map_config.ts
similarity index 98%
rename from x-pack/legacy/plugins/uptime/public/components/functional/location_map/embeddables/map_config.ts
rename to x-pack/legacy/plugins/uptime/public/components/monitor/location_map/embeddables/map_config.ts
index a43edae43825..ddb52e119fa8 100644
--- a/x-pack/legacy/plugins/uptime/public/components/functional/location_map/embeddables/map_config.ts
+++ b/x-pack/legacy/plugins/uptime/public/components/monitor/location_map/embeddables/map_config.ts
@@ -5,7 +5,7 @@
*/
import lowPolyLayerFeatures from './low_poly_layer.json';
-import { LocationPoint } from './embedded_map.js';
+import { LocationPoint } from './embedded_map';
import { UptimeAppColors } from '../../../../uptime_app';
/**
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/location_map/embeddables/translations.ts b/x-pack/legacy/plugins/uptime/public/components/monitor/location_map/embeddables/translations.ts
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/location_map/embeddables/translations.ts
rename to x-pack/legacy/plugins/uptime/public/components/monitor/location_map/embeddables/translations.ts
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/location_map/index.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/location_map/index.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/location_map/index.tsx
rename to x-pack/legacy/plugins/uptime/public/components/monitor/location_map/index.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/location_map/location_map.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/location_map/location_map.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/location_map/location_map.tsx
rename to x-pack/legacy/plugins/uptime/public/components/monitor/location_map/location_map.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/location_map/location_missing.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/location_map/location_missing.tsx
similarity index 97%
rename from x-pack/legacy/plugins/uptime/public/components/functional/location_map/location_missing.tsx
rename to x-pack/legacy/plugins/uptime/public/components/monitor/location_map/location_missing.tsx
index a20889f6cc65..6ce31e4cc824 100644
--- a/x-pack/legacy/plugins/uptime/public/components/functional/location_map/location_missing.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/monitor/location_map/location_missing.tsx
@@ -16,7 +16,7 @@ import {
} from '@elastic/eui';
import styled from 'styled-components';
import { FormattedMessage } from '@kbn/i18n/react';
-import { LocationLink } from '../monitor_list/monitor_list_drawer';
+import { LocationLink } from '../../common/location_link';
const EuiPopoverRight = styled(EuiFlexItem)`
margin-left: auto;
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/location_map/location_status_tags.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/location_map/location_status_tags.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/location_map/location_status_tags.tsx
rename to x-pack/legacy/plugins/uptime/public/components/monitor/location_map/location_status_tags.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/__tests__/__snapshots__/confirm_delete.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/monitor/ml/__tests__/__snapshots__/confirm_delete.test.tsx.snap
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/__tests__/__snapshots__/confirm_delete.test.tsx.snap
rename to x-pack/legacy/plugins/uptime/public/components/monitor/ml/__tests__/__snapshots__/confirm_delete.test.tsx.snap
diff --git a/x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/__tests__/__snapshots__/license_info.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/monitor/ml/__tests__/__snapshots__/license_info.test.tsx.snap
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/__tests__/__snapshots__/license_info.test.tsx.snap
rename to x-pack/legacy/plugins/uptime/public/components/monitor/ml/__tests__/__snapshots__/license_info.test.tsx.snap
diff --git a/x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/__tests__/__snapshots__/ml_flyout.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/monitor/ml/__tests__/__snapshots__/ml_flyout.test.tsx.snap
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/__tests__/__snapshots__/ml_flyout.test.tsx.snap
rename to x-pack/legacy/plugins/uptime/public/components/monitor/ml/__tests__/__snapshots__/ml_flyout.test.tsx.snap
diff --git a/x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/__tests__/__snapshots__/ml_integerations.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/monitor/ml/__tests__/__snapshots__/ml_integerations.test.tsx.snap
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/__tests__/__snapshots__/ml_integerations.test.tsx.snap
rename to x-pack/legacy/plugins/uptime/public/components/monitor/ml/__tests__/__snapshots__/ml_integerations.test.tsx.snap
diff --git a/x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/__tests__/__snapshots__/ml_job_link.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/monitor/ml/__tests__/__snapshots__/ml_job_link.test.tsx.snap
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/__tests__/__snapshots__/ml_job_link.test.tsx.snap
rename to x-pack/legacy/plugins/uptime/public/components/monitor/ml/__tests__/__snapshots__/ml_job_link.test.tsx.snap
diff --git a/x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/__tests__/__snapshots__/ml_manage_job.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/monitor/ml/__tests__/__snapshots__/ml_manage_job.test.tsx.snap
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/__tests__/__snapshots__/ml_manage_job.test.tsx.snap
rename to x-pack/legacy/plugins/uptime/public/components/monitor/ml/__tests__/__snapshots__/ml_manage_job.test.tsx.snap
diff --git a/x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/__tests__/confirm_delete.test.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/ml/__tests__/confirm_delete.test.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/__tests__/confirm_delete.test.tsx
rename to x-pack/legacy/plugins/uptime/public/components/monitor/ml/__tests__/confirm_delete.test.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/__tests__/license_info.test.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/ml/__tests__/license_info.test.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/__tests__/license_info.test.tsx
rename to x-pack/legacy/plugins/uptime/public/components/monitor/ml/__tests__/license_info.test.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/__tests__/ml_flyout.test.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/ml/__tests__/ml_flyout.test.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/__tests__/ml_flyout.test.tsx
rename to x-pack/legacy/plugins/uptime/public/components/monitor/ml/__tests__/ml_flyout.test.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/__tests__/ml_integerations.test.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/ml/__tests__/ml_integerations.test.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/__tests__/ml_integerations.test.tsx
rename to x-pack/legacy/plugins/uptime/public/components/monitor/ml/__tests__/ml_integerations.test.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/__tests__/ml_job_link.test.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/ml/__tests__/ml_job_link.test.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/__tests__/ml_job_link.test.tsx
rename to x-pack/legacy/plugins/uptime/public/components/monitor/ml/__tests__/ml_job_link.test.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/__tests__/ml_manage_job.test.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/ml/__tests__/ml_manage_job.test.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/__tests__/ml_manage_job.test.tsx
rename to x-pack/legacy/plugins/uptime/public/components/monitor/ml/__tests__/ml_manage_job.test.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/confirm_delete.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/ml/confirm_delete.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/confirm_delete.tsx
rename to x-pack/legacy/plugins/uptime/public/components/monitor/ml/confirm_delete.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/connected/pings/index.ts b/x-pack/legacy/plugins/uptime/public/components/monitor/ml/index.ts
similarity index 81%
rename from x-pack/legacy/plugins/uptime/public/components/connected/pings/index.ts
rename to x-pack/legacy/plugins/uptime/public/components/monitor/ml/index.ts
index 95ced104e518..c644c94d1387 100644
--- a/x-pack/legacy/plugins/uptime/public/components/connected/pings/index.ts
+++ b/x-pack/legacy/plugins/uptime/public/components/monitor/ml/index.ts
@@ -4,4 +4,4 @@
* you may not use this file except in compliance with the Elastic License.
*/
-export { PingList, PingListProps } from './ping_list';
+export { ManageMLJobComponent } from './manage_ml_job';
diff --git a/x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/license_info.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/ml/license_info.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/license_info.tsx
rename to x-pack/legacy/plugins/uptime/public/components/monitor/ml/license_info.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/manage_ml_job.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/ml/manage_ml_job.tsx
similarity index 97%
rename from x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/manage_ml_job.tsx
rename to x-pack/legacy/plugins/uptime/public/components/monitor/ml/manage_ml_job.tsx
index ec3e8bb2b9f6..46ac24e9455e 100644
--- a/x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/manage_ml_job.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/monitor/ml/manage_ml_job.tsx
@@ -13,7 +13,7 @@ import { UptimeSettingsContext } from '../../../contexts';
import * as labels from './translations';
import { getMLJobLinkHref } from './ml_job_link';
import { useGetUrlParams } from '../../../hooks';
-import { useMonitorId } from '../../../hooks/use_monitor';
+import { useMonitorId } from '../../../hooks';
interface Props {
hasMLJob: boolean;
diff --git a/x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/ml_flyout.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/ml/ml_flyout.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/ml_flyout.tsx
rename to x-pack/legacy/plugins/uptime/public/components/monitor/ml/ml_flyout.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/ml_flyout_container.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/ml/ml_flyout_container.tsx
similarity index 98%
rename from x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/ml_flyout_container.tsx
rename to x-pack/legacy/plugins/uptime/public/components/monitor/ml/ml_flyout_container.tsx
index a13de192cc44..c3e8579ca483 100644
--- a/x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/ml_flyout_container.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/monitor/ml/ml_flyout_container.tsx
@@ -25,7 +25,7 @@ import { ML_JOB_ID } from '../../../../common/constants';
import { UptimeRefreshContext, UptimeSettingsContext } from '../../../contexts';
import { useGetUrlParams } from '../../../hooks';
import { getDynamicSettings } from '../../../state/actions/dynamic_settings';
-import { useMonitorId } from '../../../hooks/use_monitor';
+import { useMonitorId } from '../../../hooks';
interface Props {
onClose: () => void;
diff --git a/x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/ml_integeration.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/ml/ml_integeration.tsx
similarity index 98%
rename from x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/ml_integeration.tsx
rename to x-pack/legacy/plugins/uptime/public/components/monitor/ml/ml_integeration.tsx
index e053ca733cb8..4963a901f0ec 100644
--- a/x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/ml_integeration.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/monitor/ml/ml_integeration.tsx
@@ -21,7 +21,7 @@ import * as labels from './translations';
import { useKibana } from '../../../../../../../../src/plugins/kibana_react/public';
import { ManageMLJobComponent } from './manage_ml_job';
import { JobStat } from '../../../../../../../plugins/ml/common/types/data_recognizer';
-import { useMonitorId } from '../../../hooks/use_monitor';
+import { useMonitorId } from '../../../hooks';
export const MLIntegrationComponent = () => {
const [isMlFlyoutOpen, setIsMlFlyoutOpen] = useState(false);
diff --git a/x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/ml_job_link.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/ml/ml_job_link.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/ml_job_link.tsx
rename to x-pack/legacy/plugins/uptime/public/components/monitor/ml/ml_job_link.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/translations.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/ml/translations.tsx
similarity index 95%
rename from x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/translations.tsx
rename to x-pack/legacy/plugins/uptime/public/components/monitor/ml/translations.tsx
index 32374674771e..bcc3fca77065 100644
--- a/x-pack/legacy/plugins/uptime/public/components/monitor_details/ml/translations.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/monitor/ml/translations.tsx
@@ -96,13 +96,6 @@ export const MANAGE_ANOMALY_DETECTION = i18n.translate(
}
);
-export const VIEW_EXISTING_JOB = i18n.translate(
- 'xpack.uptime.ml.enableAnomalyDetectionPanel.callout.jobExistsDescription.viewJobLinkText',
- {
- defaultMessage: 'View existing job',
- }
-);
-
export const ML_MANAGEMENT_PAGE = i18n.translate(
'xpack.uptime.ml.enableAnomalyDetectionPanel.manageMLJobDescription.mlJobsPageLinkText',
{
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_charts.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/monitor_charts.tsx
similarity index 68%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_charts.tsx
rename to x-pack/legacy/plugins/uptime/public/components/monitor/monitor_charts.tsx
index c5edd0fd8597..f9cc1aa52b90 100644
--- a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_charts.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/monitor/monitor_charts.tsx
@@ -6,7 +6,8 @@
import React from 'react';
import { EuiFlexGroup, EuiFlexItem } from '@elastic/eui';
-import { PingHistogram, DurationChart } from '../connected';
+import { PingHistogram } from './ping_histogram/ping_histogram_container';
+import { MonitorDuration } from './monitor_duration/monitor_duration_container';
interface MonitorChartsProps {
monitorId: string;
@@ -16,10 +17,10 @@ export const MonitorCharts = ({ monitorId }: MonitorChartsProps) => {
return (
-
+
-
+
);
diff --git a/x-pack/legacy/plugins/uptime/public/components/monitor/monitor_duration/index.ts b/x-pack/legacy/plugins/uptime/public/components/monitor/monitor_duration/index.ts
new file mode 100644
index 000000000000..aa3230a3f9bc
--- /dev/null
+++ b/x-pack/legacy/plugins/uptime/public/components/monitor/monitor_duration/index.ts
@@ -0,0 +1,8 @@
+/*
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
+ * or more contributor license agreements. Licensed under the Elastic License;
+ * you may not use this file except in compliance with the Elastic License.
+ */
+
+export { MonitorDuration } from './monitor_duration_container';
+export { MonitorDurationComponent } from './monitor_duration';
diff --git a/x-pack/legacy/plugins/uptime/public/components/monitor/monitor_duration/monitor_duration.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/monitor_duration/monitor_duration.tsx
new file mode 100644
index 000000000000..af1c8dbdc49e
--- /dev/null
+++ b/x-pack/legacy/plugins/uptime/public/components/monitor/monitor_duration/monitor_duration.tsx
@@ -0,0 +1,66 @@
+/*
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
+ * or more contributor license agreements. Licensed under the Elastic License;
+ * you may not use this file except in compliance with the Elastic License.
+ */
+
+import React from 'react';
+import { FormattedMessage } from '@kbn/i18n/react';
+import { EuiFlexGroup, EuiFlexItem, EuiPanel, EuiTitle } from '@elastic/eui';
+import { LocationDurationLine } from '../../../../common/types';
+import { MLIntegrationComponent } from '../ml/ml_integeration';
+import { AnomalyRecords } from '../../../state/actions';
+import { DurationChartComponent } from '../../common/charts';
+
+interface DurationChartProps {
+ loading: boolean;
+ hasMLJob: boolean;
+ anomalies: AnomalyRecords | null;
+ locationDurationLines: LocationDurationLine[];
+}
+
+/**
+ * This chart is intended to visualize monitor duration performance over time to
+ * the users in a helpful way. Its x-axis is based on a timeseries, the y-axis is in
+ * milliseconds.
+ * @param props The props required for this component to render properly
+ */
+export const MonitorDurationComponent = ({
+ locationDurationLines,
+ anomalies,
+ loading,
+ hasMLJob,
+}: DurationChartProps) => {
+ return (
+
+
+
+
+
+ {hasMLJob ? (
+
+ ) : (
+
+ )}
+
+
+
+
+
+
+
+
+
+ );
+};
diff --git a/x-pack/legacy/plugins/uptime/public/components/connected/charts/monitor_duration.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/monitor_duration/monitor_duration_container.tsx
similarity index 91%
rename from x-pack/legacy/plugins/uptime/public/components/connected/charts/monitor_duration.tsx
rename to x-pack/legacy/plugins/uptime/public/components/monitor/monitor_duration/monitor_duration_container.tsx
index 40480905350a..7e39b977f127 100644
--- a/x-pack/legacy/plugins/uptime/public/components/connected/charts/monitor_duration.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/monitor/monitor_duration/monitor_duration_container.tsx
@@ -12,7 +12,6 @@ import {
getMLCapabilitiesAction,
getMonitorDurationAction,
} from '../../../state/actions';
-import { DurationChartComponent } from '../../functional/charts';
import {
anomaliesSelector,
hasMLFeatureAvailable,
@@ -22,12 +21,10 @@ import {
import { UptimeRefreshContext } from '../../../contexts';
import { getMLJobId } from '../../../state/api/ml_anomaly';
import { JobStat } from '../../../../../../../plugins/ml/common/types/data_recognizer';
+import { MonitorDurationComponent } from './monitor_duration';
+import { MonitorIdParam } from '../../../../common/types';
-interface Props {
- monitorId: string;
-}
-
-export const DurationChart: React.FC = ({ monitorId }: Props) => {
+export const MonitorDuration: React.FC = ({ monitorId }) => {
const {
dateRangeStart,
dateRangeEnd,
@@ -75,7 +72,7 @@ export const DurationChart: React.FC = ({ monitorId }: Props) => {
}, [dispatch]);
return (
- {
let monitorLocations: MonitorLocation[];
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_status_details/index.ts b/x-pack/legacy/plugins/uptime/public/components/monitor/monitor_status_details/index.ts
similarity index 64%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_status_details/index.ts
rename to x-pack/legacy/plugins/uptime/public/components/monitor/monitor_status_details/index.ts
index 385788cc825a..e95f14472e9e 100644
--- a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_status_details/index.ts
+++ b/x-pack/legacy/plugins/uptime/public/components/monitor/monitor_status_details/index.ts
@@ -5,5 +5,8 @@
*/
export { MonitorStatusBarComponent } from './monitor_status_bar';
-export { MonitorStatusDetailsComponent } from './monitor_status_details';
+export { MonitorStatusDetailsComponent } from './status_details';
export { StatusByLocations } from './monitor_status_bar/status_by_location';
+
+export { MonitorStatusDetails } from './status_details_container';
+export { MonitorStatusBar } from './monitor_status_bar/status_bar_container';
diff --git a/x-pack/legacy/plugins/uptime/public/components/monitor/monitor_status_details/monitor_status_bar/index.ts b/x-pack/legacy/plugins/uptime/public/components/monitor/monitor_status_details/monitor_status_bar/index.ts
new file mode 100644
index 000000000000..3c861412a39e
--- /dev/null
+++ b/x-pack/legacy/plugins/uptime/public/components/monitor/monitor_status_details/monitor_status_bar/index.ts
@@ -0,0 +1,9 @@
+/*
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
+ * or more contributor license agreements. Licensed under the Elastic License;
+ * you may not use this file except in compliance with the Elastic License.
+ */
+
+export { MonitorSSLCertificate } from './ssl_certificate';
+export { MonitorStatusBarComponent } from './status_bar';
+export { MonitorStatusBar } from './status_bar_container';
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_status_details/monitor_status_bar/monitor_ssl_certificate.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/monitor_status_details/monitor_status_bar/ssl_certificate.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_status_details/monitor_status_bar/monitor_ssl_certificate.tsx
rename to x-pack/legacy/plugins/uptime/public/components/monitor/monitor_status_details/monitor_status_bar/ssl_certificate.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_status_details/monitor_status_bar/monitor_status_bar.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/monitor_status_details/monitor_status_bar/status_bar.tsx
similarity index 95%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_status_details/monitor_status_bar/monitor_status_bar.tsx
rename to x-pack/legacy/plugins/uptime/public/components/monitor/monitor_status_details/monitor_status_bar/status_bar.tsx
index ac3cedc51799..36159dc29ecc 100644
--- a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_status_details/monitor_status_bar/monitor_status_bar.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/monitor/monitor_status_details/monitor_status_bar/status_bar.tsx
@@ -14,7 +14,7 @@ import {
EuiFlexGroup,
EuiFlexItem,
} from '@elastic/eui';
-import { MonitorSSLCertificate } from './monitor_ssl_certificate';
+import { MonitorSSLCertificate } from './ssl_certificate';
import * as labels from './translations';
import { StatusByLocations } from './status_by_location';
import { Ping } from '../../../../../common/runtime_types';
@@ -22,7 +22,7 @@ import { MonitorLocations } from '../../../../../common/runtime_types';
interface MonitorStatusBarProps {
monitorId: string;
- monitorStatus: Ping;
+ monitorStatus: Ping | null;
monitorLocations: MonitorLocations;
}
diff --git a/x-pack/legacy/plugins/uptime/public/components/monitor/monitor_status_details/monitor_status_bar/status_bar_container.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/monitor_status_details/monitor_status_bar/status_bar_container.tsx
new file mode 100644
index 000000000000..956229543751
--- /dev/null
+++ b/x-pack/legacy/plugins/uptime/public/components/monitor/monitor_status_details/monitor_status_bar/status_bar_container.tsx
@@ -0,0 +1,40 @@
+/*
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
+ * or more contributor license agreements. Licensed under the Elastic License;
+ * you may not use this file except in compliance with the Elastic License.
+ */
+
+import React, { useContext, useEffect } from 'react';
+import { useDispatch, useSelector } from 'react-redux';
+import { monitorLocationsSelector, monitorStatusSelector } from '../../../../state/selectors';
+import { MonitorStatusBarComponent } from './index';
+import { getMonitorStatusAction } from '../../../../state/actions';
+import { useGetUrlParams } from '../../../../hooks';
+import { UptimeRefreshContext } from '../../../../contexts';
+import { MonitorIdParam } from '../../../../../common/types';
+import { AppState } from '../../../../state';
+
+export const MonitorStatusBar: React.FC = ({ monitorId }) => {
+ const { lastRefresh } = useContext(UptimeRefreshContext);
+
+ const { dateRangeStart: dateStart, dateRangeEnd: dateEnd } = useGetUrlParams();
+
+ const dispatch = useDispatch();
+
+ const monitorStatus = useSelector(monitorStatusSelector);
+ const monitorLocations = useSelector((state: AppState) =>
+ monitorLocationsSelector(state, monitorId)
+ );
+
+ useEffect(() => {
+ dispatch(getMonitorStatusAction({ dateStart, dateEnd, monitorId }));
+ }, [monitorId, dateStart, dateEnd, lastRefresh, dispatch]);
+
+ return (
+
+ );
+};
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_status_details/monitor_status_bar/status_by_location.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/monitor_status_details/monitor_status_bar/status_by_location.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_status_details/monitor_status_bar/status_by_location.tsx
rename to x-pack/legacy/plugins/uptime/public/components/monitor/monitor_status_details/monitor_status_bar/status_by_location.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_status_details/translations.ts b/x-pack/legacy/plugins/uptime/public/components/monitor/monitor_status_details/monitor_status_bar/translations.ts
similarity index 99%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_status_details/translations.ts
rename to x-pack/legacy/plugins/uptime/public/components/monitor/monitor_status_details/monitor_status_bar/translations.ts
index 1c2844f4f6cc..f60a1ceeaafb 100644
--- a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_status_details/translations.ts
+++ b/x-pack/legacy/plugins/uptime/public/components/monitor/monitor_status_details/monitor_status_bar/translations.ts
@@ -3,6 +3,7 @@
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
+
import { i18n } from '@kbn/i18n';
export const healthStatusMessageAriaLabel = i18n.translate(
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_status_details/monitor_status_details.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/monitor_status_details/status_details.tsx
similarity index 97%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_status_details/monitor_status_details.tsx
rename to x-pack/legacy/plugins/uptime/public/components/monitor/monitor_status_details/status_details.tsx
index 7dea73da7bba..ebd16b05ecb4 100644
--- a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_status_details/monitor_status_details.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/monitor/monitor_status_details/status_details.tsx
@@ -10,7 +10,7 @@ import styled from 'styled-components';
import { LocationMap } from '../location_map';
import { UptimeRefreshContext } from '../../../contexts';
import { MonitorLocations } from '../../../../common/runtime_types';
-import { MonitorStatusBar } from '../../connected';
+import { MonitorStatusBar } from './monitor_status_bar';
interface MonitorStatusDetailsProps {
monitorId: string;
diff --git a/x-pack/legacy/plugins/uptime/public/components/monitor/monitor_status_details/status_details_container.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/monitor_status_details/status_details_container.tsx
new file mode 100644
index 000000000000..251f3562f9d1
--- /dev/null
+++ b/x-pack/legacy/plugins/uptime/public/components/monitor/monitor_status_details/status_details_container.tsx
@@ -0,0 +1,34 @@
+/*
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
+ * or more contributor license agreements. Licensed under the Elastic License;
+ * you may not use this file except in compliance with the Elastic License.
+ */
+
+import React, { useContext, useEffect } from 'react';
+import { useDispatch, useSelector } from 'react-redux';
+import { useGetUrlParams } from '../../../hooks';
+import { monitorLocationsSelector } from '../../../state/selectors';
+import { getMonitorLocationsAction } from '../../../state/actions/monitor';
+import { MonitorStatusDetailsComponent } from './index';
+import { UptimeRefreshContext } from '../../../contexts';
+import { AppState } from '../../../state';
+import { MonitorIdParam } from '../../../../common/types';
+
+export const MonitorStatusDetails: React.FC = ({ monitorId }) => {
+ const { lastRefresh } = useContext(UptimeRefreshContext);
+
+ const { dateRangeStart: dateStart, dateRangeEnd: dateEnd } = useGetUrlParams();
+
+ const dispatch = useDispatch();
+ const monitorLocations = useSelector((state: AppState) =>
+ monitorLocationsSelector(state, monitorId)
+ );
+
+ useEffect(() => {
+ dispatch(getMonitorLocationsAction({ dateStart, dateEnd, monitorId }));
+ }, [monitorId, dateStart, dateEnd, lastRefresh, dispatch]);
+
+ return (
+
+ );
+};
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_status_details/monitor_status_bar/translations.ts b/x-pack/legacy/plugins/uptime/public/components/monitor/monitor_status_details/translations.ts
similarity index 99%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_status_details/monitor_status_bar/translations.ts
rename to x-pack/legacy/plugins/uptime/public/components/monitor/monitor_status_details/translations.ts
index 1c2844f4f6cc..f60a1ceeaafb 100644
--- a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_status_details/monitor_status_bar/translations.ts
+++ b/x-pack/legacy/plugins/uptime/public/components/monitor/monitor_status_details/translations.ts
@@ -3,6 +3,7 @@
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
+
import { i18n } from '@kbn/i18n';
export const healthStatusMessageAriaLabel = i18n.translate(
diff --git a/x-pack/legacy/plugins/uptime/common/domain_types/index.ts b/x-pack/legacy/plugins/uptime/public/components/monitor/ping_histogram/index.ts
similarity index 80%
rename from x-pack/legacy/plugins/uptime/common/domain_types/index.ts
rename to x-pack/legacy/plugins/uptime/public/components/monitor/ping_histogram/index.ts
index 1cf72ca2dac0..c980b41167d0 100644
--- a/x-pack/legacy/plugins/uptime/common/domain_types/index.ts
+++ b/x-pack/legacy/plugins/uptime/public/components/monitor/ping_histogram/index.ts
@@ -4,4 +4,4 @@
* you may not use this file except in compliance with the Elastic License.
*/
-export * from './monitors';
+export { PingHistogram } from './ping_histogram_container';
diff --git a/x-pack/legacy/plugins/uptime/public/components/monitor/ping_histogram/ping_histogram_container.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/ping_histogram/ping_histogram_container.tsx
new file mode 100644
index 000000000000..c0e17966f5b9
--- /dev/null
+++ b/x-pack/legacy/plugins/uptime/public/components/monitor/ping_histogram/ping_histogram_container.tsx
@@ -0,0 +1,48 @@
+/*
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
+ * or more contributor license agreements. Licensed under the Elastic License;
+ * you may not use this file except in compliance with the Elastic License.
+ */
+
+import React, { useEffect } from 'react';
+import { useDispatch, useSelector } from 'react-redux';
+import { PingHistogramComponent } from '../../common/charts';
+import { getPingHistogram } from '../../../state/actions';
+import { selectPingHistogram } from '../../../state/selectors';
+import { useGetUrlParams } from '../../../hooks';
+import { useMonitorId } from '../../../hooks';
+import { ResponsiveWrapperProps, withResponsiveWrapper } from '../../common/higher_order';
+
+interface Props {
+ height: string;
+}
+
+const Container: React.FC = ({ height }) => {
+ const {
+ statusFilter,
+ absoluteDateRangeStart,
+ absoluteDateRangeEnd,
+ dateRangeStart: dateStart,
+ dateRangeEnd: dateEnd,
+ } = useGetUrlParams();
+
+ const dispatch = useDispatch();
+ const monitorId = useMonitorId();
+
+ const { loading, data, esKuery, lastRefresh } = useSelector(selectPingHistogram);
+
+ useEffect(() => {
+ dispatch(getPingHistogram({ monitorId, dateStart, dateEnd, statusFilter, filters: esKuery }));
+ }, [dateStart, dateEnd, monitorId, statusFilter, lastRefresh, esKuery, dispatch]);
+ return (
+
+ );
+};
+
+export const PingHistogram = withResponsiveWrapper(Container);
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/ping_list/__tests__/__snapshots__/doc_link_body.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/monitor/ping_list/__tests__/__snapshots__/doc_link_body.test.tsx.snap
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/ping_list/__tests__/__snapshots__/doc_link_body.test.tsx.snap
rename to x-pack/legacy/plugins/uptime/public/components/monitor/ping_list/__tests__/__snapshots__/doc_link_body.test.tsx.snap
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/ping_list/__tests__/__snapshots__/expanded_row.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/monitor/ping_list/__tests__/__snapshots__/expanded_row.test.tsx.snap
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/ping_list/__tests__/__snapshots__/expanded_row.test.tsx.snap
rename to x-pack/legacy/plugins/uptime/public/components/monitor/ping_list/__tests__/__snapshots__/expanded_row.test.tsx.snap
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/ping_list/__tests__/__snapshots__/ping_list.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/monitor/ping_list/__tests__/__snapshots__/ping_list.test.tsx.snap
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/ping_list/__tests__/__snapshots__/ping_list.test.tsx.snap
rename to x-pack/legacy/plugins/uptime/public/components/monitor/ping_list/__tests__/__snapshots__/ping_list.test.tsx.snap
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/ping_list/__tests__/doc_link_body.test.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/ping_list/__tests__/doc_link_body.test.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/ping_list/__tests__/doc_link_body.test.tsx
rename to x-pack/legacy/plugins/uptime/public/components/monitor/ping_list/__tests__/doc_link_body.test.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/ping_list/__tests__/expanded_row.test.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/ping_list/__tests__/expanded_row.test.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/ping_list/__tests__/expanded_row.test.tsx
rename to x-pack/legacy/plugins/uptime/public/components/monitor/ping_list/__tests__/expanded_row.test.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/ping_list/__tests__/ping_list.test.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/ping_list/__tests__/ping_list.test.tsx
similarity index 99%
rename from x-pack/legacy/plugins/uptime/public/components/functional/ping_list/__tests__/ping_list.test.tsx
rename to x-pack/legacy/plugins/uptime/public/components/monitor/ping_list/__tests__/ping_list.test.tsx
index ec256a886aa1..cb8413ba08a8 100644
--- a/x-pack/legacy/plugins/uptime/public/components/functional/ping_list/__tests__/ping_list.test.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/monitor/ping_list/__tests__/ping_list.test.tsx
@@ -7,8 +7,8 @@
import React from 'react';
import { shallowWithIntl } from 'test_utils/enzyme_helpers';
import { PingListComponent, toggleDetails } from '../ping_list';
-import { ExpandedRowMap } from '../../monitor_list/types';
import { Ping, PingsResponse } from '../../../../../common/runtime_types';
+import { ExpandedRowMap } from '../../../overview/monitor_list/types';
describe('PingList component', () => {
let response: PingsResponse;
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/ping_list/doc_link_body.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/ping_list/doc_link_body.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/ping_list/doc_link_body.tsx
rename to x-pack/legacy/plugins/uptime/public/components/monitor/ping_list/doc_link_body.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/ping_list/expanded_row.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/ping_list/expanded_row.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/ping_list/expanded_row.tsx
rename to x-pack/legacy/plugins/uptime/public/components/monitor/ping_list/expanded_row.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/ping_list/index.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/ping_list/index.tsx
similarity index 85%
rename from x-pack/legacy/plugins/uptime/public/components/functional/ping_list/index.tsx
rename to x-pack/legacy/plugins/uptime/public/components/monitor/ping_list/index.tsx
index 808f3f90ef01..7fc19bbc9622 100644
--- a/x-pack/legacy/plugins/uptime/public/components/functional/ping_list/index.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/monitor/ping_list/index.tsx
@@ -5,3 +5,4 @@
*/
export { PingListComponent } from './ping_list';
+export { PingList } from './ping_list_container';
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/ping_list/location_name.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/ping_list/location_name.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/ping_list/location_name.tsx
rename to x-pack/legacy/plugins/uptime/public/components/monitor/ping_list/location_name.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/ping_list/ping_list.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/ping_list/ping_list.tsx
similarity index 98%
rename from x-pack/legacy/plugins/uptime/public/components/functional/ping_list/ping_list.tsx
rename to x-pack/legacy/plugins/uptime/public/components/monitor/ping_list/ping_list.tsx
index 934dfd961f9e..5dfc1c064743 100644
--- a/x-pack/legacy/plugins/uptime/public/components/functional/ping_list/ping_list.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/monitor/ping_list/ping_list.tsx
@@ -26,9 +26,9 @@ import styled from 'styled-components';
import { Ping, GetPingsParams, DateRange } from '../../../../common/runtime_types';
import { convertMicrosecondsToMilliseconds as microsToMillis } from '../../../lib/helper';
import { LocationName } from './location_name';
-import { Pagination } from './../monitor_list';
+import { Pagination } from '../../overview/monitor_list';
import { PingListExpandedRowComponent } from './expanded_row';
-import { PingListProps } from '../../connected/pings';
+import { PingListProps } from './ping_list_container';
export const AllLocationOption = {
'data-test-subj': 'xpack.uptime.pingList.locationOptions.all',
@@ -139,7 +139,7 @@ export const PingListComponent = (props: Props) => {
}))
);
- const hasStatus: boolean = pings.reduce(
+ const hasStatus = pings.reduce(
(hasHttpStatus: boolean, currentPing) =>
hasHttpStatus || !!currentPing.http?.response?.status_code,
false
diff --git a/x-pack/legacy/plugins/uptime/public/components/connected/pings/ping_list.tsx b/x-pack/legacy/plugins/uptime/public/components/monitor/ping_list/ping_list_container.tsx
similarity index 96%
rename from x-pack/legacy/plugins/uptime/public/components/connected/pings/ping_list.tsx
rename to x-pack/legacy/plugins/uptime/public/components/monitor/ping_list/ping_list_container.tsx
index 5b32a623495f..3c3caab365e3 100644
--- a/x-pack/legacy/plugins/uptime/public/components/connected/pings/ping_list.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/monitor/ping_list/ping_list_container.tsx
@@ -10,7 +10,7 @@ import { selectPingList } from '../../../state/selectors';
import { getPings } from '../../../state/actions';
import { GetPingsParams } from '../../../../common/runtime_types';
import { UptimeSettingsContext } from '../../../contexts';
-import { PingListComponent } from '../../functional';
+import { PingListComponent } from './index';
export interface PingListProps {
monitorId: string;
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/__tests__/__snapshots__/overview_page_parsing_error_callout.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/overview/__tests__/__snapshots__/parsing_error_callout.test.tsx.snap
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/__tests__/__snapshots__/overview_page_parsing_error_callout.test.tsx.snap
rename to x-pack/legacy/plugins/uptime/public/components/overview/__tests__/__snapshots__/parsing_error_callout.test.tsx.snap
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/__tests__/__snapshots__/snapshot.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/overview/__tests__/__snapshots__/snapshot.test.tsx.snap
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/__tests__/__snapshots__/snapshot.test.tsx.snap
rename to x-pack/legacy/plugins/uptime/public/components/overview/__tests__/__snapshots__/snapshot.test.tsx.snap
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/__tests__/__snapshots__/snapshot_heading.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/overview/__tests__/__snapshots__/snapshot_heading.test.tsx.snap
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/__tests__/__snapshots__/snapshot_heading.test.tsx.snap
rename to x-pack/legacy/plugins/uptime/public/components/overview/__tests__/__snapshots__/snapshot_heading.test.tsx.snap
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/__tests__/overview_page_parsing_error_callout.test.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/__tests__/parsing_error_callout.test.tsx
similarity index 76%
rename from x-pack/legacy/plugins/uptime/public/components/functional/__tests__/overview_page_parsing_error_callout.test.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/__tests__/parsing_error_callout.test.tsx
index fbe55dfedc2f..01204c33b79d 100644
--- a/x-pack/legacy/plugins/uptime/public/components/functional/__tests__/overview_page_parsing_error_callout.test.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/__tests__/parsing_error_callout.test.tsx
@@ -6,13 +6,13 @@
import React from 'react';
import { shallowWithIntl } from 'test_utils/enzyme_helpers';
-import { OverviewPageParsingErrorCallout } from '../overview_page_parsing_error_callout';
+import { ParsingErrorCallout } from '../parsing_error_callout';
describe('OverviewPageParsingErrorCallout', () => {
it('renders without errors when a valid error is provided', () => {
expect(
shallowWithIntl(
-
)
@@ -21,6 +21,6 @@ describe('OverviewPageParsingErrorCallout', () => {
it('renders without errors when an error with no message is provided', () => {
const error: any = {};
- expect(shallowWithIntl( )).toMatchSnapshot();
+ expect(shallowWithIntl( )).toMatchSnapshot();
});
});
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/__tests__/snapshot.test.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/__tests__/snapshot.test.tsx
similarity index 92%
rename from x-pack/legacy/plugins/uptime/public/components/functional/__tests__/snapshot.test.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/__tests__/snapshot.test.tsx
index 214b0394369f..cfcab673dcb3 100644
--- a/x-pack/legacy/plugins/uptime/public/components/functional/__tests__/snapshot.test.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/__tests__/snapshot.test.tsx
@@ -7,7 +7,7 @@
import React from 'react';
import { shallowWithIntl } from 'test_utils/enzyme_helpers';
import { Snapshot } from '../../../../common/runtime_types';
-import { SnapshotComponent } from '../snapshot';
+import { SnapshotComponent } from '../snapshot/snapshot';
describe('Snapshot component', () => {
const snapshot: Snapshot = {
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/__tests__/snapshot_heading.test.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/__tests__/snapshot_heading.test.tsx
similarity index 93%
rename from x-pack/legacy/plugins/uptime/public/components/functional/__tests__/snapshot_heading.test.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/__tests__/snapshot_heading.test.tsx
index 70d082b26d65..805c116ef538 100644
--- a/x-pack/legacy/plugins/uptime/public/components/functional/__tests__/snapshot_heading.test.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/__tests__/snapshot_heading.test.tsx
@@ -6,7 +6,7 @@
import { shallowWithIntl } from 'test_utils/enzyme_helpers';
import React from 'react';
-import { SnapshotHeading } from '../snapshot_heading';
+import { SnapshotHeading } from '../snapshot/snapshot_heading';
describe('SnapshotHeading', () => {
it('renders custom heading for no down monitors', () => {
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/alerts/__tests__/alert_monitor_status.test.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/alerts/__tests__/alert_monitor_status.test.tsx
similarity index 98%
rename from x-pack/legacy/plugins/uptime/public/components/functional/alerts/__tests__/alert_monitor_status.test.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/alerts/__tests__/alert_monitor_status.test.tsx
index af8d17d1fc24..8f33b6f652b9 100644
--- a/x-pack/legacy/plugins/uptime/public/components/functional/alerts/__tests__/alert_monitor_status.test.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/alerts/__tests__/alert_monitor_status.test.tsx
@@ -14,8 +14,8 @@ import { mountWithIntl } from 'test_utils/enzyme_helpers';
describe('alert monitor status component', () => {
describe('handleAlertFieldNumberChange', () => {
- let mockSetIsInvalid: jest.Mock;
- let mockSetFieldValue: jest.Mock;
+ let mockSetIsInvalid: jest.Mock;
+ let mockSetFieldValue: jest.Mock;
beforeEach(() => {
mockSetIsInvalid = jest.fn();
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/alerts/alert_monitor_status.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/alerts/alert_monitor_status.tsx
similarity index 99%
rename from x-pack/legacy/plugins/uptime/public/components/functional/alerts/alert_monitor_status.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/alerts/alert_monitor_status.tsx
index b86e85f35b17..83892bf23dce 100644
--- a/x-pack/legacy/plugins/uptime/public/components/functional/alerts/alert_monitor_status.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/alerts/alert_monitor_status.tsx
@@ -19,7 +19,7 @@ import {
import { i18n } from '@kbn/i18n';
import { FormattedMessage } from '@kbn/i18n/react';
import { DataPublicPluginSetup } from 'src/plugins/data/public';
-import { KueryBar } from '../../connected/kuerybar/kuery_bar_container';
+import { KueryBar } from '..';
interface AlertFieldNumberProps {
'aria-label': string;
diff --git a/x-pack/legacy/plugins/uptime/public/components/connected/alerts/alert_monitor_status.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/alerts/alerts_containers/alert_monitor_status.tsx
similarity index 86%
rename from x-pack/legacy/plugins/uptime/public/components/connected/alerts/alert_monitor_status.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/alerts/alerts_containers/alert_monitor_status.tsx
index 1529ab6db887..9dd27db0be60 100644
--- a/x-pack/legacy/plugins/uptime/public/components/connected/alerts/alert_monitor_status.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/alerts/alerts_containers/alert_monitor_status.tsx
@@ -7,8 +7,8 @@
import React from 'react';
import { useSelector } from 'react-redux';
import { DataPublicPluginSetup } from 'src/plugins/data/public';
-import { selectMonitorStatusAlert } from '../../../state/selectors';
-import { AlertMonitorStatusComponent } from '../../functional/alerts/alert_monitor_status';
+import { selectMonitorStatusAlert } from '../../../../state/selectors';
+import { AlertMonitorStatusComponent } from '../index';
interface Props {
autocomplete: DataPublicPluginSetup['autocomplete'];
diff --git a/x-pack/legacy/plugins/uptime/public/components/connected/alerts/index.ts b/x-pack/legacy/plugins/uptime/public/components/overview/alerts/alerts_containers/index.ts
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/connected/alerts/index.ts
rename to x-pack/legacy/plugins/uptime/public/components/overview/alerts/alerts_containers/index.ts
diff --git a/x-pack/legacy/plugins/uptime/public/components/connected/alerts/toggle_alert_flyout_button.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/alerts/alerts_containers/toggle_alert_flyout_button.tsx
similarity index 80%
rename from x-pack/legacy/plugins/uptime/public/components/connected/alerts/toggle_alert_flyout_button.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/alerts/alerts_containers/toggle_alert_flyout_button.tsx
index 43b0be45365a..45ba72d76fba 100644
--- a/x-pack/legacy/plugins/uptime/public/components/connected/alerts/toggle_alert_flyout_button.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/alerts/alerts_containers/toggle_alert_flyout_button.tsx
@@ -6,8 +6,8 @@
import React from 'react';
import { useDispatch } from 'react-redux';
-import { ToggleAlertFlyoutButtonComponent } from '../../functional';
-import { setAlertFlyoutVisible } from '../../../state/actions';
+import { setAlertFlyoutVisible } from '../../../../state/actions';
+import { ToggleAlertFlyoutButtonComponent } from '../index';
export const ToggleAlertFlyoutButton = () => {
const dispatch = useDispatch();
diff --git a/x-pack/legacy/plugins/uptime/public/components/connected/alerts/uptime_alerts_flyout_wrapper.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/alerts/alerts_containers/uptime_alerts_flyout_wrapper.tsx
similarity index 83%
rename from x-pack/legacy/plugins/uptime/public/components/connected/alerts/uptime_alerts_flyout_wrapper.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/alerts/alerts_containers/uptime_alerts_flyout_wrapper.tsx
index a49468ad3dd0..7bfd44a76245 100644
--- a/x-pack/legacy/plugins/uptime/public/components/connected/alerts/uptime_alerts_flyout_wrapper.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/alerts/alerts_containers/uptime_alerts_flyout_wrapper.tsx
@@ -6,9 +6,9 @@
import React from 'react';
import { useDispatch, useSelector } from 'react-redux';
-import { UptimeAlertsFlyoutWrapperComponent } from '../../functional';
-import { setAlertFlyoutVisible } from '../../../state/actions';
-import { selectAlertFlyoutVisibility } from '../../../state/selectors';
+import { setAlertFlyoutVisible } from '../../../../state/actions';
+import { selectAlertFlyoutVisibility } from '../../../../state/selectors';
+import { UptimeAlertsFlyoutWrapperComponent } from '../index';
interface Props {
alertTypeId?: string;
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/alerts/index.ts b/x-pack/legacy/plugins/uptime/public/components/overview/alerts/index.ts
similarity index 93%
rename from x-pack/legacy/plugins/uptime/public/components/functional/alerts/index.ts
rename to x-pack/legacy/plugins/uptime/public/components/overview/alerts/index.ts
index 275333b60c5e..5ca0f4c3fe8a 100644
--- a/x-pack/legacy/plugins/uptime/public/components/functional/alerts/index.ts
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/alerts/index.ts
@@ -8,3 +8,4 @@ export { AlertMonitorStatusComponent } from './alert_monitor_status';
export { ToggleAlertFlyoutButtonComponent } from './toggle_alert_flyout_button';
export { UptimeAlertsContextProvider } from './uptime_alerts_context_provider';
export { UptimeAlertsFlyoutWrapperComponent } from './uptime_alerts_flyout_wrapper';
+export * from './alerts_containers';
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/alerts/toggle_alert_flyout_button.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/alerts/toggle_alert_flyout_button.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/alerts/toggle_alert_flyout_button.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/alerts/toggle_alert_flyout_button.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/alerts/uptime_alerts_context_provider.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/alerts/uptime_alerts_context_provider.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/alerts/uptime_alerts_context_provider.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/alerts/uptime_alerts_context_provider.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/alerts/uptime_alerts_flyout_wrapper.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/alerts/uptime_alerts_flyout_wrapper.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/alerts/uptime_alerts_flyout_wrapper.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/alerts/uptime_alerts_flyout_wrapper.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/overview/empty_state/__tests__/__snapshots__/data_or_index_missing.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/overview/empty_state/__tests__/__snapshots__/data_or_index_missing.test.tsx.snap
new file mode 100644
index 000000000000..25ac5a1f0974
--- /dev/null
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/empty_state/__tests__/__snapshots__/data_or_index_missing.test.tsx.snap
@@ -0,0 +1,92 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`DataOrIndexMissing component renders headingMessage 1`] = `
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ }
+ body={
+
+
+
+
+
+
+
+
+ }
+ iconType="logoUptime"
+ title={
+
+
+
+ heartbeat-*
+ ,
+ }
+ }
+ />
+
+
+ }
+ />
+
+
+
+`;
diff --git a/x-pack/legacy/plugins/uptime/public/components/overview/empty_state/__tests__/__snapshots__/empty_state.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/overview/empty_state/__tests__/__snapshots__/empty_state.test.tsx.snap
new file mode 100644
index 000000000000..d0e7af24e1c1
--- /dev/null
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/empty_state/__tests__/__snapshots__/empty_state.test.tsx.snap
@@ -0,0 +1,1627 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`EmptyState component does not render empty state with appropriate base path and no docs 1`] = `
+
+
+ ,
+ }
+ }
+ />
+ }
+ >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ }
+ body={
+
+
+
+
+
+
+
+
+ }
+ iconType="logoUptime"
+ title={
+
+
+ ,
+ }
+ }
+ />
+
+
+ }
+ >
+
+
+
+
+
+
+
+
+
+
+
+
+ ,
+ }
+ }
+ >
+ No uptime data found in index
+
+
+
+
+
+
+
+
+
+
+
+
+ If you have not setup heartbeat yet, you can setup heartbeat to start monitoring your services.
+
+
+
+
+ If you have setup heartbeat and confirmed data is being sent to Elasticsearch, update your index pattern settings and insure they are aligned with your Heartbeat config.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+`;
+
+exports[`EmptyState component doesn't render child components when count is falsy 1`] = `
+
+
+
+
+
+
+
+
+ Loading…
+
+
+
+ }
+ >
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Loading…
+
+
+
+
+
+
+
+
+
+
+
+`;
+
+exports[`EmptyState component notifies when index does not exist 1`] = `
+
+
+ ,
+ }
+ }
+ />
+ }
+ >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ }
+ body={
+
+
+
+
+
+
+
+
+ }
+ iconType="logoUptime"
+ title={
+
+
+ ,
+ }
+ }
+ />
+
+
+ }
+ >
+
+
+
+
+
+
+
+
+
+
+
+
+ ,
+ }
+ }
+ >
+ No indices found matching pattern
+
+
+
+
+
+
+
+
+
+
+
+
+ If you have not setup heartbeat yet, you can setup heartbeat to start monitoring your services.
+
+
+
+
+ If you have setup heartbeat and confirmed data is being sent to Elasticsearch, update your index pattern settings and insure they are aligned with your Heartbeat config.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+`;
+
+exports[`EmptyState component renders child components when count is truthy 1`] = `
+
+
+
+ Foo
+
+
+ Bar
+
+
+ Baz
+
+
+
+`;
+
+exports[`EmptyState component renders error message when an error occurs 1`] = `
+
+
+
+
+
+
+
+
+
+
+
+ There was an error fetching your data.
+
+
+ }
+ iconColor="subdued"
+ iconType="securityApp"
+ title={
+
+
+ Error
+
+
+ }
+ >
+
+
+
+
+
+
+
+
+
+
+
+
+ Error
+
+
+
+
+
+
+
+
+
+ There was an error fetching your data.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+`;
+
+exports[`EmptyState component renders loading state if no errors or doc count 1`] = `
+
+
+
+
+
+
+
+
+ Loading…
+
+
+
+ }
+ >
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Loading…
+
+
+
+
+
+
+
+
+
+
+
+`;
diff --git a/x-pack/legacy/plugins/uptime/public/components/overview/empty_state/__tests__/data_or_index_missing.test.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/empty_state/__tests__/data_or_index_missing.test.tsx
new file mode 100644
index 000000000000..333802962fd3
--- /dev/null
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/empty_state/__tests__/data_or_index_missing.test.tsx
@@ -0,0 +1,24 @@
+/*
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
+ * or more contributor license agreements. Licensed under the Elastic License;
+ * you may not use this file except in compliance with the Elastic License.
+ */
+
+import React from 'react';
+import { shallowWithIntl } from 'test_utils/enzyme_helpers';
+import { FormattedMessage } from '@kbn/i18n/react';
+import { DataOrIndexMissing } from '../data_or_index_missing';
+
+describe('DataOrIndexMissing component', () => {
+ it('renders headingMessage', () => {
+ const headingMessage = (
+ heartbeat-* }}
+ />
+ );
+ const component = shallowWithIntl( );
+ expect(component).toMatchSnapshot();
+ });
+});
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/empty_state/__tests__/empty_state.test.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/empty_state/__tests__/empty_state.test.tsx
similarity index 89%
rename from x-pack/legacy/plugins/uptime/public/components/functional/empty_state/__tests__/empty_state.test.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/empty_state/__tests__/empty_state.test.tsx
index a74ad543c331..acfe2ada5b68 100644
--- a/x-pack/legacy/plugins/uptime/public/components/functional/empty_state/__tests__/empty_state.test.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/empty_state/__tests__/empty_state.test.tsx
@@ -5,11 +5,11 @@
*/
import React from 'react';
-import { mountWithIntl, shallowWithIntl } from 'test_utils/enzyme_helpers';
import { EmptyStateComponent } from '../empty_state';
import { StatesIndexStatus } from '../../../../../common/runtime_types';
import { IHttpFetchError } from '../../../../../../../../../target/types/core/public/http';
import { HttpFetchError } from '../../../../../../../../../src/core/public/http/http_fetch_error';
+import { mountWithRouter, shallowWithRouter } from '../../../../lib';
describe('EmptyState component', () => {
let statesIndexStatus: StatesIndexStatus;
@@ -22,7 +22,7 @@ describe('EmptyState component', () => {
});
it('renders child components when count is truthy', () => {
- const component = shallowWithIntl(
+ const component = shallowWithRouter(
Foo
Bar
@@ -33,7 +33,7 @@ describe('EmptyState component', () => {
});
it(`doesn't render child components when count is falsy`, () => {
- const component = mountWithIntl(
+ const component = mountWithRouter(
Shouldn't be rendered
@@ -45,7 +45,7 @@ describe('EmptyState component', () => {
const errors: IHttpFetchError[] = [
new HttpFetchError('There was an error fetching your data.', 'error', {} as any),
];
- const component = mountWithIntl(
+ const component = mountWithRouter(
Shouldn't appear...
@@ -54,7 +54,7 @@ describe('EmptyState component', () => {
});
it('renders loading state if no errors or doc count', () => {
- const component = mountWithIntl(
+ const component = mountWithRouter(
Should appear even while loading...
@@ -67,7 +67,7 @@ describe('EmptyState component', () => {
docCount: 0,
indexExists: true,
};
- const component = mountWithIntl(
+ const component = mountWithRouter(
If this is in the snapshot the test should fail
@@ -77,7 +77,7 @@ describe('EmptyState component', () => {
it('notifies when index does not exist', () => {
statesIndexStatus.indexExists = false;
- const component = mountWithIntl(
+ const component = mountWithRouter(
This text should not render
diff --git a/x-pack/legacy/plugins/uptime/public/components/overview/empty_state/data_or_index_missing.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/empty_state/data_or_index_missing.tsx
new file mode 100644
index 000000000000..88c0920138f6
--- /dev/null
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/empty_state/data_or_index_missing.tsx
@@ -0,0 +1,86 @@
+/*
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
+ * or more contributor license agreements. Licensed under the Elastic License;
+ * you may not use this file except in compliance with the Elastic License.
+ */
+
+import {
+ EuiFlexGroup,
+ EuiEmptyPrompt,
+ EuiFlexItem,
+ EuiSpacer,
+ EuiPanel,
+ EuiTitle,
+ EuiButton,
+} from '@elastic/eui';
+import { FormattedMessage } from '@kbn/i18n/react';
+import React, { useContext } from 'react';
+import { UptimeSettingsContext } from '../../../contexts';
+import { DynamicSettings } from '../../../../common/runtime_types';
+
+interface DataMissingProps {
+ headingMessage: JSX.Element;
+ settings?: DynamicSettings;
+}
+
+export const DataOrIndexMissing = ({ headingMessage, settings }: DataMissingProps) => {
+ const { basePath } = useContext(UptimeSettingsContext);
+ return (
+
+
+
+
+
+ {headingMessage}
+
+ }
+ body={
+ <>
+
+
+
+
+
+
+ >
+ }
+ actions={
+
+
+
+
+
+
+
+
+
+
+
+
+ }
+ />
+
+
+
+ );
+};
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/empty_state/empty_state.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/empty_state/empty_state.tsx
similarity index 62%
rename from x-pack/legacy/plugins/uptime/public/components/functional/empty_state/empty_state.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/empty_state/empty_state.tsx
index ae6a1b892bc9..651103a34bf2 100644
--- a/x-pack/legacy/plugins/uptime/public/components/functional/empty_state/empty_state.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/empty_state/empty_state.tsx
@@ -5,11 +5,11 @@
*/
import React, { Fragment } from 'react';
-import { i18n } from '@kbn/i18n';
+import { FormattedMessage } from '@kbn/i18n/react';
import { EmptyStateError } from './empty_state_error';
import { EmptyStateLoading } from './empty_state_loading';
-import { DataMissing } from './data_missing';
-import { StatesIndexStatus } from '../../../../common/runtime_types';
+import { DataOrIndexMissing } from './data_or_index_missing';
+import { DynamicSettings, StatesIndexStatus } from '../../../../common/runtime_types';
import { IHttpFetchError } from '../../../../../../../../target/types/core/public/http';
interface EmptyStateProps {
@@ -17,6 +17,7 @@ interface EmptyStateProps {
statesIndexStatus: StatesIndexStatus | null;
loading: boolean;
errors?: IHttpFetchError[];
+ settings?: DynamicSettings;
}
export const EmptyStateComponent = ({
@@ -24,6 +25,7 @@ export const EmptyStateComponent = ({
statesIndexStatus,
loading,
errors,
+ settings,
}: EmptyStateProps) => {
if (errors?.length) {
return ;
@@ -32,18 +34,28 @@ export const EmptyStateComponent = ({
const { indexExists, docCount } = statesIndexStatus;
if (!indexExists) {
return (
- {settings?.heartbeatIndices} }}
+ />
+ }
/>
);
} else if (indexExists && docCount === 0) {
return (
- {settings?.heartbeatIndices} }}
+ />
+ }
/>
);
}
diff --git a/x-pack/legacy/plugins/uptime/public/components/connected/empty_state/empty_state.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/empty_state/empty_state_container.tsx
similarity index 57%
rename from x-pack/legacy/plugins/uptime/public/components/connected/empty_state/empty_state.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/empty_state/empty_state_container.tsx
index 55c92e70b606..9a62cb9cdaee 100644
--- a/x-pack/legacy/plugins/uptime/public/components/connected/empty_state/empty_state.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/empty_state/empty_state_container.tsx
@@ -7,26 +7,44 @@
import React, { useContext, useEffect } from 'react';
import { useDispatch, useSelector } from 'react-redux';
import { indexStatusAction } from '../../../state/actions';
-import { indexStatusSelector } from '../../../state/selectors';
-import { EmptyStateComponent } from '../../functional/empty_state/empty_state';
+import { indexStatusSelector, selectDynamicSettings } from '../../../state/selectors';
+import { EmptyStateComponent } from './index';
import { UptimeRefreshContext } from '../../../contexts';
+import { getDynamicSettings } from '../../../state/actions/dynamic_settings';
export const EmptyState: React.FC = ({ children }) => {
const { data, loading, error } = useSelector(indexStatusSelector);
const { lastRefresh } = useContext(UptimeRefreshContext);
+ const { settings } = useSelector(selectDynamicSettings);
+
+ const heartbeatIndices = settings?.heartbeatIndices || '';
+
const dispatch = useDispatch();
useEffect(() => {
- dispatch(indexStatusAction.get());
+ if (!data || data?.docCount === 0 || data?.indexExists === false) {
+ dispatch(indexStatusAction.get());
+ }
+ // Don't add data , it will create endless loop
+ // eslint-disable-next-line react-hooks/exhaustive-deps
}, [dispatch, lastRefresh]);
+ useEffect(() => {
+ dispatch(indexStatusAction.get());
+ }, [dispatch, heartbeatIndices]);
+
+ useEffect(() => {
+ dispatch(getDynamicSettings());
+ }, [dispatch]);
+
return (
);
};
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/empty_state/empty_state_error.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/empty_state/empty_state_error.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/empty_state/empty_state_error.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/empty_state/empty_state_error.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/empty_state/empty_state_loading.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/empty_state/empty_state_loading.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/empty_state/empty_state_loading.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/empty_state/empty_state_loading.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/overview/empty_state/index.ts b/x-pack/legacy/plugins/uptime/public/components/overview/empty_state/index.ts
new file mode 100644
index 000000000000..9f2a668f4c3a
--- /dev/null
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/empty_state/index.ts
@@ -0,0 +1,8 @@
+/*
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
+ * or more contributor license agreements. Licensed under the Elastic License;
+ * you may not use this file except in compliance with the Elastic License.
+ */
+
+export { EmptyStateComponent } from './empty_state';
+export { EmptyState } from './empty_state_container';
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/filter_group/__tests__/__snapshots__/filter_popover.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/overview/filter_group/__tests__/__snapshots__/filter_popover.test.tsx.snap
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/filter_group/__tests__/__snapshots__/filter_popover.test.tsx.snap
rename to x-pack/legacy/plugins/uptime/public/components/overview/filter_group/__tests__/__snapshots__/filter_popover.test.tsx.snap
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/filter_group/__tests__/__snapshots__/filter_status_button.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/overview/filter_group/__tests__/__snapshots__/filter_status_button.test.tsx.snap
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/filter_group/__tests__/__snapshots__/filter_status_button.test.tsx.snap
rename to x-pack/legacy/plugins/uptime/public/components/overview/filter_group/__tests__/__snapshots__/filter_status_button.test.tsx.snap
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/filter_group/__tests__/__snapshots__/parse_filter_map.test.ts.snap b/x-pack/legacy/plugins/uptime/public/components/overview/filter_group/__tests__/__snapshots__/parse_filter_map.test.ts.snap
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/filter_group/__tests__/__snapshots__/parse_filter_map.test.ts.snap
rename to x-pack/legacy/plugins/uptime/public/components/overview/filter_group/__tests__/__snapshots__/parse_filter_map.test.ts.snap
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/filter_group/__tests__/filter_popover.test.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/filter_group/__tests__/filter_popover.test.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/filter_group/__tests__/filter_popover.test.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/filter_group/__tests__/filter_popover.test.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/filter_group/__tests__/filter_status_button.test.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/filter_group/__tests__/filter_status_button.test.tsx
similarity index 93%
rename from x-pack/legacy/plugins/uptime/public/components/functional/filter_group/__tests__/filter_status_button.test.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/filter_group/__tests__/filter_status_button.test.tsx
index 1813229a97d1..2ad4d971cf3b 100644
--- a/x-pack/legacy/plugins/uptime/public/components/functional/filter_group/__tests__/filter_status_button.test.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/filter_group/__tests__/filter_status_button.test.tsx
@@ -6,7 +6,7 @@
import React from 'react';
import { FilterStatusButton, FilterStatusButtonProps } from '../filter_status_button';
-import { shallowWithRouter } from '../../../../lib/';
+import { shallowWithRouter } from '../../../../lib';
describe('FilterStatusButton', () => {
let props: FilterStatusButtonProps;
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/filter_group/__tests__/parse_filter_map.test.ts b/x-pack/legacy/plugins/uptime/public/components/overview/filter_group/__tests__/parse_filter_map.test.ts
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/filter_group/__tests__/parse_filter_map.test.ts
rename to x-pack/legacy/plugins/uptime/public/components/overview/filter_group/__tests__/parse_filter_map.test.ts
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/filter_group/__tests__/toggle_selected_item.test.ts b/x-pack/legacy/plugins/uptime/public/components/overview/filter_group/__tests__/toggle_selected_item.test.ts
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/filter_group/__tests__/toggle_selected_item.test.ts
rename to x-pack/legacy/plugins/uptime/public/components/overview/filter_group/__tests__/toggle_selected_item.test.ts
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/filter_group/filter_group.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/filter_group/filter_group.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/filter_group/filter_group.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/filter_group/filter_group.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/connected/filter_group/filter_group_container.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/filter_group/filter_group_container.tsx
similarity index 94%
rename from x-pack/legacy/plugins/uptime/public/components/connected/filter_group/filter_group_container.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/filter_group/filter_group_container.tsx
index 569c6bb883cb..3612604fdf11 100644
--- a/x-pack/legacy/plugins/uptime/public/components/connected/filter_group/filter_group_container.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/filter_group/filter_group_container.tsx
@@ -7,10 +7,10 @@
import React, { useContext, useEffect } from 'react';
import { connect } from 'react-redux';
import { useUrlParams } from '../../../hooks';
-import { parseFiltersMap } from '../../functional/filter_group/parse_filter_map';
+import { parseFiltersMap } from './parse_filter_map';
import { AppState } from '../../../state';
import { fetchOverviewFilters, GetOverviewFiltersPayload } from '../../../state/actions';
-import { FilterGroupComponent } from '../../functional/filter_group';
+import { FilterGroupComponent } from './index';
import { OverviewFilters } from '../../../../common/runtime_types/overview_filters';
import { UptimeRefreshContext } from '../../../contexts';
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/filter_group/filter_popover.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/filter_group/filter_popover.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/filter_group/filter_popover.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/filter_group/filter_popover.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/filter_group/filter_status_button.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/filter_group/filter_status_button.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/filter_group/filter_status_button.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/filter_group/filter_status_button.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/filter_group/index.ts b/x-pack/legacy/plugins/uptime/public/components/overview/filter_group/index.ts
similarity index 84%
rename from x-pack/legacy/plugins/uptime/public/components/functional/filter_group/index.ts
rename to x-pack/legacy/plugins/uptime/public/components/overview/filter_group/index.ts
index 2aae026144d8..933fddf1cde2 100644
--- a/x-pack/legacy/plugins/uptime/public/components/functional/filter_group/index.ts
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/filter_group/index.ts
@@ -5,3 +5,4 @@
*/
export { FilterGroupComponent } from './filter_group';
+export { FilterGroup } from './filter_group_container';
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/filter_group/parse_filter_map.ts b/x-pack/legacy/plugins/uptime/public/components/overview/filter_group/parse_filter_map.ts
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/filter_group/parse_filter_map.ts
rename to x-pack/legacy/plugins/uptime/public/components/overview/filter_group/parse_filter_map.ts
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/filter_group/toggle_selected_item.ts b/x-pack/legacy/plugins/uptime/public/components/overview/filter_group/toggle_selected_item.ts
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/filter_group/toggle_selected_item.ts
rename to x-pack/legacy/plugins/uptime/public/components/overview/filter_group/toggle_selected_item.ts
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/filter_group/uptime_filter_button.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/filter_group/uptime_filter_button.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/filter_group/uptime_filter_button.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/filter_group/uptime_filter_button.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/overview/index.ts b/x-pack/legacy/plugins/uptime/public/components/overview/index.ts
new file mode 100644
index 000000000000..ac293e9233c8
--- /dev/null
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/index.ts
@@ -0,0 +1,14 @@
+/*
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
+ * or more contributor license agreements. Licensed under the Elastic License;
+ * you may not use this file except in compliance with the Elastic License.
+ */
+
+export * from './monitor_list';
+export * from './empty_state';
+export * from './filter_group';
+export * from './alerts';
+export * from './snapshot';
+export * from './kuery_bar';
+
+export { ParsingErrorCallout } from './parsing_error_callout';
diff --git a/x-pack/legacy/plugins/uptime/public/components/overview/kuery_bar/index.ts b/x-pack/legacy/plugins/uptime/public/components/overview/kuery_bar/index.ts
new file mode 100644
index 000000000000..60801a0ab705
--- /dev/null
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/kuery_bar/index.ts
@@ -0,0 +1,8 @@
+/*
+ * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
+ * or more contributor license agreements. Licensed under the Elastic License;
+ * you may not use this file except in compliance with the Elastic License.
+ */
+
+export { KueryBarComponent } from './kuery_bar';
+export { KueryBar } from './kuery_bar_container';
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/kuery_bar/kuery_bar.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/kuery_bar/kuery_bar.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/kuery_bar/kuery_bar.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/kuery_bar/kuery_bar.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/connected/kuerybar/kuery_bar_container.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/kuery_bar/kuery_bar_container.tsx
similarity index 90%
rename from x-pack/legacy/plugins/uptime/public/components/connected/kuerybar/kuery_bar_container.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/kuery_bar/kuery_bar_container.tsx
index 132ae57b5154..5e1e184b2d6e 100644
--- a/x-pack/legacy/plugins/uptime/public/components/connected/kuerybar/kuery_bar_container.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/kuery_bar/kuery_bar_container.tsx
@@ -8,7 +8,7 @@ import { connect } from 'react-redux';
import { AppState } from '../../../state';
import { selectIndexPattern } from '../../../state/selectors';
import { getIndexPattern } from '../../../state/actions';
-import { KueryBarComponent } from '../../functional/kuery_bar/kuery_bar';
+import { KueryBarComponent } from './kuery_bar';
const mapStateToProps = (state: AppState) => ({ ...selectIndexPattern(state) });
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/kuery_bar/typeahead/click_outside.js b/x-pack/legacy/plugins/uptime/public/components/overview/kuery_bar/typeahead/click_outside.js
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/kuery_bar/typeahead/click_outside.js
rename to x-pack/legacy/plugins/uptime/public/components/overview/kuery_bar/typeahead/click_outside.js
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/kuery_bar/typeahead/index.d.ts b/x-pack/legacy/plugins/uptime/public/components/overview/kuery_bar/typeahead/index.d.ts
similarity index 95%
rename from x-pack/legacy/plugins/uptime/public/components/functional/kuery_bar/typeahead/index.d.ts
rename to x-pack/legacy/plugins/uptime/public/components/overview/kuery_bar/typeahead/index.d.ts
index c9f43b3a620b..defde6203a8c 100644
--- a/x-pack/legacy/plugins/uptime/public/components/functional/kuery_bar/typeahead/index.d.ts
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/kuery_bar/typeahead/index.d.ts
@@ -4,7 +4,7 @@
* you may not use this file except in compliance with the Elastic License.
*/
-import React, { Component } from 'react';
+import React from 'react';
interface TypeaheadProps {
onChange: (inputValue: string, selectionStart: number) => void;
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/kuery_bar/typeahead/index.js b/x-pack/legacy/plugins/uptime/public/components/overview/kuery_bar/typeahead/index.js
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/kuery_bar/typeahead/index.js
rename to x-pack/legacy/plugins/uptime/public/components/overview/kuery_bar/typeahead/index.js
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/kuery_bar/typeahead/suggestion.js b/x-pack/legacy/plugins/uptime/public/components/overview/kuery_bar/typeahead/suggestion.js
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/kuery_bar/typeahead/suggestion.js
rename to x-pack/legacy/plugins/uptime/public/components/overview/kuery_bar/typeahead/suggestion.js
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/kuery_bar/typeahead/suggestions.js b/x-pack/legacy/plugins/uptime/public/components/overview/kuery_bar/typeahead/suggestions.js
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/kuery_bar/typeahead/suggestions.js
rename to x-pack/legacy/plugins/uptime/public/components/overview/kuery_bar/typeahead/suggestions.js
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/__tests__/__snapshots__/monitor_list.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/__tests__/__snapshots__/monitor_list.test.tsx.snap
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/__tests__/__snapshots__/monitor_list.test.tsx.snap
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/__tests__/__snapshots__/monitor_list.test.tsx.snap
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/__tests__/__snapshots__/monitor_list_status_column.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/__tests__/__snapshots__/monitor_list_status_column.test.tsx.snap
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/__tests__/__snapshots__/monitor_list_status_column.test.tsx.snap
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/__tests__/__snapshots__/monitor_list_status_column.test.tsx.snap
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/__tests__/__snapshots__/monitor_page_link.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/__tests__/__snapshots__/monitor_page_link.test.tsx.snap
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/__tests__/__snapshots__/monitor_page_link.test.tsx.snap
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/__tests__/__snapshots__/monitor_page_link.test.tsx.snap
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/__tests__/monitor_list.test.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/__tests__/monitor_list.test.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/__tests__/monitor_list.test.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/__tests__/monitor_list.test.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/__tests__/monitor_list_page_size_select.test.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/__tests__/monitor_list_page_size_select.test.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/__tests__/monitor_list_page_size_select.test.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/__tests__/monitor_list_page_size_select.test.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/__tests__/monitor_list_status_column.test.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/__tests__/monitor_list_status_column.test.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/__tests__/monitor_list_status_column.test.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/__tests__/monitor_list_status_column.test.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/__tests__/monitor_page_link.test.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/__tests__/monitor_page_link.test.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/__tests__/monitor_page_link.test.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/__tests__/monitor_page_link.test.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/__tests__/parse_timestamp.test.ts b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/__tests__/parse_timestamp.test.ts
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/__tests__/parse_timestamp.test.ts
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/__tests__/parse_timestamp.test.ts
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/index.ts b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/index.ts
similarity index 69%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/index.ts
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/index.ts
index 2dc43050f951..45e8822a317a 100644
--- a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/index.ts
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/index.ts
@@ -7,3 +7,5 @@
export { MonitorListComponent } from './monitor_list';
export { Criteria, Pagination } from './types';
export { LocationLink } from './monitor_list_drawer';
+export { MonitorListDrawer } from './monitor_list_drawer/list_drawer_container';
+export { ActionsPopover } from './monitor_list_drawer/actions_popover/actions_popover_container';
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list.tsx
similarity index 97%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list.tsx
index 6705101ccd57..18e2e2437e14 100644
--- a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list.tsx
@@ -22,13 +22,13 @@ import { HistogramPoint, FetchMonitorStatesQueryArgs } from '../../../../common/
import { MonitorSummary } from '../../../../common/runtime_types';
import { MonitorListStatusColumn } from './monitor_list_status_column';
import { ExpandedRowMap } from './types';
-import { MonitorBarSeries } from '../charts';
+import { MonitorBarSeries } from '../../common/charts';
import { MonitorPageLink } from './monitor_page_link';
import { OverviewPageLink } from './overview_page_link';
import * as labels from './translations';
-import { MonitorListDrawer } from '../../connected';
import { MonitorListPageSizeSelect } from './monitor_list_page_size_select';
-import { MonitorListProps } from '../../connected/monitor/monitor_list';
+import { MonitorListDrawer } from './monitor_list_drawer/list_drawer_container';
+import { MonitorListProps } from './monitor_list_container';
import { MonitorList } from '../../../state/reducers/monitor_list';
import { useUrlParams } from '../../../hooks';
diff --git a/x-pack/legacy/plugins/uptime/public/components/connected/monitor/monitor_list.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_container.tsx
similarity index 93%
rename from x-pack/legacy/plugins/uptime/public/components/connected/monitor/monitor_list.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_container.tsx
index c9457664566b..5bfe6ff0c5b4 100644
--- a/x-pack/legacy/plugins/uptime/public/components/connected/monitor/monitor_list.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_container.tsx
@@ -9,7 +9,7 @@ import { useSelector, useDispatch } from 'react-redux';
import { getMonitorList } from '../../../state/actions';
import { FetchMonitorStatesQueryArgs } from '../../../../common/runtime_types';
import { monitorListSelector } from '../../../state/selectors';
-import { MonitorListComponent } from '../../functional/monitor_list';
+import { MonitorListComponent } from './index';
export interface MonitorListProps {
filters?: string;
@@ -18,13 +18,16 @@ export interface MonitorListProps {
export const MonitorList: React.FC = props => {
const dispatch = useDispatch();
+
const dispatchCallback = useCallback(
(params: FetchMonitorStatesQueryArgs) => {
dispatch(getMonitorList(params));
},
[dispatch]
);
+
const monitorListState = useSelector(monitorListSelector);
+
return (
);
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/__tests__/__snapshots__/integration_group.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/__tests__/__snapshots__/integration_group.test.tsx.snap
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/__tests__/__snapshots__/integration_group.test.tsx.snap
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/__tests__/__snapshots__/integration_group.test.tsx.snap
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/__tests__/__snapshots__/integration_link.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/__tests__/__snapshots__/integration_link.test.tsx.snap
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/__tests__/__snapshots__/integration_link.test.tsx.snap
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/__tests__/__snapshots__/integration_link.test.tsx.snap
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/__tests__/__snapshots__/monitor_list_drawer.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/__tests__/__snapshots__/monitor_list_drawer.test.tsx.snap
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/__tests__/__snapshots__/monitor_list_drawer.test.tsx.snap
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/__tests__/__snapshots__/monitor_list_drawer.test.tsx.snap
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/__tests__/__snapshots__/monitor_status_list.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/__tests__/__snapshots__/monitor_status_list.test.tsx.snap
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/__tests__/__snapshots__/monitor_status_list.test.tsx.snap
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/__tests__/__snapshots__/monitor_status_list.test.tsx.snap
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/__tests__/__snapshots__/monitor_status_row.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/__tests__/__snapshots__/monitor_status_row.test.tsx.snap
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/__tests__/__snapshots__/monitor_status_row.test.tsx.snap
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/__tests__/__snapshots__/monitor_status_row.test.tsx.snap
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/__tests__/__snapshots__/most_recent_error.test.tsx.snap b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/__tests__/__snapshots__/most_recent_error.test.tsx.snap
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/__tests__/__snapshots__/most_recent_error.test.tsx.snap
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/__tests__/__snapshots__/most_recent_error.test.tsx.snap
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/__tests__/data.json b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/__tests__/data.json
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/__tests__/data.json
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/__tests__/data.json
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/__tests__/integration_group.test.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/__tests__/integration_group.test.tsx
similarity index 94%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/__tests__/integration_group.test.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/__tests__/integration_group.test.tsx
index 48fa2c976668..25cf400bcd0f 100644
--- a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/__tests__/integration_group.test.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/__tests__/integration_group.test.tsx
@@ -7,7 +7,7 @@
import React from 'react';
import { MonitorSummary } from '../../../../../../common/runtime_types';
import { shallowWithIntl } from 'test_utils/enzyme_helpers';
-import { IntegrationGroup } from '../integration_group';
+import { IntegrationGroup } from '../actions_popover/integration_group';
describe('IntegrationGroup', () => {
let summary: MonitorSummary;
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/__tests__/integration_link.test.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/__tests__/integration_link.test.tsx
similarity index 93%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/__tests__/integration_link.test.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/__tests__/integration_link.test.tsx
index ba313f255f13..8ee83bc38957 100644
--- a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/__tests__/integration_link.test.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/__tests__/integration_link.test.tsx
@@ -5,7 +5,7 @@
*/
import React from 'react';
-import { IntegrationLink } from '../integration_link';
+import { IntegrationLink } from '../actions_popover/integration_link';
import { shallowWithIntl } from 'test_utils/enzyme_helpers';
describe('IntegrationLink component', () => {
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/__tests__/monitor_list_drawer.test.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/__tests__/monitor_list_drawer.test.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/__tests__/monitor_list_drawer.test.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/__tests__/monitor_list_drawer.test.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/__tests__/monitor_status_list.test.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/__tests__/monitor_status_list.test.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/__tests__/monitor_status_list.test.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/__tests__/monitor_status_list.test.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/__tests__/monitor_status_row.test.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/__tests__/monitor_status_row.test.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/__tests__/monitor_status_row.test.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/__tests__/monitor_status_row.test.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/__tests__/most_recent_error.test.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/__tests__/most_recent_error.test.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/__tests__/most_recent_error.test.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/__tests__/most_recent_error.test.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/monitor_list_actions_popover.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/actions_popover/actions_popover.tsx
similarity index 89%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/monitor_list_actions_popover.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/actions_popover/actions_popover.tsx
index c57ecbaa4d3e..e86e6b309214 100644
--- a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/monitor_list_actions_popover.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/actions_popover/actions_popover.tsx
@@ -9,20 +9,20 @@ import { i18n } from '@kbn/i18n';
import React from 'react';
import { EuiPopover, EuiButton } from '@elastic/eui';
import { IntegrationGroup } from './integration_group';
-import { MonitorSummary } from '../../../../../common/runtime_types';
-import { toggleIntegrationsPopover, PopoverState } from '../../../../state/actions';
+import { MonitorSummary } from '../../../../../../common/runtime_types';
+import { toggleIntegrationsPopover, PopoverState } from '../../../../../state/actions';
-interface MonitorListActionsPopoverProps {
+interface ActionsPopoverProps {
summary: MonitorSummary;
popoverState: PopoverState | null;
togglePopoverIsVisible: typeof toggleIntegrationsPopover;
}
-export const MonitorListActionsPopoverComponent = ({
+export const ActionsPopoverComponent = ({
summary,
popoverState,
togglePopoverIsVisible,
-}: MonitorListActionsPopoverProps) => {
+}: ActionsPopoverProps) => {
const popoverId = `${summary.monitor_id}_popover`;
const monitorUrl: string | undefined = get(summary, 'state.url.full', undefined);
diff --git a/x-pack/legacy/plugins/uptime/public/components/connected/monitor/drawer_popover_container.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/actions_popover/actions_popover_container.tsx
similarity index 63%
rename from x-pack/legacy/plugins/uptime/public/components/connected/monitor/drawer_popover_container.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/actions_popover/actions_popover_container.tsx
index be29e12f716a..b1c25ddd7a33 100644
--- a/x-pack/legacy/plugins/uptime/public/components/connected/monitor/drawer_popover_container.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/actions_popover/actions_popover_container.tsx
@@ -5,10 +5,10 @@
*/
import { connect } from 'react-redux';
-import { AppState } from '../../../state';
-import { isIntegrationsPopupOpen } from '../../../state/selectors';
-import { PopoverState, toggleIntegrationsPopover } from '../../../state/actions';
-import { MonitorListActionsPopoverComponent } from '../../functional/monitor_list/monitor_list_drawer';
+import { AppState } from '../../../../../state';
+import { isIntegrationsPopupOpen } from '../../../../../state/selectors';
+import { PopoverState, toggleIntegrationsPopover } from '../../../../../state/actions';
+import { ActionsPopoverComponent } from '../index';
const mapStateToProps = (state: AppState) => ({
popoverState: isIntegrationsPopupOpen(state),
@@ -20,7 +20,4 @@ const mapDispatchToProps = (dispatch: any) => ({
},
});
-export const MonitorListActionsPopover = connect(
- mapStateToProps,
- mapDispatchToProps
-)(MonitorListActionsPopoverComponent);
+export const ActionsPopover = connect(mapStateToProps, mapDispatchToProps)(ActionsPopoverComponent);
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/integration_group.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/actions_popover/integration_group.tsx
similarity index 98%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/integration_group.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/actions_popover/integration_group.tsx
index cc06b9a2306c..bbcba7238748 100644
--- a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/integration_group.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/actions_popover/integration_group.tsx
@@ -18,9 +18,9 @@ import {
getLoggingContainerHref,
getLoggingIpHref,
getLoggingKubernetesHref,
-} from '../../../../lib/helper';
-import { MonitorSummary } from '../../../../../common/runtime_types';
-import { UptimeSettingsContext } from '../../../../contexts';
+} from '../../../../../lib/helper';
+import { MonitorSummary } from '../../../../../../common/runtime_types';
+import { UptimeSettingsContext } from '../../../../../contexts';
interface IntegrationGroupProps {
summary: MonitorSummary;
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/integration_link.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/actions_popover/integration_link.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/integration_link.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/actions_popover/integration_link.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/index.ts b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/index.ts
similarity index 63%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/index.ts
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/index.ts
index 2933a71c2240..32c722b806f2 100644
--- a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/index.ts
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/index.ts
@@ -4,5 +4,5 @@
* you may not use this file except in compliance with the Elastic License.
*/
-export { LocationLink } from './location_link';
-export { MonitorListActionsPopoverComponent } from './monitor_list_actions_popover';
+export { LocationLink } from '../../../common/location_link';
+export { ActionsPopoverComponent } from './actions_popover/actions_popover';
diff --git a/x-pack/legacy/plugins/uptime/public/components/connected/monitor/list_drawer_container.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/list_drawer_container.tsx
similarity index 72%
rename from x-pack/legacy/plugins/uptime/public/components/connected/monitor/list_drawer_container.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/list_drawer_container.tsx
index 37a96ba0396a..bec32ace27f2 100644
--- a/x-pack/legacy/plugins/uptime/public/components/connected/monitor/list_drawer_container.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/list_drawer_container.tsx
@@ -6,13 +6,13 @@
import React, { useEffect } from 'react';
import { connect } from 'react-redux';
-import { AppState } from '../../../state';
-import { monitorDetailsSelector } from '../../../state/selectors';
-import { MonitorDetailsActionPayload } from '../../../state/actions/types';
-import { getMonitorDetailsAction } from '../../../state/actions/monitor';
-import { MonitorListDrawerComponent } from '../../functional/monitor_list/monitor_list_drawer/monitor_list_drawer';
-import { useGetUrlParams } from '../../../hooks';
-import { MonitorDetails, MonitorSummary } from '../../../../common/runtime_types';
+import { AppState } from '../../../../state';
+import { monitorDetailsSelector } from '../../../../state/selectors';
+import { MonitorDetailsActionPayload } from '../../../../state/actions/types';
+import { getMonitorDetailsAction } from '../../../../state/actions/monitor';
+import { MonitorListDrawerComponent } from './monitor_list_drawer';
+import { useGetUrlParams } from '../../../../hooks';
+import { MonitorDetails, MonitorSummary } from '../../../../../common/runtime_types';
interface ContainerProps {
summary: MonitorSummary;
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/monitor_list_drawer.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/monitor_list_drawer.tsx
similarity index 93%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/monitor_list_drawer.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/monitor_list_drawer.tsx
index 6dc9ebbef128..8e97ce4d692d 100644
--- a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/monitor_list_drawer.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/monitor_list_drawer.tsx
@@ -10,7 +10,7 @@ import { EuiLink, EuiSpacer, EuiFlexGroup, EuiFlexItem, EuiIcon, EuiText } from
import { MostRecentError } from './most_recent_error';
import { MonitorStatusList } from './monitor_status_list';
import { MonitorDetails, MonitorSummary } from '../../../../../common/runtime_types';
-import { MonitorListActionsPopover } from '../../../connected';
+import { ActionsPopover } from './actions_popover/actions_popover_container';
const ContainerDiv = styled.div`
padding: 10px;
@@ -48,7 +48,7 @@ export function MonitorListDrawerComponent({ summary, monitorDetails }: MonitorL
-
+
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/monitor_status_list.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/monitor_status_list.tsx
similarity index 97%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/monitor_status_list.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/monitor_status_list.tsx
index 8a46167dcd3b..cd1a5a95b8ad 100644
--- a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/monitor_status_list.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/monitor_status_list.tsx
@@ -8,7 +8,7 @@ import React from 'react';
import { get, capitalize } from 'lodash';
import { EuiCallOut, EuiSpacer } from '@elastic/eui';
import { FormattedMessage } from '@kbn/i18n/react';
-import { LocationLink } from './location_link';
+import { LocationLink } from '../../../common/location_link';
import { MonitorStatusRow } from './monitor_status_row';
import { Check } from '../../../../../common/runtime_types';
import { STATUS, UNNAMED_LOCATION } from '../../../../../common/constants';
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/monitor_status_row.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/monitor_status_row.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/monitor_status_row.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/monitor_status_row.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/most_recent_error.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/most_recent_error.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_drawer/most_recent_error.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_drawer/most_recent_error.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_page_size_select.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_page_size_select.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_page_size_select.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_page_size_select.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_status_column.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_status_column.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_list_status_column.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_list_status_column.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_page_link.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_page_link.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/monitor_page_link.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/monitor_page_link.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/overview_page_link.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/overview_page_link.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/overview_page_link.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/overview_page_link.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/parse_timestamp.ts b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/parse_timestamp.ts
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/parse_timestamp.ts
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/parse_timestamp.ts
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/translations.ts b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/translations.ts
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/translations.ts
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/translations.ts
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/types.ts b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/types.ts
similarity index 83%
rename from x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/types.ts
rename to x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/types.ts
index a25603d3603d..6a6cee4a7d96 100644
--- a/x-pack/legacy/plugins/uptime/public/components/functional/monitor_list/types.ts
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/monitor_list/types.ts
@@ -4,13 +4,6 @@
* you may not use this file except in compliance with the Elastic License.
*/
-export interface CondensedCheck {
- childStatuses: CondensedCheckStatus[];
- location: string | null;
- status: string;
- timestamp: string;
-}
-
export interface CondensedCheckStatus {
ip?: string | null;
status: string;
diff --git a/x-pack/legacy/plugins/uptime/public/components/connected/pages/overview_container.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/overview_container.tsx
similarity index 74%
rename from x-pack/legacy/plugins/uptime/public/components/connected/pages/overview_container.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/overview_container.tsx
index 79aaa071507e..d64e489c4807 100644
--- a/x-pack/legacy/plugins/uptime/public/components/connected/pages/overview_container.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/overview_container.tsx
@@ -5,10 +5,10 @@
*/
import { connect } from 'react-redux';
-import { OverviewPageComponent } from '../../../pages/overview';
-import { selectIndexPattern } from '../../../state/selectors';
-import { AppState } from '../../../state';
-import { setEsKueryString } from '../../../state/actions';
+import { OverviewPageComponent } from '../../pages/overview';
+import { selectIndexPattern } from '../../state/selectors';
+import { AppState } from '../../state';
+import { setEsKueryString } from '../../state/actions';
interface DispatchProps {
setEsKueryFilters: typeof setEsKueryString;
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/overview_page_parsing_error_callout.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/parsing_error_callout.tsx
similarity index 89%
rename from x-pack/legacy/plugins/uptime/public/components/functional/overview_page_parsing_error_callout.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/parsing_error_callout.tsx
index b71a4f2f8646..96ea14cdf9f3 100644
--- a/x-pack/legacy/plugins/uptime/public/components/functional/overview_page_parsing_error_callout.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/parsing_error_callout.tsx
@@ -13,13 +13,11 @@ interface HasMessage {
message: string;
}
-interface OverviewPageParsingErrorCalloutProps {
+interface ParsingErrorCalloutProps {
error: HasMessage;
}
-export const OverviewPageParsingErrorCallout = ({
- error,
-}: OverviewPageParsingErrorCalloutProps) => (
+export const ParsingErrorCallout = ({ error }: ParsingErrorCalloutProps) => (
= ({ height }: Props) => {
+ const { dateRangeStart, dateRangeEnd, statusFilter } = useGetUrlParams();
+
+ const { count, lastRefresh, loading, esKuery } = useSelector(snapshotDataSelector);
+
+ const dispatch = useDispatch();
+
+ useEffect(() => {
+ dispatch(
+ getSnapshotCountAction({ dateRangeStart, dateRangeEnd, filters: esKuery, statusFilter })
+ );
+ }, [dateRangeStart, dateRangeEnd, esKuery, lastRefresh, statusFilter, dispatch]);
+ return ;
+};
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/snapshot_heading.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/snapshot/snapshot_heading.tsx
similarity index 100%
rename from x-pack/legacy/plugins/uptime/public/components/functional/snapshot_heading.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/snapshot/snapshot_heading.tsx
diff --git a/x-pack/legacy/plugins/uptime/public/components/functional/status_panel.tsx b/x-pack/legacy/plugins/uptime/public/components/overview/status_panel.tsx
similarity index 87%
rename from x-pack/legacy/plugins/uptime/public/components/functional/status_panel.tsx
rename to x-pack/legacy/plugins/uptime/public/components/overview/status_panel.tsx
index 2c0be2aa15d6..9edcb08a6d5b 100644
--- a/x-pack/legacy/plugins/uptime/public/components/functional/status_panel.tsx
+++ b/x-pack/legacy/plugins/uptime/public/components/overview/status_panel.tsx
@@ -6,7 +6,8 @@
import React from 'react';
import { EuiFlexGroup, EuiFlexItem, EuiPanel } from '@elastic/eui';
-import { PingHistogram, Snapshot } from '../connected';
+import { PingHistogram } from '../monitor';
+import { Snapshot } from './snapshot/snapshot_container';
const STATUS_CHART_HEIGHT = '160px';
diff --git a/x-pack/legacy/plugins/uptime/public/contexts/uptime_settings_context.tsx b/x-pack/legacy/plugins/uptime/public/contexts/uptime_settings_context.tsx
index c5a0ec483179..137846de103b 100644
--- a/x-pack/legacy/plugins/uptime/public/contexts/uptime_settings_context.tsx
+++ b/x-pack/legacy/plugins/uptime/public/contexts/uptime_settings_context.tsx
@@ -7,7 +7,7 @@
import React, { createContext, useMemo } from 'react';
import { UptimeAppProps } from '../uptime_app';
import { CLIENT_DEFAULTS, CONTEXT_DEFAULTS } from '../../common/constants';
-import { CommonlyUsedRange } from '../components/functional/uptime_date_picker';
+import { CommonlyUsedRange } from '../components/common/uptime_date_picker';
import { useGetUrlParams } from '../hooks';
import { ILicense } from '../../../../../plugins/licensing/common/types';
diff --git a/x-pack/legacy/plugins/uptime/public/hooks/__tests__/use_breadcrumbs.test.tsx b/x-pack/legacy/plugins/uptime/public/hooks/__tests__/use_breadcrumbs.test.tsx
index 85961003fce7..1ce00fe7ce3a 100644
--- a/x-pack/legacy/plugins/uptime/public/hooks/__tests__/use_breadcrumbs.test.tsx
+++ b/x-pack/legacy/plugins/uptime/public/hooks/__tests__/use_breadcrumbs.test.tsx
@@ -11,7 +11,7 @@ import { mountWithRouter } from '../../lib';
import { OVERVIEW_ROUTE } from '../../../common/constants';
import { KibanaContextProvider } from '../../../../../../../src/plugins/kibana_react/public';
import { UptimeUrlParams, getSupportedUrlParams } from '../../lib/helper';
-import { makeBaseBreadcrumb, useBreadcrumbs } from '../../hooks/use_breadcrumbs';
+import { makeBaseBreadcrumb, useBreadcrumbs } from '../use_breadcrumbs';
describe('useBreadcrumbs', () => {
it('sets the given breadcrumbs', () => {
diff --git a/x-pack/legacy/plugins/uptime/public/lib/alert_types/index.ts b/x-pack/legacy/plugins/uptime/public/lib/alert_types/index.ts
index f764505a6d68..74160577cb0b 100644
--- a/x-pack/legacy/plugins/uptime/public/lib/alert_types/index.ts
+++ b/x-pack/legacy/plugins/uptime/public/lib/alert_types/index.ts
@@ -6,7 +6,7 @@
// TODO: after NP migration is complete we should be able to remove this lint ignore comment
// eslint-disable-next-line @kbn/eslint/no-restricted-paths
-import { AlertTypeModel } from '../../../../../../plugins/triggers_actions_ui/public/types';
+import { AlertTypeModel } from '../../../../../../plugins/triggers_actions_ui/public';
import { initMonitorStatusAlertType } from './monitor_status';
export type AlertTypeInitializer = (dependenies: { autocomplete: any }) => AlertTypeModel;
diff --git a/x-pack/legacy/plugins/uptime/public/lib/alert_types/monitor_status.tsx b/x-pack/legacy/plugins/uptime/public/lib/alert_types/monitor_status.tsx
index d059274159c7..0624d20b197c 100644
--- a/x-pack/legacy/plugins/uptime/public/lib/alert_types/monitor_status.tsx
+++ b/x-pack/legacy/plugins/uptime/public/lib/alert_types/monitor_status.tsx
@@ -16,7 +16,7 @@ import {
} from '../../../../../../plugins/triggers_actions_ui/public/types';
import { AlertTypeInitializer } from '.';
import { StatusCheckExecutorParamsType } from '../../../common/runtime_types';
-import { AlertMonitorStatus } from '../../components/connected/alerts';
+import { AlertMonitorStatus } from '../../components/overview/alerts/alerts_containers';
export const validate = (alertParams: any): ValidationResult => {
const errors: Record = {};
diff --git a/x-pack/legacy/plugins/uptime/public/lib/helper/charts/get_chart_date_label.ts b/x-pack/legacy/plugins/uptime/public/lib/helper/charts/get_chart_date_label.ts
index 126b1d85f749..aa5a2b0f60e4 100644
--- a/x-pack/legacy/plugins/uptime/public/lib/helper/charts/get_chart_date_label.ts
+++ b/x-pack/legacy/plugins/uptime/public/lib/helper/charts/get_chart_date_label.ts
@@ -11,7 +11,7 @@ import { CHART_FORMAT_LIMITS } from '../../../../common/constants';
/**
* Generates an appropriate date formatting string intended for the y-axis
* label of timeseries charts. The function will return day/month values for shorter
- * timespans that cross the local date threshold, otherwise it estimates an appropriate
+ * time spans that cross the local date threshold, otherwise it estimates an appropriate
* label for several different stops.
* @param dateRangeStart the beginning of the date range
* @param dateRangeEnd the end of the date range
diff --git a/x-pack/legacy/plugins/uptime/public/lib/helper/charts/get_label_format.ts b/x-pack/legacy/plugins/uptime/public/lib/helper/charts/get_label_format.ts
index 668147fee805..5957123e9257 100644
--- a/x-pack/legacy/plugins/uptime/public/lib/helper/charts/get_label_format.ts
+++ b/x-pack/legacy/plugins/uptime/public/lib/helper/charts/get_label_format.ts
@@ -49,7 +49,7 @@ const dateStops: Array<{ key: number; value: string }> = [
];
/**
- * Returns an appropriate label format bbased on pre-defined intervals.
+ * Returns an appropriate label format based on pre-defined intervals.
* @param delta The length of the timespan in milliseconds
*/
export const getLabelFormat = (delta: number): string => {
diff --git a/x-pack/legacy/plugins/uptime/public/lib/helper/convert_measurements.ts b/x-pack/legacy/plugins/uptime/public/lib/helper/convert_measurements.ts
index 4ad9b81b9e66..da97b6400a9a 100644
--- a/x-pack/legacy/plugins/uptime/public/lib/helper/convert_measurements.ts
+++ b/x-pack/legacy/plugins/uptime/public/lib/helper/convert_measurements.ts
@@ -8,7 +8,7 @@ const NUM_MICROSECONDS_IN_MILLISECOND = 1000;
/**
* This simply converts microseconds to milliseconds. People tend to prefer ms to us
- * when visualizaing request duration times.
+ * when visualizing request duration times.
*/
export const convertMicrosecondsToMilliseconds = (microseconds: number | null): number | null => {
if (!microseconds && microseconds !== 0) return null;
diff --git a/x-pack/legacy/plugins/uptime/public/lib/helper/url_params/__tests__/parse_absolute_date.test.ts b/x-pack/legacy/plugins/uptime/public/lib/helper/url_params/__tests__/parse_absolute_date.test.ts
index 691b38bdf9ca..16888aec21cf 100644
--- a/x-pack/legacy/plugins/uptime/public/lib/helper/url_params/__tests__/parse_absolute_date.test.ts
+++ b/x-pack/legacy/plugins/uptime/public/lib/helper/url_params/__tests__/parse_absolute_date.test.ts
@@ -24,7 +24,7 @@ describe('parseAbsoluteDate', () => {
it('returns the default value if the parser provides `undefined`', () => {
dateMathSpy.mockReturnValue(undefined);
- const result = parseAbsoluteDate('this is not a valid datae', 12345);
+ const result = parseAbsoluteDate('this is not a valid date', 12345);
expect(result).toBe(12345);
});
});
diff --git a/x-pack/legacy/plugins/uptime/public/lib/helper/url_params/__tests__/parse_autorefresh_interval.test.ts b/x-pack/legacy/plugins/uptime/public/lib/helper/url_params/__tests__/parse_autorefresh_interval.test.ts
deleted file mode 100644
index a5c216837808..000000000000
--- a/x-pack/legacy/plugins/uptime/public/lib/helper/url_params/__tests__/parse_autorefresh_interval.test.ts
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
- * or more contributor license agreements. Licensed under the Elastic License;
- * you may not use this file except in compliance with the Elastic License.
- */
-
-import { parseUrlInt } from '../parse_url_int';
-
-describe('parseUrlInt', () => {
- it('parses a number', () => {
- const result = parseUrlInt('23', 50);
- expect(result).toBe(23);
- });
-
- it('returns default value for empty string', () => {
- const result = parseUrlInt('', 50);
- expect(result).toBe(50);
- });
-
- it('returns default value for non-numeric string', () => {
- const result = parseUrlInt('abc', 50);
- expect(result).toBe(50);
- });
-});
diff --git a/x-pack/legacy/plugins/uptime/public/lib/lib.ts b/x-pack/legacy/plugins/uptime/public/lib/lib.ts
index 6b6191441c93..7dd3aa9eed5c 100644
--- a/x-pack/legacy/plugins/uptime/public/lib/lib.ts
+++ b/x-pack/legacy/plugins/uptime/public/lib/lib.ts
@@ -5,7 +5,6 @@
*/
import { ReactElement } from 'react';
-import { ChromeBreadcrumb } from 'src/core/public';
import { UMBadge } from '../badge';
import { UptimeAppProps } from '../uptime_app';
@@ -13,8 +12,6 @@ export interface UMFrontendLibs {
framework: UMFrameworkAdapter;
}
-export type UMUpdateBreadcrumbs = (breadcrumbs: ChromeBreadcrumb[]) => void;
-
export type UMUpdateBadge = (badge: UMBadge) => void;
export type BootstrapUptimeApp = (props: UptimeAppProps) => ReactElement;
diff --git a/x-pack/legacy/plugins/uptime/public/pages/monitor.tsx b/x-pack/legacy/plugins/uptime/public/pages/monitor.tsx
index 683af81239c9..4495be9b24dc 100644
--- a/x-pack/legacy/plugins/uptime/public/pages/monitor.tsx
+++ b/x-pack/legacy/plugins/uptime/public/pages/monitor.tsx
@@ -8,12 +8,13 @@ import { EuiSpacer } from '@elastic/eui';
import React from 'react';
import { useSelector } from 'react-redux';
import { useTrackPageview } from '../../../../../plugins/observability/public';
-import { MonitorStatusDetails, PingList } from '../components/connected';
import { monitorStatusSelector } from '../state/selectors';
import { PageHeader } from './page_header';
-import { MonitorCharts } from '../components/functional';
import { useBreadcrumbs } from '../hooks/use_breadcrumbs';
import { useMonitorId, useUptimeTelemetry, UptimePage } from '../hooks';
+import { MonitorCharts } from '../components/monitor';
+import { MonitorStatusDetails } from '../components/monitor';
+import { PingList } from '../components/monitor';
export const MonitorPage: React.FC = () => {
const monitorId = useMonitorId();
diff --git a/x-pack/legacy/plugins/uptime/public/pages/overview.tsx b/x-pack/legacy/plugins/uptime/public/pages/overview.tsx
index 5b51a208a4c3..adc36efa6f7d 100644
--- a/x-pack/legacy/plugins/uptime/public/pages/overview.tsx
+++ b/x-pack/legacy/plugins/uptime/public/pages/overview.tsx
@@ -8,15 +8,16 @@ import { EuiFlexGroup, EuiFlexItem, EuiSpacer } from '@elastic/eui';
import React, { useEffect } from 'react';
import styled from 'styled-components';
import { i18n } from '@kbn/i18n';
-import { OverviewPageParsingErrorCallout, StatusPanel } from '../components/functional';
import { useUptimeTelemetry, UptimePage, useGetUrlParams } from '../hooks';
import { stringifyUrlParams } from '../lib/helper/stringify_url_params';
import { useTrackPageview } from '../../../../../plugins/observability/public';
import { DataPublicPluginSetup, IIndexPattern } from '../../../../../../src/plugins/data/public';
-import { EmptyState, FilterGroup, KueryBar, MonitorList } from '../components/connected';
import { useUpdateKueryString } from '../hooks';
import { PageHeader } from './page_header';
import { useBreadcrumbs } from '../hooks/use_breadcrumbs';
+import { MonitorList } from '../components/overview/monitor_list/monitor_list_container';
+import { EmptyState, FilterGroup, KueryBar, ParsingErrorCallout } from '../components/overview';
+import { StatusPanel } from '../components/overview/status_panel';
interface OverviewPageProps {
autocomplete: DataPublicPluginSetup['autocomplete'];
@@ -75,7 +76,7 @@ export const OverviewPageComponent = ({ autocomplete, indexPattern, setEsKueryFi
- {error && }
+ {error && }
diff --git a/x-pack/legacy/plugins/uptime/public/pages/page_header.tsx b/x-pack/legacy/plugins/uptime/public/pages/page_header.tsx
index 821a70c85dc7..b10bc6ba44f8 100644
--- a/x-pack/legacy/plugins/uptime/public/pages/page_header.tsx
+++ b/x-pack/legacy/plugins/uptime/public/pages/page_header.tsx
@@ -8,16 +8,18 @@ import React from 'react';
import { EuiFlexGroup, EuiFlexItem, EuiTitle, EuiSpacer, EuiButtonEmpty } from '@elastic/eui';
import { i18n } from '@kbn/i18n';
import { Link } from 'react-router-dom';
-import { UptimeDatePicker } from '../components/functional/uptime_date_picker';
+import { UptimeDatePicker } from '../components/common/uptime_date_picker';
import { SETTINGS_ROUTE } from '../../common/constants';
-import { ToggleAlertFlyoutButton } from '../components/connected';
+import { ToggleAlertFlyoutButton } from '../components/overview/alerts/alerts_containers';
interface PageHeaderProps {
headingText: string;
extraLinks?: boolean;
datePicker?: boolean;
}
-
+const SETTINGS_LINK_TEXT = i18n.translate('xpack.uptime.page_header.settingsLink', {
+ defaultMessage: 'Settings',
+});
export const PageHeader = React.memo(
({ headingText, extraLinks = false, datePicker = true }: PageHeaderProps) => {
const datePickerComponent = datePicker ? (
@@ -26,9 +28,6 @@ export const PageHeader = React.memo(
) : null;
- const settingsLinkText = i18n.translate('xpack.uptime.page_header.settingsLink', {
- defaultMessage: 'Settings',
- });
const extraLinkComponents = !extraLinks ? null : (
@@ -37,7 +36,7 @@ export const PageHeader = React.memo(
- {settingsLinkText}
+ {SETTINGS_LINK_TEXT}
diff --git a/x-pack/legacy/plugins/uptime/public/pages/settings.tsx b/x-pack/legacy/plugins/uptime/public/pages/settings.tsx
index 049dffecd3f2..6defb96e0da3 100644
--- a/x-pack/legacy/plugins/uptime/public/pages/settings.tsx
+++ b/x-pack/legacy/plugins/uptime/public/pages/settings.tsx
@@ -67,7 +67,7 @@ export const SettingsPage = () => {
const dispatch = useDispatch();
useEffect(() => {
- dispatch(getDynamicSettings({}));
+ dispatch(getDynamicSettings());
}, [dispatch]);
const [formFields, setFormFields] = useState(dss.settings || null);
diff --git a/x-pack/legacy/plugins/uptime/public/routes.tsx b/x-pack/legacy/plugins/uptime/public/routes.tsx
index bb0700287dbf..b5e20ef8a70a 100644
--- a/x-pack/legacy/plugins/uptime/public/routes.tsx
+++ b/x-pack/legacy/plugins/uptime/public/routes.tsx
@@ -7,7 +7,7 @@
import React, { FC } from 'react';
import { Route, Switch } from 'react-router-dom';
import { DataPublicPluginSetup } from '../../../../../src/plugins/data/public';
-import { OverviewPage } from './components/connected/pages/overview_container';
+import { OverviewPage } from './components/overview/overview_container';
import { MONITOR_ROUTE, OVERVIEW_ROUTE, SETTINGS_ROUTE } from '../common/constants';
import { MonitorPage, NotFoundPage, SettingsPage } from './pages';
diff --git a/x-pack/legacy/plugins/uptime/public/state/actions/dynamic_settings.ts b/x-pack/legacy/plugins/uptime/public/state/actions/dynamic_settings.ts
index d78c725c4b59..3dbb1aa23462 100644
--- a/x-pack/legacy/plugins/uptime/public/state/actions/dynamic_settings.ts
+++ b/x-pack/legacy/plugins/uptime/public/state/actions/dynamic_settings.ts
@@ -6,7 +6,7 @@
import { createAction } from 'redux-actions';
import { DynamicSettings } from '../../../common/runtime_types';
-export const getDynamicSettings = createAction<{}>('GET_DYNAMIC_SETTINGS');
+export const getDynamicSettings = createAction('GET_DYNAMIC_SETTINGS');
export const getDynamicSettingsSuccess = createAction(
'GET_DYNAMIC_SETTINGS_SUCCESS'
);
@@ -17,4 +17,3 @@ export const setDynamicSettingsSuccess = createAction(
'SET_DYNAMIC_SETTINGS_SUCCESS'
);
export const setDynamicSettingsFail = createAction('SET_DYNAMIC_SETTINGS_FAIL');
-export const acknowledgeSetDynamicSettings = createAction<{}>('ACKNOWLEDGE_SET_DYNAMIC_SETTINGS');
diff --git a/x-pack/legacy/plugins/uptime/public/state/api/dynamic_settings.ts b/x-pack/legacy/plugins/uptime/public/state/api/dynamic_settings.ts
index 8ade2aa4595d..e52e40c53513 100644
--- a/x-pack/legacy/plugins/uptime/public/state/api/dynamic_settings.ts
+++ b/x-pack/legacy/plugins/uptime/public/state/api/dynamic_settings.ts
@@ -14,22 +14,15 @@ import { apiService } from './utils';
const apiPath = '/api/uptime/dynamic_settings';
-interface BaseApiRequest {
- basePath: string;
-}
-
-type SaveApiRequest = BaseApiRequest & {
+interface SaveApiRequest {
settings: DynamicSettings;
-};
+}
-export const getDynamicSettings = async ({
- basePath,
-}: BaseApiRequest): Promise => {
+export const getDynamicSettings = async (): Promise => {
return await apiService.get(apiPath, undefined, DynamicSettingsType);
};
export const setDynamicSettings = async ({
- basePath,
settings,
}: SaveApiRequest): Promise => {
return await apiService.post(apiPath, settings, DynamicSettingsSaveType);
diff --git a/x-pack/legacy/plugins/uptime/public/state/api/monitor.ts b/x-pack/legacy/plugins/uptime/public/state/api/monitor.ts
index b36eccca98da..c3d0a0180cf5 100644
--- a/x-pack/legacy/plugins/uptime/public/state/api/monitor.ts
+++ b/x-pack/legacy/plugins/uptime/public/state/api/monitor.ts
@@ -8,7 +8,7 @@ import { BaseParams } from './types';
import { MonitorDetailsType, MonitorLocationsType } from '../../../common/runtime_types';
import { QueryParams } from '../actions/types';
import { apiService } from './utils';
-import { API_URLS } from '../../../common/constants/rest_api';
+import { API_URLS } from '../../../common/constants';
interface ApiRequest {
monitorId: string;
diff --git a/x-pack/legacy/plugins/uptime/public/state/api/monitor_duration.ts b/x-pack/legacy/plugins/uptime/public/state/api/monitor_duration.ts
index daf725119fcf..91034f1784b1 100644
--- a/x-pack/legacy/plugins/uptime/public/state/api/monitor_duration.ts
+++ b/x-pack/legacy/plugins/uptime/public/state/api/monitor_duration.ts
@@ -6,7 +6,7 @@
import { BaseParams } from './types';
import { apiService } from './utils';
-import { API_URLS } from '../../../common/constants/rest_api';
+import { API_URLS } from '../../../common/constants';
export const fetchMonitorDuration = async ({ monitorId, dateStart, dateEnd }: BaseParams) => {
const queryParams = {
diff --git a/x-pack/legacy/plugins/uptime/public/state/api/overview_filters.ts b/x-pack/legacy/plugins/uptime/public/state/api/overview_filters.ts
index 9943bc27f11f..6330d8a91221 100644
--- a/x-pack/legacy/plugins/uptime/public/state/api/overview_filters.ts
+++ b/x-pack/legacy/plugins/uptime/public/state/api/overview_filters.ts
@@ -4,10 +4,10 @@
* you may not use this file except in compliance with the Elastic License.
*/
-import { GetOverviewFiltersPayload } from '../actions/overview_filters';
+import { GetOverviewFiltersPayload } from '../actions';
import { OverviewFiltersType } from '../../../common/runtime_types';
import { apiService } from './utils';
-import { API_URLS } from '../../../common/constants/rest_api';
+import { API_URLS } from '../../../common/constants';
export const fetchOverviewFilters = async ({
dateRangeStart,
diff --git a/x-pack/legacy/plugins/uptime/public/state/api/ping.ts b/x-pack/legacy/plugins/uptime/public/state/api/ping.ts
index bbd3ddf399dc..6de27879a49f 100644
--- a/x-pack/legacy/plugins/uptime/public/state/api/ping.ts
+++ b/x-pack/legacy/plugins/uptime/public/state/api/ping.ts
@@ -13,7 +13,7 @@ import {
HistogramResult,
} from '../../../common/runtime_types';
import { apiService } from './utils';
-import { API_URLS } from '../../../common/constants/rest_api';
+import { API_URLS } from '../../../common/constants';
export const fetchPings: APIFn = async ({
dateRange: { from, to },
diff --git a/x-pack/legacy/plugins/uptime/public/state/api/snapshot.ts b/x-pack/legacy/plugins/uptime/public/state/api/snapshot.ts
index e663d0241d68..9ee53dd2cbce 100644
--- a/x-pack/legacy/plugins/uptime/public/state/api/snapshot.ts
+++ b/x-pack/legacy/plugins/uptime/public/state/api/snapshot.ts
@@ -6,7 +6,7 @@
import { SnapshotType, Snapshot } from '../../../common/runtime_types';
import { apiService } from './utils';
-import { API_URLS } from '../../../common/constants/rest_api';
+import { API_URLS } from '../../../common/constants';
export interface SnapShotQueryParams {
dateRangeStart: string;
diff --git a/x-pack/legacy/plugins/uptime/public/state/effects/dynamic_settings.ts b/x-pack/legacy/plugins/uptime/public/state/effects/dynamic_settings.ts
index 9bc8bd95be68..bee92813aa1f 100644
--- a/x-pack/legacy/plugins/uptime/public/state/effects/dynamic_settings.ts
+++ b/x-pack/legacy/plugins/uptime/public/state/effects/dynamic_settings.ts
@@ -4,7 +4,7 @@
* you may not use this file except in compliance with the Elastic License.
*/
-import { takeLatest, put, call, select } from 'redux-saga/effects';
+import { takeLatest, put, call } from 'redux-saga/effects';
import { Action } from 'redux-actions';
import { i18n } from '@kbn/i18n';
import { fetchEffectFactory } from './fetch_effect';
@@ -21,7 +21,6 @@ import {
setDynamicSettings as setDynamicSettingsAPI,
} from '../api';
import { DynamicSettings } from '../../../common/runtime_types';
-import { getBasePath } from '../selectors';
import { kibanaService } from '../kibana_service';
export function* fetchDynamicSettingsEffect() {
@@ -46,8 +45,7 @@ export function* setDynamicSettingsEffect() {
});
return;
}
- const basePath = yield select(getBasePath);
- yield call(setDynamicSettingsAPI, { settings: action.payload, basePath });
+ yield call(setDynamicSettingsAPI, { settings: action.payload });
yield put(setDynamicSettingsSuccess(action.payload));
kibanaService.core.notifications.toasts.addSuccess('Settings saved!');
} catch (err) {
diff --git a/x-pack/legacy/plugins/uptime/public/state/reducers/monitor_status.ts b/x-pack/legacy/plugins/uptime/public/state/reducers/monitor_status.ts
index fa3e377b5ebf..a98e89a27a71 100644
--- a/x-pack/legacy/plugins/uptime/public/state/reducers/monitor_status.ts
+++ b/x-pack/legacy/plugins/uptime/public/state/reducers/monitor_status.ts
@@ -26,7 +26,7 @@ type MonitorStatusPayload = QueryParams & Ping;
export const monitorStatusReducer = handleActions(
{
- [String(getMonitorStatusAction)]: (state, action: Action) => ({
+ [String(getMonitorStatusAction)]: state => ({
...state,
loading: true,
}),
@@ -43,7 +43,7 @@ export const monitorStatusReducer = handleActions) => ({
+ [String(getMonitorStatusActionFail)]: state => ({
...state,
loading: false,
}),
diff --git a/x-pack/legacy/plugins/uptime/public/state/reducers/ui.ts b/x-pack/legacy/plugins/uptime/public/state/reducers/ui.ts
index 702d31425052..c533f293fc94 100644
--- a/x-pack/legacy/plugins/uptime/public/state/reducers/ui.ts
+++ b/x-pack/legacy/plugins/uptime/public/state/reducers/ui.ts
@@ -13,7 +13,7 @@ import {
triggerAppRefresh,
UiPayload,
setAlertFlyoutVisible,
-} from '../actions/ui';
+} from '../actions';
export interface UiState {
alertFlyoutVisible: boolean;
diff --git a/x-pack/legacy/plugins/uptime/public/state/selectors/index.ts b/x-pack/legacy/plugins/uptime/public/state/selectors/index.ts
index dc5df3f93804..7260c61f4414 100644
--- a/x-pack/legacy/plugins/uptime/public/state/selectors/index.ts
+++ b/x-pack/legacy/plugins/uptime/public/state/selectors/index.ts
@@ -46,6 +46,16 @@ export const selectPingList = ({ pingList, ui: { lastRefresh } }: AppState) => (
lastRefresh,
});
+export const snapshotDataSelector = ({
+ snapshot: { count, loading },
+ ui: { lastRefresh, esKuery },
+}: AppState) => ({
+ count,
+ lastRefresh,
+ loading,
+ esKuery,
+});
+
const mlCapabilitiesSelector = (state: AppState) => state.ml.mlCapabilities.data;
export const hasMLFeatureAvailable = createSelector(
diff --git a/x-pack/legacy/plugins/uptime/public/uptime_app.tsx b/x-pack/legacy/plugins/uptime/public/uptime_app.tsx
index 556e5b9bf299..92775a266386 100644
--- a/x-pack/legacy/plugins/uptime/public/uptime_app.tsx
+++ b/x-pack/legacy/plugins/uptime/public/uptime_app.tsx
@@ -18,12 +18,14 @@ import {
UptimeSettingsContextProvider,
UptimeThemeContextProvider,
} from './contexts';
-import { CommonlyUsedRange } from './components/functional/uptime_date_picker';
+import { CommonlyUsedRange } from './components/common/uptime_date_picker';
import { store } from './state';
import { setBasePath } from './state/actions';
import { PageRouter } from './routes';
-import { UptimeAlertsFlyoutWrapper } from './components/connected';
-import { UptimeAlertsContextProvider } from './components/functional/alerts';
+import {
+ UptimeAlertsContextProvider,
+ UptimeAlertsFlyoutWrapper,
+} from './components/overview/alerts';
import { kibanaService } from './state/kibana_service';
export interface UptimeAppColors {
diff --git a/x-pack/package.json b/x-pack/package.json
index a4fdb17f52fe..3c6146b491f6 100644
--- a/x-pack/package.json
+++ b/x-pack/package.json
@@ -85,7 +85,7 @@
"@types/node-fetch": "^2.5.0",
"@types/nodemailer": "^6.2.1",
"@types/object-hash": "^1.3.0",
- "@types/papaparse": "^4.5.11",
+ "@types/papaparse": "^5.0.3",
"@types/pngjs": "^3.3.2",
"@types/prop-types": "^15.5.3",
"@types/proper-lockfile": "^3.0.1",
@@ -290,7 +290,7 @@
"oboe": "^2.1.4",
"oppsy": "^2.0.0",
"p-retry": "^4.2.0",
- "papaparse": "^4.6.3",
+ "papaparse": "^5.2.0",
"pdfmake": "^0.1.63",
"pluralize": "3.1.0",
"pngjs": "3.4.0",
diff --git a/x-pack/plugins/monitoring/server/telemetry_collection/get_all_stats.test.ts b/x-pack/plugins/monitoring/server/telemetry_collection/get_all_stats.test.ts
index 1a9f2a4da32c..f0ad6399c6c7 100644
--- a/x-pack/plugins/monitoring/server/telemetry_collection/get_all_stats.test.ts
+++ b/x-pack/plugins/monitoring/server/telemetry_collection/get_all_stats.test.ts
@@ -182,7 +182,6 @@ describe('get_all_stats', () => {
},
{
logger: coreMock.createPluginInitializerContext().logger.get('test'),
- isDev: true,
version: 'version',
maxBucketSize: 1,
}
@@ -208,7 +207,6 @@ describe('get_all_stats', () => {
},
{
logger: coreMock.createPluginInitializerContext().logger.get('test'),
- isDev: true,
version: 'version',
maxBucketSize: 1,
}
diff --git a/x-pack/plugins/rollup/public/search/rollup_search_strategy.ts b/x-pack/plugins/rollup/public/search/rollup_search_strategy.ts
deleted file mode 100644
index d1c3b9cba5f9..000000000000
--- a/x-pack/plugins/rollup/public/search/rollup_search_strategy.ts
+++ /dev/null
@@ -1,104 +0,0 @@
-/*
- * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
- * or more contributor license agreements. Licensed under the Elastic License;
- * you may not use this file except in compliance with the Elastic License.
- */
-
-import { HttpSetup } from 'kibana/public';
-import {
- SearchError,
- getSearchErrorType,
- IIndexPattern,
- SearchStrategyProvider,
- SearchResponse,
- SearchRequest,
-} from '../../../../../src/plugins/data/public';
-
-function serializeFetchParams(searchRequests: SearchRequest[]) {
- return JSON.stringify(
- searchRequests.map(searchRequestWithFetchParams => {
- const indexPattern =
- searchRequestWithFetchParams.index.title || searchRequestWithFetchParams.index;
- const {
- body: { size, aggs, query: _query },
- } = searchRequestWithFetchParams;
-
- const query = {
- size,
- aggregations: aggs,
- query: _query,
- };
-
- return { index: indexPattern, query };
- })
- );
-}
-
-// Rollup search always returns 0 hits, but visualizations expect search responses
-// to return hits > 0, otherwise they do not render. We fake the number of hits here
-// by counting the number of aggregation buckets/values returned by rollup search.
-function shimHitsInFetchResponse(response: SearchResponse[]) {
- return response.map(result => {
- const buckets = result.aggregations
- ? Object.keys(result.aggregations).reduce((allBuckets, agg) => {
- return allBuckets.concat(
- result.aggregations[agg].buckets || [result.aggregations[agg].value] || []
- );
- }, [])
- : [];
- return buckets && buckets.length
- ? {
- ...result,
- hits: {
- ...result.hits,
- total: buckets.length,
- },
- }
- : result;
- });
-}
-
-export const getRollupSearchStrategy = (fetch: HttpSetup['fetch']): SearchStrategyProvider => ({
- id: 'rollup',
-
- search: ({ searchRequests }) => {
- // Serialize the fetch params into a format suitable for the body of an ES query.
- const serializedFetchParams = serializeFetchParams(searchRequests);
-
- const controller = new AbortController();
- const promise = fetch('../api/rollup/search', {
- signal: controller.signal,
- method: 'POST',
- body: serializedFetchParams,
- });
-
- return {
- searching: promise.then(shimHitsInFetchResponse).catch(error => {
- const {
- body: { statusCode, error: title, message },
- res: { url },
- } = error;
-
- // Format fetch error as a SearchError.
- const searchError = new SearchError({
- status: statusCode,
- title,
- message: `Rollup search error: ${message}`,
- path: url,
- type: getSearchErrorType({ message }) || '',
- });
-
- return Promise.reject(searchError);
- }),
- abort: () => controller.abort(),
- };
- },
-
- isViable: (indexPattern: IIndexPattern) => {
- if (!indexPattern) {
- return false;
- }
-
- return indexPattern.type === 'rollup';
- },
-});
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/routes/__mocks__/request_responses.ts b/x-pack/plugins/siem/server/lib/detection_engine/routes/__mocks__/request_responses.ts
index 469f91c8211c..8c97d4436a56 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/routes/__mocks__/request_responses.ts
+++ b/x-pack/plugins/siem/server/lib/detection_engine/routes/__mocks__/request_responses.ts
@@ -448,7 +448,7 @@ export const getResult = (): RuleAlertType => ({
references: ['http://www.example.com', 'https://ww.example.com'],
note: '# Investigative notes',
version: 1,
- lists: [
+ exceptions_list: [
{
field: 'source.ip',
values_operator: 'included',
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/routes/__mocks__/utils.ts b/x-pack/plugins/siem/server/lib/detection_engine/routes/__mocks__/utils.ts
index c929b0718207..6f628170271f 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/routes/__mocks__/utils.ts
+++ b/x-pack/plugins/siem/server/lib/detection_engine/routes/__mocks__/utils.ts
@@ -138,7 +138,7 @@ export const getOutputRuleAlertForRest = (): Omit<
],
},
],
- lists: [
+ exceptions_list: [
{
field: 'source.ip',
values_operator: 'included',
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/routes/rules/create_rules_bulk_route.ts b/x-pack/plugins/siem/server/lib/detection_engine/routes/rules/create_rules_bulk_route.ts
index a40952c078a3..2d7ddb79e5af 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/routes/rules/create_rules_bulk_route.ts
+++ b/x-pack/plugins/siem/server/lib/detection_engine/routes/rules/create_rules_bulk_route.ts
@@ -86,7 +86,7 @@ export const createRulesBulkRoute = (router: IRouter) => {
timeline_id: timelineId,
timeline_title: timelineTitle,
version,
- lists,
+ exceptions_list,
} = payloadRule;
const ruleIdOrUuid = ruleId ?? uuid.v4();
try {
@@ -143,7 +143,7 @@ export const createRulesBulkRoute = (router: IRouter) => {
references,
note,
version,
- lists,
+ exceptions_list,
actions: throttle === 'rule' ? actions : [], // Only enable actions if throttle is set to rule, otherwise we are a notification and should not enable it,
});
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/routes/rules/create_rules_route.ts b/x-pack/plugins/siem/server/lib/detection_engine/routes/rules/create_rules_route.ts
index 19c5d479deb7..1f0896686aca 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/routes/rules/create_rules_route.ts
+++ b/x-pack/plugins/siem/server/lib/detection_engine/routes/rules/create_rules_route.ts
@@ -66,7 +66,7 @@ export const createRulesRoute = (router: IRouter): void => {
type,
references,
note,
- lists,
+ exceptions_list,
} = request.body;
const siemResponse = buildSiemResponse(response);
@@ -131,7 +131,7 @@ export const createRulesRoute = (router: IRouter): void => {
references,
note,
version: 1,
- lists,
+ exceptions_list,
actions: throttle === 'rule' ? actions : [], // Only enable actions if throttle is rule, otherwise we are a notification and should not enable it,
});
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/routes/rules/import_rules_route.ts b/x-pack/plugins/siem/server/lib/detection_engine/routes/rules/import_rules_route.ts
index 58da27916c19..527fab786910 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/routes/rules/import_rules_route.ts
+++ b/x-pack/plugins/siem/server/lib/detection_engine/routes/rules/import_rules_route.ts
@@ -138,7 +138,7 @@ export const importRulesRoute = (router: IRouter, config: ConfigType) => {
timeline_id: timelineId,
timeline_title: timelineTitle,
version,
- lists,
+ exceptions_list,
} = parsedRule;
try {
@@ -195,7 +195,7 @@ export const importRulesRoute = (router: IRouter, config: ConfigType) => {
references,
note,
version,
- lists,
+ exceptions_list,
actions: [], // Actions are not imported nor exported at this time
});
resolve({ rule_id: ruleId, status_code: 200 });
@@ -232,7 +232,7 @@ export const importRulesRoute = (router: IRouter, config: ConfigType) => {
references,
note,
version,
- lists,
+ exceptions_list,
anomalyThreshold,
machineLearningJobId,
});
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/routes/rules/update_rules_bulk_route.ts b/x-pack/plugins/siem/server/lib/detection_engine/routes/rules/update_rules_bulk_route.ts
index 8f319063b2a9..6db91d74294f 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/routes/rules/update_rules_bulk_route.ts
+++ b/x-pack/plugins/siem/server/lib/detection_engine/routes/rules/update_rules_bulk_route.ts
@@ -81,7 +81,7 @@ export const updateRulesBulkRoute = (router: IRouter) => {
references,
note,
version,
- lists,
+ exceptions_list,
} = payloadRule;
const finalIndex = outputIndex ?? siemClient.signalsIndex;
const idOrRuleIdOrUnknown = id ?? ruleId ?? '(unknown id)';
@@ -121,7 +121,7 @@ export const updateRulesBulkRoute = (router: IRouter) => {
references,
note,
version,
- lists,
+ exceptions_list,
actions,
});
if (rule != null) {
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/routes/rules/update_rules_route.ts b/x-pack/plugins/siem/server/lib/detection_engine/routes/rules/update_rules_route.ts
index 7d69af4bcbd9..7dbbe5a22ab4 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/routes/rules/update_rules_route.ts
+++ b/x-pack/plugins/siem/server/lib/detection_engine/routes/rules/update_rules_route.ts
@@ -67,7 +67,7 @@ export const updateRulesRoute = (router: IRouter) => {
references,
note,
version,
- lists,
+ exceptions_list,
} = request.body;
const siemResponse = buildSiemResponse(response);
@@ -117,7 +117,7 @@ export const updateRulesRoute = (router: IRouter) => {
references,
note,
version,
- lists,
+ exceptions_list,
actions: throttle === 'rule' ? actions : [], // Only enable actions if throttle is rule, otherwise we are a notification and should not enable it
});
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/routes/rules/utils.ts b/x-pack/plugins/siem/server/lib/detection_engine/routes/rules/utils.ts
index 49d40354e68a..67b0c4462655 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/routes/rules/utils.ts
+++ b/x-pack/plugins/siem/server/lib/detection_engine/routes/rules/utils.ts
@@ -148,7 +148,7 @@ export const transformAlertToRule = (
last_failure_message: ruleStatus?.attributes.lastFailureMessage,
last_success_message: ruleStatus?.attributes.lastSuccessMessage,
// TODO: (LIST-FEATURE) Remove hasListsFeature() check once we have lists available for a release
- lists: hasListsFeature() ? alert.params.lists : null,
+ exceptions_list: hasListsFeature() ? alert.params.exceptions_list : null,
});
};
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/routes/rules/validate.test.ts b/x-pack/plugins/siem/server/lib/detection_engine/routes/rules/validate.test.ts
index 3de801a5b6b1..9069202d4d3a 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/routes/rules/validate.test.ts
+++ b/x-pack/plugins/siem/server/lib/detection_engine/routes/rules/validate.test.ts
@@ -71,7 +71,7 @@ export const ruleOutput: RulesSchema = {
},
},
],
- lists: [
+ exceptions_list: [
{
field: 'source.ip',
values_operator: 'included',
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/add_prepackaged_rules_schema.test.ts b/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/add_prepackaged_rules_schema.test.ts
index 346da53736ad..226dea7c2034 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/add_prepackaged_rules_schema.test.ts
+++ b/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/add_prepackaged_rules_schema.test.ts
@@ -1542,8 +1542,8 @@ describe('add prepackaged rules schema', () => {
// on demand. Since they are per module, we have a an issue where the ENV variables do not take effect. It is better we change all the
// schema's to be function calls to avoid global side effects or just wait until the feature is available. If you want to test this early,
// you can remove the .skip and set your env variable of export ELASTIC_XPACK_SIEM_LISTS_FEATURE=true locally
- describe.skip('lists', () => {
- test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and lists] does validate', () => {
+ describe.skip('exceptions_list', () => {
+ test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and exceptions_list] does validate', () => {
expect(
addPrepackagedRulesSchema.validate>({
rule_id: 'rule-1',
@@ -1558,7 +1558,7 @@ describe('add prepackaged rules schema', () => {
risk_score: 50,
note: '# some markdown',
version: 1,
- lists: [
+ exceptions_list: [
{
field: 'source.ip',
values_operator: 'included',
@@ -1594,7 +1594,7 @@ describe('add prepackaged rules schema', () => {
).toBeFalsy();
});
- test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and empty lists] does validate', () => {
+ test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and empty exceptions_list] does validate', () => {
expect(
addPrepackagedRulesSchema.validate>({
rule_id: 'rule-1',
@@ -1608,15 +1608,15 @@ describe('add prepackaged rules schema', () => {
type: 'query',
risk_score: 50,
note: '# some markdown',
- lists: [],
+ exceptions_list: [],
version: 1,
}).error
).toBeFalsy();
});
- test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and invalid lists] does NOT validate', () => {
+ test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and invalid exceptions_list] does NOT validate', () => {
expect(
- addPrepackagedRulesSchema.validate>>({
+ addPrepackagedRulesSchema.validate>>({
rule_id: 'rule-1',
description: 'some description',
from: 'now-5m',
@@ -1628,17 +1628,17 @@ describe('add prepackaged rules schema', () => {
type: 'query',
risk_score: 50,
note: '# some markdown',
- lists: [{ invalid_value: 'invalid value' }],
+ exceptions_list: [{ invalid_value: 'invalid value' }],
version: 1,
}).error.message
).toEqual(
- 'child "lists" fails because ["lists" at position 0 fails because [child "field" fails because ["field" is required]]]'
+ 'child "exceptions_list" fails because ["exceptions_list" at position 0 fails because [child "field" fails because ["field" is required]]]'
);
});
- test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and non-existent lists] does validate with empty lists', () => {
+ test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and non-existent exceptions_list] does validate with empty exceptions_list', () => {
expect(
- addPrepackagedRulesSchema.validate>>({
+ addPrepackagedRulesSchema.validate>>({
rule_id: 'rule-1',
description: 'some description',
from: 'now-5m',
@@ -1651,7 +1651,7 @@ describe('add prepackaged rules schema', () => {
risk_score: 50,
note: '# some markdown',
version: 1,
- }).value.lists
+ }).value.exceptions_list
).toEqual([]);
});
});
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/add_prepackaged_rules_schema.ts b/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/add_prepackaged_rules_schema.ts
index 006fc81e3ee8..0e82a9b979c7 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/add_prepackaged_rules_schema.ts
+++ b/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/add_prepackaged_rules_schema.ts
@@ -114,5 +114,5 @@ export const addPrepackagedRulesSchema = Joi.object({
version: version.required(),
// TODO: (LIST-FEATURE) Remove the hasListsFeatures once this is ready for release
- lists: hasListsFeature() ? lists.default([]) : lists.forbidden().default([]),
+ exceptions_list: hasListsFeature() ? lists.default([]) : lists.forbidden().default([]),
});
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/create_rules_schema.test.ts b/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/create_rules_schema.test.ts
index 0d7b562b97b2..1e2941015b73 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/create_rules_schema.test.ts
+++ b/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/create_rules_schema.test.ts
@@ -1510,8 +1510,8 @@ describe('create rules schema', () => {
// on demand. Since they are per module, we have a an issue where the ENV variables do not take effect. It is better we change all the
// schema's to be function calls to avoid global side effects or just wait until the feature is available. If you want to test this early,
// you can remove the .skip and set your env variable of export ELASTIC_XPACK_SIEM_LISTS_FEATURE=true locally
- describe.skip('lists', () => {
- test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and lists] does validate', () => {
+ describe.skip('exceptions_list', () => {
+ test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and exceptions_list] does validate', () => {
expect(
createRulesSchema.validate>({
rule_id: 'rule-1',
@@ -1525,7 +1525,7 @@ describe('create rules schema', () => {
type: 'query',
risk_score: 50,
note: '# some markdown',
- lists: [
+ exceptions_list: [
{
field: 'source.ip',
values_operator: 'included',
@@ -1561,7 +1561,7 @@ describe('create rules schema', () => {
).toBeFalsy();
});
- test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and empty lists] does validate', () => {
+ test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and empty exceptions_list] does validate', () => {
expect(
createRulesSchema.validate>({
rule_id: 'rule-1',
@@ -1575,14 +1575,14 @@ describe('create rules schema', () => {
type: 'query',
risk_score: 50,
note: '# some markdown',
- lists: [],
+ exceptions_list: [],
}).error
).toBeFalsy();
});
- test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and invalid lists] does NOT validate', () => {
+ test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and invalid exceptions_list] does NOT validate', () => {
expect(
- createRulesSchema.validate>>({
+ createRulesSchema.validate>>({
rule_id: 'rule-1',
description: 'some description',
from: 'now-5m',
@@ -1594,16 +1594,16 @@ describe('create rules schema', () => {
type: 'query',
risk_score: 50,
note: '# some markdown',
- lists: [{ invalid_value: 'invalid value' }],
+ exceptions_list: [{ invalid_value: 'invalid value' }],
}).error.message
).toEqual(
- 'child "lists" fails because ["lists" at position 0 fails because [child "field" fails because ["field" is required]]]'
+ 'child "exceptions_list" fails because ["exceptions_list" at position 0 fails because [child "field" fails because ["field" is required]]]'
);
});
- test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and non-existent lists] does validate with empty lists', () => {
+ test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and non-existent exceptions_list] does validate with empty exceptions_list', () => {
expect(
- createRulesSchema.validate>>({
+ createRulesSchema.validate>>({
rule_id: 'rule-1',
description: 'some description',
from: 'now-5m',
@@ -1615,7 +1615,7 @@ describe('create rules schema', () => {
type: 'query',
risk_score: 50,
note: '# some markdown',
- }).value.lists
+ }).value.exceptions_list
).toEqual([]);
});
});
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/create_rules_schema.ts b/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/create_rules_schema.ts
index 5213f3faaf48..dec8b5ccbc79 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/create_rules_schema.ts
+++ b/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/create_rules_schema.ts
@@ -98,5 +98,5 @@ export const createRulesSchema = Joi.object({
version: version.default(1),
// TODO: (LIST-FEATURE) Remove the hasListsFeatures once this is ready for release
- lists: hasListsFeature() ? lists.default([]) : lists.forbidden().default([]),
+ exceptions_list: hasListsFeature() ? lists.default([]) : lists.forbidden().default([]),
});
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/import_rules_schema.test.ts b/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/import_rules_schema.test.ts
index b8d601b74389..d28530ffb789 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/import_rules_schema.test.ts
+++ b/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/import_rules_schema.test.ts
@@ -1729,8 +1729,8 @@ describe('import rules schema', () => {
// on demand. Since they are per module, we have a an issue where the ENV variables do not take effect. It is better we change all the
// schema's to be function calls to avoid global side effects or just wait until the feature is available. If you want to test this early,
// you can remove the .skip and set your env variable of export ELASTIC_XPACK_SIEM_LISTS_FEATURE=true locally
- describe.skip('lists', () => {
- test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and lists] does validate', () => {
+ describe.skip('exceptions_list', () => {
+ test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and exceptions_list] does validate', () => {
expect(
importRulesSchema.validate>({
rule_id: 'rule-1',
@@ -1744,7 +1744,7 @@ describe('import rules schema', () => {
type: 'query',
risk_score: 50,
note: '# some markdown',
- lists: [
+ exceptions_list: [
{
field: 'source.ip',
values_operator: 'included',
@@ -1780,7 +1780,7 @@ describe('import rules schema', () => {
).toBeFalsy();
});
- test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and empty lists] does validate', () => {
+ test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and empty exceptions_list] does validate', () => {
expect(
importRulesSchema.validate>({
rule_id: 'rule-1',
@@ -1794,14 +1794,14 @@ describe('import rules schema', () => {
type: 'query',
risk_score: 50,
note: '# some markdown',
- lists: [],
+ exceptions_list: [],
}).error
).toBeFalsy();
});
- test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and invalid lists] does NOT validate and lists is empty', () => {
+ test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and invalid exceptions_list] does NOT validate and exceptions_list is empty', () => {
expect(
- importRulesSchema.validate>>({
+ importRulesSchema.validate>>({
rule_id: 'rule-1',
description: 'some description',
from: 'now-5m',
@@ -1813,16 +1813,16 @@ describe('import rules schema', () => {
type: 'query',
risk_score: 50,
note: '# some markdown',
- lists: [{ invalid_value: 'invalid value' }],
+ exceptions_list: [{ invalid_value: 'invalid value' }],
}).error.message
).toEqual(
- 'child "lists" fails because ["lists" at position 0 fails because [child "field" fails because ["field" is required]]]'
+ 'child "exceptions_list" fails because ["exceptions_list" at position 0 fails because [child "field" fails because ["field" is required]]]'
);
});
- test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and non-existent lists] does validate', () => {
+ test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and non-existent exceptions_list] does validate', () => {
expect(
- importRulesSchema.validate>>({
+ importRulesSchema.validate>>({
rule_id: 'rule-1',
description: 'some description',
from: 'now-5m',
@@ -1834,7 +1834,7 @@ describe('import rules schema', () => {
type: 'query',
risk_score: 50,
note: '# some markdown',
- }).value.lists
+ }).value.exceptions_list
).toEqual([]);
});
});
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/import_rules_schema.ts b/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/import_rules_schema.ts
index 56aa45659fda..d3c728ebac1a 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/import_rules_schema.ts
+++ b/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/import_rules_schema.ts
@@ -119,7 +119,7 @@ export const importRulesSchema = Joi.object({
updated_by,
// TODO: (LIST-FEATURE) Remove the hasListsFeatures once this is ready for release
- lists: hasListsFeature() ? lists.default([]) : lists.forbidden().default([]),
+ exceptions_list: hasListsFeature() ? lists.default([]) : lists.forbidden().default([]),
});
export const importRulesQuerySchema = Joi.object({
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/patch_rules_schema.test.ts b/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/patch_rules_schema.test.ts
index 02655e3972d8..755c0b2ccaa3 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/patch_rules_schema.test.ts
+++ b/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/patch_rules_schema.test.ts
@@ -1213,8 +1213,8 @@ describe('patch rules schema', () => {
// on demand. Since they are per module, we have a an issue where the ENV variables do not take effect. It is better we change all the
// schema's to be function calls to avoid global side effects or just wait until the feature is available. If you want to test this early,
// you can remove the .skip and set your env variable of export ELASTIC_XPACK_SIEM_LISTS_FEATURE=true locally
- describe.skip('lists', () => {
- test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and lists] does validate', () => {
+ describe.skip('exceptions_list', () => {
+ test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and exceptions_list] does validate', () => {
expect(
patchRulesSchema.validate>({
rule_id: 'rule-1',
@@ -1228,7 +1228,7 @@ describe('patch rules schema', () => {
type: 'query',
risk_score: 50,
note: '# some markdown',
- lists: [
+ exceptions_list: [
{
field: 'source.ip',
values_operator: 'included',
@@ -1264,11 +1264,11 @@ describe('patch rules schema', () => {
).toBeFalsy();
});
- test('lists can be patched', () => {
+ test('exceptions_list can be patched', () => {
expect(
patchRulesSchema.validate>({
rule_id: 'some id',
- lists: [
+ exceptions_list: [
{
field: 'source.ip',
values_operator: 'included',
@@ -1301,7 +1301,7 @@ describe('patch rules schema', () => {
).toBeFalsy();
});
- test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and empty lists] does validate', () => {
+ test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and empty exceptions_list] does validate', () => {
expect(
patchRulesSchema.validate>({
rule_id: 'rule-1',
@@ -1315,14 +1315,14 @@ describe('patch rules schema', () => {
type: 'query',
risk_score: 50,
note: '# some markdown',
- lists: [],
+ exceptions_list: [],
}).error
).toBeFalsy();
});
- test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and invalid lists] does NOT validate', () => {
+ test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and invalid exceptions_list] does NOT validate', () => {
expect(
- patchRulesSchema.validate>>({
+ patchRulesSchema.validate>>({
rule_id: 'rule-1',
description: 'some description',
from: 'now-5m',
@@ -1334,16 +1334,16 @@ describe('patch rules schema', () => {
type: 'query',
risk_score: 50,
note: '# some markdown',
- lists: [{ invalid_value: 'invalid value' }],
+ exceptions_list: [{ invalid_value: 'invalid value' }],
}).error.message
).toEqual(
- 'child "lists" fails because ["lists" at position 0 fails because [child "field" fails because ["field" is required]]]'
+ 'child "exceptions_list" fails because ["exceptions_list" at position 0 fails because [child "field" fails because ["field" is required]]]'
);
});
- test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and non-existent lists] does validate with empty lists', () => {
+ test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and non-existent exceptions_list] does validate with empty exceptions_list', () => {
expect(
- patchRulesSchema.validate>>({
+ patchRulesSchema.validate>>({
rule_id: 'rule-1',
description: 'some description',
from: 'now-5m',
@@ -1355,7 +1355,7 @@ describe('patch rules schema', () => {
type: 'query',
risk_score: 50,
note: '# some markdown',
- }).value.lists
+ }).value.exceptions_list
).toEqual([]);
});
});
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/patch_rules_schema.ts b/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/patch_rules_schema.ts
index 52aefa29884c..503bc64df237 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/patch_rules_schema.ts
+++ b/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/patch_rules_schema.ts
@@ -78,5 +78,5 @@ export const patchRulesSchema = Joi.object({
version,
// TODO: (LIST-FEATURE) Remove the hasListsFeatures once this is ready for release
- lists: hasListsFeature() ? lists.default([]) : lists.forbidden().default([]),
+ exceptions_list: hasListsFeature() ? lists.default([]) : lists.forbidden().default([]),
}).xor('id', 'rule_id');
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/response/__mocks__/utils.ts b/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/response/__mocks__/utils.ts
index d5ea950d163f..21f18f9db55f 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/response/__mocks__/utils.ts
+++ b/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/response/__mocks__/utils.ts
@@ -63,7 +63,7 @@ export const getBaseResponsePayload = (anchorDate: string = ANCHOR_DATE): RulesS
language: 'kuery',
rule_id: 'query-rule-id',
interval: '5m',
- lists: [
+ exceptions_list: [
{
field: 'source.ip',
values_operator: 'included',
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/response/rules_schema.test.ts b/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/response/rules_schema.test.ts
index fb9ff2c28dc4..4bfc51c1a66a 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/response/rules_schema.test.ts
+++ b/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/response/rules_schema.test.ts
@@ -207,7 +207,7 @@ describe('rules_schema', () => {
});
// TODO: (LIST-FEATURE) Remove this test once the feature flag is deployed
- test('it should remove lists when we need it to be removed because the feature is off but there exists a list in the data', () => {
+ test('it should remove exceptions_list when we need it to be removed because the feature is off but there exists a list in the data', () => {
const payload = getBaseResponsePayload();
const decoded = rulesSchema.decode(payload);
const listRemoved = removeList(decoded);
@@ -246,9 +246,9 @@ describe('rules_schema', () => {
});
});
- test('it should work with lists that are not there and not cause invalidation or errors', () => {
+ test('it should work with exceptions_list that are not there and not cause invalidation or errors', () => {
const payload = getBaseResponsePayload();
- const { lists, ...payloadWithoutLists } = payload;
+ const { exceptions_list, ...payloadWithoutLists } = payload;
const decoded = rulesSchema.decode(payloadWithoutLists);
const listRemoved = removeList(decoded);
const message = pipe(listRemoved, foldLeftRight);
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/response/rules_schema.ts b/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/response/rules_schema.ts
index 1574e8f5aa6e..fb1ee8e670e3 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/response/rules_schema.ts
+++ b/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/response/rules_schema.ts
@@ -87,7 +87,7 @@ export const requiredRulesSchema = t.type({
updated_at,
created_by,
version,
- lists: ListsDefaultArray,
+ exceptions_list: ListsDefaultArray,
});
export type RequiredRulesSchema = t.TypeOf;
@@ -172,7 +172,7 @@ export const removeList = (
): Either => {
const onLeft = (errors: t.Errors): Either => left(errors);
const onRight = (decodedValue: RequiredRulesSchema): Either => {
- delete decodedValue.lists;
+ delete decodedValue.exceptions_list;
return right(decodedValue);
};
const folded = fold(onLeft, onRight);
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/update_rules_schema.test.ts b/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/update_rules_schema.test.ts
index 78fa7d6cc71a..b89df0fc0f3a 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/update_rules_schema.test.ts
+++ b/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/update_rules_schema.test.ts
@@ -1536,8 +1536,8 @@ describe('create rules schema', () => {
// on demand. Since they are per module, we have a an issue where the ENV variables do not take effect. It is better we change all the
// schema's to be function calls to avoid global side effects or just wait until the feature is available. If you want to test this early,
// you can remove the .skip and set your env variable of export ELASTIC_XPACK_SIEM_LISTS_FEATURE=true locally
- describe.skip('lists', () => {
- test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and lists] does validate', () => {
+ describe.skip('exceptions_list', () => {
+ test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and exceptions_list] does validate', () => {
expect(
updateRulesSchema.validate>({
rule_id: 'rule-1',
@@ -1551,7 +1551,7 @@ describe('create rules schema', () => {
type: 'query',
risk_score: 50,
note: '# some markdown',
- lists: [
+ exceptions_list: [
{
field: 'source.ip',
values_operator: 'included',
@@ -1584,7 +1584,7 @@ describe('create rules schema', () => {
).toBeFalsy();
});
- test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and empty lists] does validate', () => {
+ test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and empty exceptions_list] does validate', () => {
expect(
updateRulesSchema.validate>({
rule_id: 'rule-1',
@@ -1598,14 +1598,14 @@ describe('create rules schema', () => {
type: 'query',
risk_score: 50,
note: '# some markdown',
- lists: [],
+ exceptions_list: [],
}).error
).toBeFalsy();
});
- test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and invalid lists] does NOT validate', () => {
+ test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and invalid exceptions_list] does NOT validate', () => {
expect(
- updateRulesSchema.validate>>({
+ updateRulesSchema.validate>>({
rule_id: 'rule-1',
description: 'some description',
from: 'now-5m',
@@ -1617,16 +1617,16 @@ describe('create rules schema', () => {
type: 'query',
risk_score: 50,
note: '# some markdown',
- lists: [{ invalid_value: 'invalid value' }],
+ exceptions_list: [{ invalid_value: 'invalid value' }],
}).error.message
).toEqual(
- 'child "lists" fails because ["lists" at position 0 fails because [child "field" fails because ["field" is required]]]'
+ 'child "exceptions_list" fails because ["exceptions_list" at position 0 fails because [child "field" fails because ["field" is required]]]'
);
});
- test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and non-existent lists] does validate with empty lists', () => {
+ test('[rule_id, description, from, to, index, name, severity, interval, type, filter, risk_score, note, and non-existent exceptions_list] does validate with empty exceptions_list', () => {
expect(
- updateRulesSchema.validate>>({
+ updateRulesSchema.validate>>({
rule_id: 'rule-1',
description: 'some description',
from: 'now-5m',
@@ -1638,7 +1638,7 @@ describe('create rules schema', () => {
type: 'query',
risk_score: 50,
note: '# some markdown',
- }).value.lists
+ }).value.exceptions_list
).toEqual([]);
});
});
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/update_rules_schema.ts b/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/update_rules_schema.ts
index f842c14f41ae..b1b37801b644 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/update_rules_schema.ts
+++ b/x-pack/plugins/siem/server/lib/detection_engine/routes/schemas/update_rules_schema.ts
@@ -107,5 +107,5 @@ export const updateRulesSchema = Joi.object({
version,
// TODO: (LIST-FEATURE) Remove the hasListsFeatures once this is ready for release
- lists: hasListsFeature() ? lists.default([]) : lists.forbidden().default([]),
+ exceptions_list: hasListsFeature() ? lists.default([]) : lists.forbidden().default([]),
}).xor('id', 'rule_id');
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/rules/create_rules.ts b/x-pack/plugins/siem/server/lib/detection_engine/rules/create_rules.ts
index 76cfffdfe9f4..a007fe35b407 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/rules/create_rules.ts
+++ b/x-pack/plugins/siem/server/lib/detection_engine/rules/create_rules.ts
@@ -42,11 +42,11 @@ export const createRules = async ({
references,
note,
version,
- lists,
+ exceptions_list,
actions,
}: CreateRuleParams): Promise => {
- // TODO: Remove this and use regular lists once the feature is stable for a release
- const listsParam = hasListsFeature() ? { lists } : {};
+ // TODO: Remove this and use regular exceptions_list once the feature is stable for a release
+ const exceptionsListParam = hasListsFeature() ? { exceptions_list } : {};
return alertsClient.create({
data: {
name,
@@ -79,7 +79,7 @@ export const createRules = async ({
references,
note,
version,
- ...listsParam,
+ ...exceptionsListParam,
},
schedule: { interval },
enabled,
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/rules/create_rules_stream_from_ndjson.test.ts b/x-pack/plugins/siem/server/lib/detection_engine/rules/create_rules_stream_from_ndjson.test.ts
index 695057ccc2f7..8044692ab90b 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/rules/create_rules_stream_from_ndjson.test.ts
+++ b/x-pack/plugins/siem/server/lib/detection_engine/rules/create_rules_stream_from_ndjson.test.ts
@@ -66,7 +66,7 @@ describe('create_rules_stream_from_ndjson', () => {
immutable: false,
query: '',
language: 'kuery',
- lists: [],
+ exceptions_list: [],
max_signals: 100,
tags: [],
threat: [],
@@ -92,7 +92,7 @@ describe('create_rules_stream_from_ndjson', () => {
immutable: false,
query: '',
language: 'kuery',
- lists: [],
+ exceptions_list: [],
max_signals: 100,
tags: [],
threat: [],
@@ -158,7 +158,7 @@ describe('create_rules_stream_from_ndjson', () => {
language: 'kuery',
max_signals: 100,
tags: [],
- lists: [],
+ exceptions_list: [],
threat: [],
throttle: null,
references: [],
@@ -183,7 +183,7 @@ describe('create_rules_stream_from_ndjson', () => {
query: '',
language: 'kuery',
max_signals: 100,
- lists: [],
+ exceptions_list: [],
tags: [],
threat: [],
throttle: null,
@@ -230,7 +230,7 @@ describe('create_rules_stream_from_ndjson', () => {
query: '',
language: 'kuery',
max_signals: 100,
- lists: [],
+ exceptions_list: [],
tags: [],
threat: [],
throttle: null,
@@ -256,7 +256,7 @@ describe('create_rules_stream_from_ndjson', () => {
query: '',
language: 'kuery',
max_signals: 100,
- lists: [],
+ exceptions_list: [],
tags: [],
threat: [],
throttle: null,
@@ -303,7 +303,7 @@ describe('create_rules_stream_from_ndjson', () => {
query: '',
language: 'kuery',
max_signals: 100,
- lists: [],
+ exceptions_list: [],
tags: [],
threat: [],
throttle: null,
@@ -330,7 +330,7 @@ describe('create_rules_stream_from_ndjson', () => {
query: '',
language: 'kuery',
max_signals: 100,
- lists: [],
+ exceptions_list: [],
tags: [],
threat: [],
throttle: null,
@@ -376,7 +376,7 @@ describe('create_rules_stream_from_ndjson', () => {
query: '',
language: 'kuery',
max_signals: 100,
- lists: [],
+ exceptions_list: [],
tags: [],
threat: [],
throttle: null,
@@ -405,7 +405,7 @@ describe('create_rules_stream_from_ndjson', () => {
query: '',
language: 'kuery',
max_signals: 100,
- lists: [],
+ exceptions_list: [],
tags: [],
threat: [],
throttle: null,
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/rules/get_export_all.test.ts b/x-pack/plugins/siem/server/lib/detection_engine/rules/get_export_all.test.ts
index df902854962b..6df250f1cf51 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/rules/get_export_all.test.ts
+++ b/x-pack/plugins/siem/server/lib/detection_engine/rules/get_export_all.test.ts
@@ -79,7 +79,7 @@ describe('getExportAll', () => {
throttle: 'no_actions',
note: '# Investigative notes',
version: 1,
- lists: [
+ exceptions_list: [
{
field: 'source.ip',
values_operator: 'included',
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/rules/get_export_by_object_ids.test.ts b/x-pack/plugins/siem/server/lib/detection_engine/rules/get_export_by_object_ids.test.ts
index ce6819462aa2..092a9a8faf39 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/rules/get_export_by_object_ids.test.ts
+++ b/x-pack/plugins/siem/server/lib/detection_engine/rules/get_export_by_object_ids.test.ts
@@ -87,7 +87,7 @@ describe('get_export_by_object_ids', () => {
throttle: 'no_actions',
note: '# Investigative notes',
version: 1,
- lists: [
+ exceptions_list: [
{
field: 'source.ip',
values_operator: 'included',
@@ -215,7 +215,7 @@ describe('get_export_by_object_ids', () => {
throttle: 'no_actions',
note: '# Investigative notes',
version: 1,
- lists: [
+ exceptions_list: [
{
field: 'source.ip',
values_operator: 'included',
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/rules/install_prepacked_rules.ts b/x-pack/plugins/siem/server/lib/detection_engine/rules/install_prepacked_rules.ts
index 46d5b5fdf452..3d3ed52b2feb 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/rules/install_prepacked_rules.ts
+++ b/x-pack/plugins/siem/server/lib/detection_engine/rules/install_prepacked_rules.ts
@@ -46,7 +46,7 @@ export const installPrepackagedRules = (
references,
note,
version,
- lists,
+ exceptions_list,
} = rule;
return [
...acc,
@@ -82,7 +82,7 @@ export const installPrepackagedRules = (
references,
note,
version,
- lists,
+ exceptions_list,
actions: [], // At this time there is no pre-packaged actions
}),
];
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/rules/patch_rules.ts b/x-pack/plugins/siem/server/lib/detection_engine/rules/patch_rules.ts
index 347b370c89e0..c23f539b5816 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/rules/patch_rules.ts
+++ b/x-pack/plugins/siem/server/lib/detection_engine/rules/patch_rules.ts
@@ -44,7 +44,7 @@ export const patchRules = async ({
references,
note,
version,
- lists,
+ exceptions_list,
anomalyThreshold,
machineLearningJobId,
}: PatchRuleParams): Promise => {
@@ -78,7 +78,7 @@ export const patchRules = async ({
references,
version,
note,
- lists,
+ exceptions_list,
anomalyThreshold,
machineLearningJobId,
});
@@ -110,7 +110,7 @@ export const patchRules = async ({
references,
note,
version: calculatedVersion,
- lists,
+ exceptions_list,
anomalyThreshold,
machineLearningJobId,
}
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/rules/update_rules.ts b/x-pack/plugins/siem/server/lib/detection_engine/rules/update_rules.ts
index 183b81f3a3c7..7ddbbd76b066 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/rules/update_rules.ts
+++ b/x-pack/plugins/siem/server/lib/detection_engine/rules/update_rules.ts
@@ -44,7 +44,7 @@ export const updateRules = async ({
references,
version,
note,
- lists,
+ exceptions_list,
anomalyThreshold,
machineLearningJobId,
actions,
@@ -83,8 +83,8 @@ export const updateRules = async ({
machineLearningJobId,
});
- // TODO: Remove this and use regular lists once the feature is stable for a release
- const listsParam = hasListsFeature() ? { lists } : {};
+ // TODO: Remove this and use regular exceptions_list once the feature is stable for a release
+ const exceptionsListParam = hasListsFeature() ? { exceptions_list } : {};
const update = await alertsClient.update({
id: rule.id,
@@ -120,7 +120,7 @@ export const updateRules = async ({
version: calculatedVersion,
anomalyThreshold,
machineLearningJobId,
- ...listsParam,
+ ...exceptionsListParam,
},
},
});
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/scripts/rules/patches/update_list.json b/x-pack/plugins/siem/server/lib/detection_engine/scripts/rules/patches/update_list.json
index 4db8724db4e1..8d831f3a961d 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/scripts/rules/patches/update_list.json
+++ b/x-pack/plugins/siem/server/lib/detection_engine/scripts/rules/patches/update_list.json
@@ -1,6 +1,6 @@
{
"rule_id": "query-with-list",
- "lists": [
+ "exceptions_list": [
{
"field": "source.ip",
"values_operator": "excluded",
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/scripts/rules/queries/lists/query_with_and.json b/x-pack/plugins/siem/server/lib/detection_engine/scripts/rules/queries/lists/query_with_and.json
index 33ae8df87e3c..1575a712e2cb 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/scripts/rules/queries/lists/query_with_and.json
+++ b/x-pack/plugins/siem/server/lib/detection_engine/scripts/rules/queries/lists/query_with_and.json
@@ -8,7 +8,7 @@
"query": "host.name: *",
"interval": "30s",
"language": "kuery",
- "lists": [
+ "exceptions_list": [
{
"field": "event.module",
"values_operator": "excluded",
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/scripts/rules/queries/lists/query_with_excluded.json b/x-pack/plugins/siem/server/lib/detection_engine/scripts/rules/queries/lists/query_with_excluded.json
index 8ce9440fce21..4e6d9403a276 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/scripts/rules/queries/lists/query_with_excluded.json
+++ b/x-pack/plugins/siem/server/lib/detection_engine/scripts/rules/queries/lists/query_with_excluded.json
@@ -8,7 +8,7 @@
"query": "host.name: *",
"interval": "30s",
"language": "kuery",
- "lists": [
+ "exceptions_list": [
{
"field": "event.module",
"values_operator": "excluded",
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/scripts/rules/queries/lists/query_with_exists.json b/x-pack/plugins/siem/server/lib/detection_engine/scripts/rules/queries/lists/query_with_exists.json
index 4ec014422a61..97beace37633 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/scripts/rules/queries/lists/query_with_exists.json
+++ b/x-pack/plugins/siem/server/lib/detection_engine/scripts/rules/queries/lists/query_with_exists.json
@@ -8,7 +8,7 @@
"query": "host.name: *",
"interval": "30s",
"language": "kuery",
- "lists": [
+ "exceptions_list": [
{
"field": "event.action",
"values_operator": "included",
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/scripts/rules/queries/lists/query_with_list.json b/x-pack/plugins/siem/server/lib/detection_engine/scripts/rules/queries/lists/query_with_list.json
index ce4bf80b0a72..ad0585b5a2ec 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/scripts/rules/queries/lists/query_with_list.json
+++ b/x-pack/plugins/siem/server/lib/detection_engine/scripts/rules/queries/lists/query_with_list.json
@@ -8,7 +8,7 @@
"query": "host.name: *",
"interval": "30s",
"language": "kuery",
- "lists": [
+ "exceptions_list": [
{
"field": "event.module",
"values_operator": "excluded",
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/scripts/rules/queries/lists/query_with_match.json b/x-pack/plugins/siem/server/lib/detection_engine/scripts/rules/queries/lists/query_with_match.json
index e1abac19b51e..6e6880cc28f2 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/scripts/rules/queries/lists/query_with_match.json
+++ b/x-pack/plugins/siem/server/lib/detection_engine/scripts/rules/queries/lists/query_with_match.json
@@ -8,7 +8,7 @@
"query": "host.name: *",
"interval": "30s",
"language": "kuery",
- "lists": [
+ "exceptions_list": [
{
"field": "event.module",
"values_operator": "included",
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/scripts/rules/queries/lists/query_with_match_all.json b/x-pack/plugins/siem/server/lib/detection_engine/scripts/rules/queries/lists/query_with_match_all.json
index 1afbb1fee478..44cc26ac3315 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/scripts/rules/queries/lists/query_with_match_all.json
+++ b/x-pack/plugins/siem/server/lib/detection_engine/scripts/rules/queries/lists/query_with_match_all.json
@@ -8,7 +8,7 @@
"query": "host.name: *",
"interval": "30s",
"language": "kuery",
- "lists": [
+ "exceptions_list": [
{
"field": "event.module",
"values_operator": "included",
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/scripts/rules/queries/lists/query_with_or.json b/x-pack/plugins/siem/server/lib/detection_engine/scripts/rules/queries/lists/query_with_or.json
index 08e38e9ffa53..9c4eda559d5b 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/scripts/rules/queries/lists/query_with_or.json
+++ b/x-pack/plugins/siem/server/lib/detection_engine/scripts/rules/queries/lists/query_with_or.json
@@ -7,7 +7,7 @@
"type": "query",
"query": "host.name: *",
"interval": "30s",
- "lists": [
+ "exceptions_list": [
{
"field": "event.module",
"values_operator": "excluded",
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/scripts/rules/updates/update_list.json b/x-pack/plugins/siem/server/lib/detection_engine/scripts/rules/updates/update_list.json
index 66b198974f57..df22dff5c046 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/scripts/rules/updates/update_list.json
+++ b/x-pack/plugins/siem/server/lib/detection_engine/scripts/rules/updates/update_list.json
@@ -6,7 +6,7 @@
"severity": "high",
"type": "query",
"query": "user.name: root or user.name: admin",
- "lists": [
+ "exceptions_list": [
{
"field": "source.ip",
"values_operator": "excluded",
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/signals/__mocks__/es_results.ts b/x-pack/plugins/siem/server/lib/detection_engine/signals/__mocks__/es_results.ts
index d361e424f01e..8a5da8e85972 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/signals/__mocks__/es_results.ts
+++ b/x-pack/plugins/siem/server/lib/detection_engine/signals/__mocks__/es_results.ts
@@ -44,7 +44,7 @@ export const sampleRuleAlertParams = (
meta: undefined,
threat: undefined,
version: 1,
- lists: [
+ exceptions_list: [
{
field: 'source.ip',
values_operator: 'included',
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/signals/build_bulk_body.test.ts b/x-pack/plugins/siem/server/lib/detection_engine/signals/build_bulk_body.test.ts
index f1729e35ce1f..bbd01cfaafc6 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/signals/build_bulk_body.test.ts
+++ b/x-pack/plugins/siem/server/lib/detection_engine/signals/build_bulk_body.test.ts
@@ -90,7 +90,7 @@ describe('buildBulkBody', () => {
version: 1,
created_at: fakeSignalSourceHit.signal.rule?.created_at,
updated_at: fakeSignalSourceHit.signal.rule?.updated_at,
- lists: [
+ exceptions_list: [
{
field: 'source.ip',
values_operator: 'included',
@@ -216,7 +216,7 @@ describe('buildBulkBody', () => {
created_at: fakeSignalSourceHit.signal.rule?.created_at,
updated_at: fakeSignalSourceHit.signal.rule?.updated_at,
throttle: 'no_actions',
- lists: [
+ exceptions_list: [
{
field: 'source.ip',
values_operator: 'included',
@@ -340,7 +340,7 @@ describe('buildBulkBody', () => {
created_at: fakeSignalSourceHit.signal.rule?.created_at,
updated_at: fakeSignalSourceHit.signal.rule?.updated_at,
throttle: 'no_actions',
- lists: [
+ exceptions_list: [
{
field: 'source.ip',
values_operator: 'included',
@@ -457,7 +457,7 @@ describe('buildBulkBody', () => {
updated_at: fakeSignalSourceHit.signal.rule?.updated_at,
created_at: fakeSignalSourceHit.signal.rule?.created_at,
throttle: 'no_actions',
- lists: [
+ exceptions_list: [
{
field: 'source.ip',
values_operator: 'included',
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/signals/build_exceptions_query.ts b/x-pack/plugins/siem/server/lib/detection_engine/signals/build_exceptions_query.ts
index 22a57db87afb..7a1564bb6954 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/signals/build_exceptions_query.ts
+++ b/x-pack/plugins/siem/server/lib/detection_engine/signals/build_exceptions_query.ts
@@ -185,7 +185,7 @@ export const buildQueryExceptions = ({
}: {
query: string;
language: Language;
- lists: RuleAlertParams['lists'];
+ lists: RuleAlertParams['exceptions_list'];
}): Query[] => {
if (lists && lists !== null) {
const exceptions = buildExceptions({ lists, language, query });
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/signals/build_rule.test.ts b/x-pack/plugins/siem/server/lib/detection_engine/signals/build_rule.test.ts
index e5183ed4df7b..b3586c884d0c 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/signals/build_rule.test.ts
+++ b/x-pack/plugins/siem/server/lib/detection_engine/signals/build_rule.test.ts
@@ -79,7 +79,7 @@ describe('buildRule', () => {
query: 'host.name: Braden',
},
],
- lists: [
+ exceptions_list: [
{
field: 'source.ip',
values_operator: 'included',
@@ -162,7 +162,7 @@ describe('buildRule', () => {
updated_at: rule.updated_at,
created_at: rule.created_at,
throttle: 'no_actions',
- lists: [
+ exceptions_list: [
{
field: 'source.ip',
values_operator: 'included',
@@ -244,7 +244,7 @@ describe('buildRule', () => {
updated_at: rule.updated_at,
created_at: rule.created_at,
throttle: 'no_actions',
- lists: [
+ exceptions_list: [
{
field: 'source.ip',
values_operator: 'included',
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/signals/build_rule.ts b/x-pack/plugins/siem/server/lib/detection_engine/signals/build_rule.ts
index 9c375d7d45d5..93d4e5e7719b 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/signals/build_rule.ts
+++ b/x-pack/plugins/siem/server/lib/detection_engine/signals/build_rule.ts
@@ -72,7 +72,7 @@ export const buildRule = ({
version: ruleParams.version,
created_at: createdAt,
updated_at: updatedAt,
- lists: ruleParams.lists,
+ exceptions_list: ruleParams.exceptions_list,
machine_learning_job_id: ruleParams.machineLearningJobId,
anomaly_threshold: ruleParams.anomalyThreshold,
});
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/signals/get_filter.ts b/x-pack/plugins/siem/server/lib/detection_engine/signals/get_filter.ts
index c685ce4567af..d8fdab55bdde 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/signals/get_filter.ts
+++ b/x-pack/plugins/siem/server/lib/detection_engine/signals/get_filter.ts
@@ -22,7 +22,7 @@ export const getQueryFilter = (
language: Language,
filters: PartialFilter[],
index: string[],
- lists: RuleAlertParams['lists']
+ lists: RuleAlertParams['exceptions_list']
) => {
const indexPattern = {
fields: [],
@@ -53,7 +53,7 @@ interface GetFilterArgs {
savedId: string | undefined | null;
services: AlertServices;
index: string[] | undefined | null;
- lists: RuleAlertParams['lists'];
+ lists: RuleAlertParams['exceptions_list'];
}
interface QueryAttributes {
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/signals/signal_params_schema.ts b/x-pack/plugins/siem/server/lib/detection_engine/signals/signal_params_schema.ts
index 58dd53b6447c..81a6ce9b08f0 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/signals/signal_params_schema.ts
+++ b/x-pack/plugins/siem/server/lib/detection_engine/signals/signal_params_schema.ts
@@ -39,5 +39,5 @@ export const signalParamsSchema = () =>
type: schema.string(),
references: schema.arrayOf(schema.string(), { defaultValue: [] }),
version: schema.number({ defaultValue: 1 }),
- lists: schema.maybe(schema.arrayOf(schema.object({}, { unknowns: 'allow' }))),
+ exceptions_list: schema.maybe(schema.arrayOf(schema.object({}, { unknowns: 'allow' }))),
});
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/signals/signal_rule_alert_type.ts b/x-pack/plugins/siem/server/lib/detection_engine/signals/signal_rule_alert_type.ts
index efb1338fd480..137603741dc8 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/signals/signal_rule_alert_type.ts
+++ b/x-pack/plugins/siem/server/lib/detection_engine/signals/signal_rule_alert_type.ts
@@ -66,7 +66,7 @@ export const signalRulesAlertType = ({
query,
to,
type,
- lists,
+ exceptions_list,
} = params;
const searchAfterSize = Math.min(maxSignals, DEFAULT_SEARCH_AFTER_PAGE_SIZE);
let hasError: boolean = false;
@@ -201,7 +201,7 @@ export const signalRulesAlertType = ({
savedId,
services,
index: inputIndex,
- lists,
+ lists: exceptions_list,
});
const noReIndex = buildEventsSearchQuery({
diff --git a/x-pack/plugins/siem/server/lib/detection_engine/types.ts b/x-pack/plugins/siem/server/lib/detection_engine/types.ts
index 357a2ab39e3f..f2026804da51 100644
--- a/x-pack/plugins/siem/server/lib/detection_engine/types.ts
+++ b/x-pack/plugins/siem/server/lib/detection_engine/types.ts
@@ -68,7 +68,7 @@ export interface RuleAlertParams {
type: RuleType;
version: number;
throttle: string | undefined | null;
- lists: ListsDefaultArraySchema | null | undefined;
+ exceptions_list: ListsDefaultArraySchema | null | undefined;
}
export type RuleTypeParams = Omit<
diff --git a/x-pack/plugins/telemetry_collection_xpack/server/telemetry_collection/get_stats_with_xpack.test.ts b/x-pack/plugins/telemetry_collection_xpack/server/telemetry_collection/get_stats_with_xpack.test.ts
index f2a9995098e5..5dfe3d3e99a7 100644
--- a/x-pack/plugins/telemetry_collection_xpack/server/telemetry_collection/get_stats_with_xpack.test.ts
+++ b/x-pack/plugins/telemetry_collection_xpack/server/telemetry_collection/get_stats_with_xpack.test.ts
@@ -31,7 +31,6 @@ const kibana = {
const getContext = () => ({
version: '8675309-snapshot',
- isDev: true,
logger: coreMock.createPluginInitializerContext().logger.get('test'),
});
diff --git a/x-pack/plugins/translations/translations/ja-JP.json b/x-pack/plugins/translations/translations/ja-JP.json
index 4e6e74aabc7e..4e1217ac9e7b 100644
--- a/x-pack/plugins/translations/translations/ja-JP.json
+++ b/x-pack/plugins/translations/translations/ja-JP.json
@@ -847,8 +847,6 @@
"data.search.searchSource.indexPatternIdDescription": "{kibanaIndexPattern} インデックス内の ID です。",
"data.search.searchSource.indexPatternIdLabel": "インデックスパターン ID",
"data.search.searchSource.indexPatternLabel": "インデックスパターン",
- "data.search.searchSource.noSearchStrategyRegisteredErrorMessageDescription": "検索リクエストの検索方法が見つかりませんでした",
- "data.search.searchSource.noSearchStrategyRegisteredErrorMessageTitle": "検索方法が登録されていません",
"data.search.searchSource.queryTimeDescription": "クエリの処理の所要時間です。リクエストの送信やブラウザでのパースの時間は含まれません。",
"data.search.searchSource.queryTimeLabel": "クエリ時間",
"data.search.searchSource.queryTimeValue": "{queryTime}ms",
@@ -2464,13 +2462,13 @@
"management.breadcrumb": "管理",
"management.connectDataDisplayName": "データに接続",
"management.displayName": "管理",
+ "management.nav.label": "管理",
+ "management.nav.menu": "管理メニュー",
+ "management.stackManagement.managementDescription": "Elastic Stack の管理を行うセンターコンソールです。",
"indexPatternManagement.editIndexPattern.createIndex.defaultButtonDescription": "すべてのデータに完全集約を実行",
"indexPatternManagement.editIndexPattern.createIndex.defaultButtonText": "標準インデックスパターン",
"indexPatternManagement.editIndexPattern.createIndex.defaultTypeName": "インデックスパターン",
"indexPatternManagement.editIndexPattern.list.defaultIndexPatternListName": "デフォルト",
- "management.nav.label": "管理",
- "management.nav.menu": "管理メニュー",
- "management.stackManagement.managementDescription": "Elastic Stack の管理を行うセンターコンソールです。",
"newsfeed.emptyPrompt.noNewsText": "Kibanaインスタンスがインターネットにアクセスできない場合、管理者にこの機能を無効にするように依頼してください。そうでない場合は、ニュースを取り込み続けます。",
"newsfeed.emptyPrompt.noNewsTitle": "ニュースがない場合",
"newsfeed.flyoutList.closeButtonLabel": "閉じる",
@@ -16231,12 +16229,7 @@
"xpack.uptime.components.embeddables.embeddedMap.embeddablePanelTitle": "オブザーバー位置情報マップを監視",
"xpack.uptime.durationChart.emptyPrompt.description": "このモニターは選択された時間範囲で一度も {emphasizedText} していません。",
"xpack.uptime.durationChart.emptyPrompt.title": "利用可能な期間データがありません",
- "xpack.uptime.emptyState.configureHeartbeatLinkText": "Heartbeat を構成",
- "xpack.uptime.emptyState.configureHeartbeatToGetStartedMessage": "アップタイムデータの収集を開始するには {configureHeartbeatLink}。",
"xpack.uptime.emptyState.loadingMessage": "読み込み中…",
- "xpack.uptime.emptyState.noDataMessage": "アップタイムデータが見つかりませんでした",
- "xpack.uptime.emptyState.noDataTitle": "利用可能なアップタイムデータがありません",
- "xpack.uptime.emptyState.noIndexTitle": "アップタイムインデックスが見つかりません",
"xpack.uptime.emptyStateError.notAuthorized": "アップタイムデータの表示が承認されていません。システム管理者にお問い合わせください。",
"xpack.uptime.emptyStateError.notFoundPage": "ページが見つかりません",
"xpack.uptime.emptyStateError.title": "エラー",
@@ -16261,7 +16254,6 @@
"xpack.uptime.locationName.helpLinkAnnotation": "場所を追加",
"xpack.uptime.ml.durationChart.exploreInMlApp": "ML アプリで探索",
"xpack.uptime.ml.enableAnomalyDetectionPanel.anomalyDetectionTitle": "異常検知",
- "xpack.uptime.ml.enableAnomalyDetectionPanel.callout.jobExistsDescription.viewJobLinkText": "既存のジョブを表示",
"xpack.uptime.ml.enableAnomalyDetectionPanel.createMLJobDescription": "ここでは稼働状況監視の応答時間について異常スコアを計算する機械学習ジョブを作成できます。\n 有効にすると、詳細ページの監視期間チャートに予想範囲が表示され、グラフに異常の注釈が付きます。\n 地理的な地域にわたって遅延が増える期間を特定することもできます。",
"xpack.uptime.ml.enableAnomalyDetectionPanel.createNewJobButtonLabel": "新規ジョブを作成",
"xpack.uptime.ml.enableAnomalyDetectionPanel.disableAnomalyDetectionTitle": "異常検知を無効にする",
diff --git a/x-pack/plugins/translations/translations/zh-CN.json b/x-pack/plugins/translations/translations/zh-CN.json
index 70ec0ef2b0da..bfdcc8b86531 100644
--- a/x-pack/plugins/translations/translations/zh-CN.json
+++ b/x-pack/plugins/translations/translations/zh-CN.json
@@ -848,8 +848,6 @@
"data.search.searchSource.indexPatternIdDescription": "{kibanaIndexPattern} 索引中的 ID。",
"data.search.searchSource.indexPatternIdLabel": "索引模式 ID",
"data.search.searchSource.indexPatternLabel": "索引模式",
- "data.search.searchSource.noSearchStrategyRegisteredErrorMessageDescription": "无法为该搜索请求找到搜索策略",
- "data.search.searchSource.noSearchStrategyRegisteredErrorMessageTitle": "未注册任何搜索策略",
"data.search.searchSource.queryTimeDescription": "处理查询所花费的时间。不包括发送请求或在浏览器中解析它的时间。",
"data.search.searchSource.queryTimeLabel": "查询时间",
"data.search.searchSource.queryTimeValue": "{queryTime}ms",
@@ -2465,13 +2463,13 @@
"management.breadcrumb": "管理",
"management.connectDataDisplayName": "连接数据",
"management.displayName": "管理",
+ "management.nav.label": "管理",
+ "management.nav.menu": "管理菜单",
+ "management.stackManagement.managementDescription": "您用于管理 Elastic Stack 的中心控制台。",
"indexPatternManagement.editIndexPattern.createIndex.defaultButtonDescription": "对任何数据执行完全聚合",
"indexPatternManagement.editIndexPattern.createIndex.defaultButtonText": "标准索引模式",
"indexPatternManagement.editIndexPattern.createIndex.defaultTypeName": "索引模式",
"indexPatternManagement.editIndexPattern.list.defaultIndexPatternListName": "默认值",
- "management.nav.label": "管理",
- "management.nav.menu": "管理菜单",
- "management.stackManagement.managementDescription": "您用于管理 Elastic Stack 的中心控制台。",
"newsfeed.emptyPrompt.noNewsText": "如果您的 Kibana 实例没有 Internet 连接,请让您的管理员禁用此功能。否则,我们将不断尝试获取新闻。",
"newsfeed.emptyPrompt.noNewsTitle": "无新闻?",
"newsfeed.flyoutList.closeButtonLabel": "鍏抽棴",
@@ -16236,12 +16234,7 @@
"xpack.uptime.components.embeddables.embeddedMap.embeddablePanelTitle": "监测观察者位置地图",
"xpack.uptime.durationChart.emptyPrompt.description": "在选定时间范围内此监测从未{emphasizedText}。",
"xpack.uptime.durationChart.emptyPrompt.title": "没有持续时间数据",
- "xpack.uptime.emptyState.configureHeartbeatLinkText": "配置 Heartbeat",
- "xpack.uptime.emptyState.configureHeartbeatToGetStartedMessage": "{configureHeartbeatLink}以开始收集运行时间数据。",
"xpack.uptime.emptyState.loadingMessage": "正在加载……",
- "xpack.uptime.emptyState.noDataMessage": "未找到任何运行时间数据",
- "xpack.uptime.emptyState.noDataTitle": "没有可用的运行时间数据",
- "xpack.uptime.emptyState.noIndexTitle": "找不到运行时间索引",
"xpack.uptime.emptyStateError.notAuthorized": "您无权查看 Uptime 数据,请联系系统管理员。",
"xpack.uptime.emptyStateError.notFoundPage": "未找到页面",
"xpack.uptime.emptyStateError.title": "错误",
@@ -16266,7 +16259,6 @@
"xpack.uptime.locationName.helpLinkAnnotation": "添加位置",
"xpack.uptime.ml.durationChart.exploreInMlApp": "在 ML 应用中浏览",
"xpack.uptime.ml.enableAnomalyDetectionPanel.anomalyDetectionTitle": "异常检测",
- "xpack.uptime.ml.enableAnomalyDetectionPanel.callout.jobExistsDescription.viewJobLinkText": "查看现有作业",
"xpack.uptime.ml.enableAnomalyDetectionPanel.createMLJobDescription": "在此处可以创建 Machine Learning 作业,以便为运行时间监测计算\n 响应持续时间的异常分数。启用后,详情页面上的监测持续时间图表\n 将显示预期边界并使用异常标注图表。您还可能\n 识别在所有地理区域的延迟增长时段。",
"xpack.uptime.ml.enableAnomalyDetectionPanel.createNewJobButtonLabel": "创建新作业",
"xpack.uptime.ml.enableAnomalyDetectionPanel.disableAnomalyDetectionTitle": "禁用异常检测",
diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/action_form.test.tsx b/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/action_form.test.tsx
index 488db42f4e84..d4def86b07b1 100644
--- a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/action_form.test.tsx
+++ b/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/action_form.test.tsx
@@ -232,7 +232,7 @@ describe('action_form', () => {
Object {
"id": "test2",
"key": "test2",
- "label": "Test connector 2 (pre-configured)",
+ "label": "Test connector 2 (preconfigured)",
},
]
`);
diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/action_form.tsx b/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/action_form.tsx
index 897b12050850..4199cfb7b4b7 100644
--- a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/action_form.tsx
+++ b/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/action_form.tsx
@@ -152,7 +152,7 @@ export const ActionForm = ({
const preconfiguredMessage = i18n.translate(
'xpack.triggersActionsUI.sections.actionForm.preconfiguredTitleMessage',
{
- defaultMessage: '(pre-configured)',
+ defaultMessage: '(preconfigured)',
}
);
const getSelectedOptions = (actionItemId: string) => {
diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_edit_flyout.test.tsx b/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_edit_flyout.test.tsx
index 665988879767..4dba4c70f794 100644
--- a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_edit_flyout.test.tsx
+++ b/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_edit_flyout.test.tsx
@@ -96,13 +96,13 @@ describe('connector_edit_flyout', () => {
expect(connectorNameField.first().prop('value')).toBe('action-connector');
});
- test('if pre-configured connector rendered correct in the edit form', () => {
+ test('if preconfigured connector rendered correct in the edit form', () => {
const connector = {
secrets: {},
id: 'test',
actionTypeId: 'test-action-type-id',
actionType: 'test-action-type-name',
- name: 'pre-configured-connector',
+ name: 'preconfigured-connector',
isPreconfigured: true,
referencedByCount: 0,
config: {},
diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_edit_flyout.tsx b/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_edit_flyout.tsx
index a81d6c285f46..690a64ef4f1f 100644
--- a/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_edit_flyout.tsx
+++ b/x-pack/plugins/triggers_actions_ui/public/application/sections/action_connector_form/connector_edit_flyout.tsx
@@ -104,7 +104,7 @@ export const ConnectorEditFlyout = ({
/>
diff --git a/x-pack/plugins/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_list.tsx b/x-pack/plugins/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_list.tsx
index bab342940e2d..566a6030d72b 100644
--- a/x-pack/plugins/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_list.tsx
+++ b/x-pack/plugins/triggers_actions_ui/public/application/sections/actions_connectors_list/components/actions_connectors_list.tsx
@@ -215,7 +215,7 @@ export const ActionsConnectorsList: React.FunctionComponent = () => {
label={i18n.translate(
'xpack.triggersActionsUI.sections.alertForm.preconfiguredTitleMessage',
{
- defaultMessage: 'Pre-configured',
+ defaultMessage: 'Preconfigured',
}
)}
tooltipContent="This connector can't be deleted."
diff --git a/x-pack/test/detection_engine_api_integration/security_and_spaces/tests/utils.ts b/x-pack/test/detection_engine_api_integration/security_and_spaces/tests/utils.ts
index cebe24dc5ccc..e508cf1aaa2e 100644
--- a/x-pack/test/detection_engine_api_integration/security_and_spaces/tests/utils.ts
+++ b/x-pack/test/detection_engine_api_integration/security_and_spaces/tests/utils.ts
@@ -154,7 +154,7 @@ export const getSimpleRuleOutput = (ruleId = 'rule-1'): Partial {
before(async () => {
@@ -111,5 +112,15 @@ export default function({ getPageObjects, getService }) {
const afterRefreshTimerTimestamp = await getRequestTimestamp();
expect(beforeRefreshTimerTimestamp).not.to.equal(afterRefreshTimerTimestamp);
});
+
+ // see https://github.com/elastic/kibana/issues/61596 on why it is specific to maps
+ it("dashboard's back button should navigate to previous page", async () => {
+ await PageObjects.common.navigateToApp('dashboard');
+ await PageObjects.dashboard.preserveCrossAppState();
+ await PageObjects.dashboard.loadSavedDashboard('map embeddable example');
+ await PageObjects.dashboard.waitForRenderComplete();
+ await browser.goBack();
+ expect(await PageObjects.dashboard.onDashboardLandingPage()).to.be(true);
+ });
});
}
diff --git a/x-pack/test/functional_endpoint/apps/endpoint/host_list.ts b/x-pack/test/functional_endpoint/apps/endpoint/host_list.ts
index 9a4ffecf85d5..35843dc6a76d 100644
--- a/x-pack/test/functional_endpoint/apps/endpoint/host_list.ts
+++ b/x-pack/test/functional_endpoint/apps/endpoint/host_list.ts
@@ -12,7 +12,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
const esArchiver = getService('esArchiver');
const testSubjects = getService('testSubjects');
- describe('host list', function() {
+ // FLAKY: https://github.com/elastic/kibana/issues/63621
+ describe.skip('host list', function() {
this.tags('ciGroup7');
const sleep = (ms = 100) => new Promise(resolve => setTimeout(resolve, ms));
before(async () => {
diff --git a/x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui/connectors.ts b/x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui/connectors.ts
index 0e6f991be24d..562f64656319 100644
--- a/x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui/connectors.ts
+++ b/x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui/connectors.ts
@@ -185,7 +185,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
expect(searchResultsAfterDelete.length).to.eql(0);
});
- it('should not be able to delete a pre-configured connector', async () => {
+ it('should not be able to delete a preconfigured connector', async () => {
const preconfiguredConnectorName = 'xyz';
await pageObjects.triggersActionsUI.searchConnectors(preconfiguredConnectorName);
@@ -196,7 +196,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
expect(await testSubjects.exists('preConfiguredTitleMessage')).to.be(true);
});
- it('should not be able to edit a pre-configured connector', async () => {
+ it('should not be able to edit a preconfigured connector', async () => {
const preconfiguredConnectorName = 'xyz';
await pageObjects.triggersActionsUI.searchConnectors(preconfiguredConnectorName);
diff --git a/yarn.lock b/yarn.lock
index 45540cd2675b..b47befbf9057 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4477,10 +4477,10 @@
dependencies:
"@types/node" "*"
-"@types/papaparse@^4.5.11":
- version "4.5.11"
- resolved "https://registry.yarnpkg.com/@types/papaparse/-/papaparse-4.5.11.tgz#dcd4f64da55f768c2e2cf92ccac1973c67a73890"
- integrity sha512-zOw6K7YyA/NuZ2yZ8lzZFe2U3fn+vFfcRfiQp4ZJHG6y8WYWy2SYFbq6mp4yUgpIruJHBjKZtgyE0vvCoWEq+A==
+"@types/papaparse@^5.0.3":
+ version "5.0.3"
+ resolved "https://registry.yarnpkg.com/@types/papaparse/-/papaparse-5.0.3.tgz#7cedc1ebc9484819af8306a8b42f9f08ca9bdb44"
+ integrity sha512-SgWGWnBGxl6XgjKDM2eoDg163ZFQtH6m6C2aOuaAf1T2gUB3rjaiPDDARbY9WlacRgZqieRG9imAfJaJ+5ouDA==
dependencies:
"@types/node" "*"
@@ -22585,10 +22585,10 @@ pako@~1.0.5:
resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.6.tgz#0101211baa70c4bca4a0f63f2206e97b7dfaf258"
integrity sha512-lQe48YPsMJAig+yngZ87Lus+NF+3mtu7DVOBu6b/gHO1YpKwIj5AWjZ/TOS7i46HD/UixzWb1zeWDZfGZ3iYcg==
-papaparse@^4.6.3:
- version "4.6.3"
- resolved "https://registry.yarnpkg.com/papaparse/-/papaparse-4.6.3.tgz#742e5eaaa97fa6c7e1358d2934d8f18f44aee781"
- integrity sha512-LRq7BrHC2kHPBYSD50aKuw/B/dGcg29omyJbKWY3KsYUZU69RKwaBHu13jGmCYBtOc4odsLCrFyk6imfyNubJQ==
+papaparse@^5.2.0:
+ version "5.2.0"
+ resolved "https://registry.yarnpkg.com/papaparse/-/papaparse-5.2.0.tgz#97976a1b135c46612773029153dc64995caa3b7b"
+ integrity sha512-ylq1wgUSnagU+MKQtNeVqrPhZuMYBvOSL00DHycFTCxownF95gpLAk1HiHdUW77N8yxRq1qHXLdlIPyBSG9NSA==
parallel-transform@^1.1.0:
version "1.1.0"