string | undefined
| |
-| getConfig | any
| |
-| savedObjectsClient | SavedObjectsClientContract
| |
-| apiClient | IIndexPatternsApiClient
| |
-| patternCache | PatternCache
| |
-| fieldFormats | FieldFormatsStartCommon
| |
-| onNotification | OnNotification
| |
-| onError | OnError
| |
+| { getConfig, savedObjectsClient, apiClient, patternCache, fieldFormats, onNotification, onError, } | IndexPatternDeps
| |
diff --git a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.indexpattern.md b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.indexpattern.md
index 3e67b96cb80ce..8ffa7b6b36f56 100644
--- a/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.indexpattern.md
+++ b/docs/development/plugins/data/public/kibana-plugin-plugins-data-public.indexpattern.md
@@ -14,7 +14,7 @@ export declare class IndexPattern implements IIndexPattern
| Constructor | Modifiers | Description |
| --- | --- | --- |
-| [(constructor)(id, getConfig, savedObjectsClient, apiClient, patternCache, fieldFormats, onNotification, onError)](./kibana-plugin-plugins-data-public.indexpattern._constructor_.md) | | Constructs a new instance of the IndexPattern
class |
+| [(constructor)(id, { getConfig, savedObjectsClient, apiClient, patternCache, fieldFormats, onNotification, onError, })](./kibana-plugin-plugins-data-public.indexpattern._constructor_.md) | | Constructs a new instance of the IndexPattern
class |
## Properties
diff --git a/docs/infrastructure/getting-started.asciidoc b/docs/infrastructure/getting-started.asciidoc
deleted file mode 100644
index 7122ad5c19f75..0000000000000
--- a/docs/infrastructure/getting-started.asciidoc
+++ /dev/null
@@ -1,11 +0,0 @@
-[role="xpack"]
-[[xpack-metrics-getting-started]]
-== Getting started with metrics
-
-To get started with the Metrics app in Kibana, you need to start collecting metrics data for your infrastructure.
-
-Kibana provides step-by-step instructions to help you add metrics data.
-The {metrics-guide}[Metrics Monitoring Guide] is a good source for more detailed information and instructions.
-
-[role="screenshot"]
-image::infrastructure/images/metrics-add-data.png[Screenshot showing Add metric data to Kibana]
diff --git a/docs/infrastructure/images/infra-time-selector.png b/docs/infrastructure/images/infra-time-selector.png
deleted file mode 100644
index 181fac4c7b39b..0000000000000
Binary files a/docs/infrastructure/images/infra-time-selector.png and /dev/null differ
diff --git a/docs/infrastructure/images/infra-view-metrics.png b/docs/infrastructure/images/infra-view-metrics.png
deleted file mode 100644
index 6001f18d283fe..0000000000000
Binary files a/docs/infrastructure/images/infra-view-metrics.png and /dev/null differ
diff --git a/docs/infrastructure/images/metrics-add-data.png b/docs/infrastructure/images/metrics-add-data.png
deleted file mode 100644
index f96c30f0e1848..0000000000000
Binary files a/docs/infrastructure/images/metrics-add-data.png and /dev/null differ
diff --git a/docs/infrastructure/images/metrics-explorer-screen.png b/docs/infrastructure/images/metrics-explorer-screen.png
deleted file mode 100644
index 6d56491f7d485..0000000000000
Binary files a/docs/infrastructure/images/metrics-explorer-screen.png and /dev/null differ
diff --git a/docs/infrastructure/images/time-filter-calendar.png b/docs/infrastructure/images/time-filter-calendar.png
deleted file mode 100644
index d0019c99fe893..0000000000000
Binary files a/docs/infrastructure/images/time-filter-calendar.png and /dev/null differ
diff --git a/docs/infrastructure/images/time-filter-clock.png b/docs/infrastructure/images/time-filter-clock.png
deleted file mode 100644
index fe8542aad41de..0000000000000
Binary files a/docs/infrastructure/images/time-filter-clock.png and /dev/null differ
diff --git a/docs/infrastructure/index.asciidoc b/docs/infrastructure/index.asciidoc
index 416e95a8941ce..81a3022436a7e 100644
--- a/docs/infrastructure/index.asciidoc
+++ b/docs/infrastructure/index.asciidoc
@@ -1,10 +1,9 @@
+[chapter]
[role="xpack"]
[[xpack-infra]]
= Metrics
-[partintro]
---
-The Metrics app enables you to monitor your infrastructure metrics and identify problems in real time.
+The {metrics-app} in {kib} enables you to monitor your infrastructure metrics and identify problems in real time.
You start with a visual summary of your infrastructure where you can view basic metrics for common servers, containers, and services.
Then you can drill down to view more detailed metrics or other information for that component.
@@ -23,14 +22,11 @@ You can optionally save these views and add them to {kibana-ref}/dashboard.html[
* Create alerts based on metric thresholds for one or more components.
-To get started, you need to <There currently is no formal way to limit what children can be added to a container. If the use case arose, it wouldn't be difficult. In the mean time, it's good - to understand that chilren may ignore input they don't care about. Likewise the + to understand that children may ignore input they don't care about. Likewise the container will have to choose what to do when it encounters children that are missing certain output variables.
diff --git a/examples/embeddable_explorer/public/plugin.tsx b/examples/embeddable_explorer/public/plugin.tsx index 2a5023d2dd63a..e15bb799a44f7 100644 --- a/examples/embeddable_explorer/public/plugin.tsx +++ b/examples/embeddable_explorer/public/plugin.tsx @@ -56,6 +56,7 @@ export class EmbeddableExplorerPlugin implements Plugin
-
- const { task, title, icon } = this.state;
-
- this.embeddable.updateInput({ task, title, icon });
-
-
- - You may also notice this example uses `EmbeddableRoot` instead of the - `EmbeddableFactoryRenderer` helper component. This is because it needs a reference - to the embeddable to update it, and `EmbeddableFactoryRenderer` creates and holds - the embeddable instance internally. -
+ using this form. Input changes will be passed inside `EmbeddableRenderer` as a prop