string
| |
-| options | {
path?: string;
}
| |
+| options | {
path?: string;
absolute?: boolean;
}
| |
Returns:
diff --git a/docs/development/core/public/kibana-plugin-public.applicationstart.md b/docs/development/core/public/kibana-plugin-public.applicationstart.md
index 3ad7e3b1656d8..d5a0bef9470f7 100644
--- a/docs/development/core/public/kibana-plugin-public.applicationstart.md
+++ b/docs/development/core/public/kibana-plugin-public.applicationstart.md
@@ -16,12 +16,13 @@ export interface ApplicationStart
| Property | Type | Description |
| --- | --- | --- |
| [capabilities](./kibana-plugin-public.applicationstart.capabilities.md) | RecursiveReadonly<Capabilities>
| Gets the read-only capabilities. |
+| [currentAppId$](./kibana-plugin-public.applicationstart.currentappid_.md) | Observable<string | undefined>
| An observable that emits the current application id and each subsequent id update. |
## Methods
| Method | Description |
| --- | --- |
-| [getUrlForApp(appId, options)](./kibana-plugin-public.applicationstart.geturlforapp.md) | Returns a relative URL to a given app, including the global base path. |
+| [getUrlForApp(appId, options)](./kibana-plugin-public.applicationstart.geturlforapp.md) | Returns an URL to a given app, including the global base path. By default, the URL is relative (/basePath/app/my-app). Use the absolute
option to generate an absolute url (http://host:port/basePath/app/my-app)Note that when generating absolute urls, the protocol, host and port are determined from the browser location. |
| [navigateToApp(appId, options)](./kibana-plugin-public.applicationstart.navigatetoapp.md) | Navigate to a given app |
| [registerMountContext(contextName, provider)](./kibana-plugin-public.applicationstart.registermountcontext.md) | Register a context provider for application mounting. Will only be available to applications that depend on the plugin that registered this context. Deprecated, use [CoreSetup.getStartServices()](./kibana-plugin-public.coresetup.getstartservices.md). |
diff --git a/docs/development/core/public/kibana-plugin-public.ihttpfetcherror.md b/docs/development/core/public/kibana-plugin-public.ihttpfetcherror.md
index 6109671bb1aa6..49287cc6e261e 100644
--- a/docs/development/core/public/kibana-plugin-public.ihttpfetcherror.md
+++ b/docs/development/core/public/kibana-plugin-public.ihttpfetcherror.md
@@ -16,6 +16,7 @@ export interface IHttpFetchError extends Error
| Property | Type | Description |
| --- | --- | --- |
| [body](./kibana-plugin-public.ihttpfetcherror.body.md) | any
| |
+| [name](./kibana-plugin-public.ihttpfetcherror.name.md) | string
| |
| [req](./kibana-plugin-public.ihttpfetcherror.req.md) | Request
| |
| [request](./kibana-plugin-public.ihttpfetcherror.request.md) | Request
| |
| [res](./kibana-plugin-public.ihttpfetcherror.res.md) | Response
| |
diff --git a/docs/images/controls/controls_in_dashboard.png b/docs/images/controls/controls_in_dashboard.png
deleted file mode 100644
index 5ea6b3ad0ca88..0000000000000
Binary files a/docs/images/controls/controls_in_dashboard.png and /dev/null differ
diff --git a/docs/images/dashboard-controls.png b/docs/images/dashboard-controls.png
new file mode 100644
index 0000000000000..d121ce561e341
Binary files /dev/null and b/docs/images/dashboard-controls.png differ
diff --git a/docs/images/markdown-example.png b/docs/images/markdown-example.png
new file mode 100644
index 0000000000000..79daa1298883d
Binary files /dev/null and b/docs/images/markdown-example.png differ
diff --git a/docs/images/markdown_example_1.png b/docs/images/markdown_example_1.png
new file mode 100644
index 0000000000000..71dd9b76b8caf
Binary files /dev/null and b/docs/images/markdown_example_1.png differ
diff --git a/docs/images/markdown_example_2.png b/docs/images/markdown_example_2.png
new file mode 100644
index 0000000000000..f2094c3cbb3f1
Binary files /dev/null and b/docs/images/markdown_example_2.png differ
diff --git a/docs/images/markdown_example_3.png b/docs/images/markdown_example_3.png
new file mode 100644
index 0000000000000..eca9735b495d0
Binary files /dev/null and b/docs/images/markdown_example_3.png differ
diff --git a/docs/images/markdown_example_4.png b/docs/images/markdown_example_4.png
new file mode 100644
index 0000000000000..d4a0829fef64e
Binary files /dev/null and b/docs/images/markdown_example_4.png differ
diff --git a/docs/infrastructure/images/infra-sysmon.png b/docs/infrastructure/images/infra-sysmon.png
index 5b82d8c9b4e19..dd653bb046f45 100644
Binary files a/docs/infrastructure/images/infra-sysmon.png and b/docs/infrastructure/images/infra-sysmon.png differ
diff --git a/docs/infrastructure/images/infra-view-metrics.png b/docs/infrastructure/images/infra-view-metrics.png
index 9ad862ec6515d..6001f18d283fe 100644
Binary files a/docs/infrastructure/images/infra-view-metrics.png and b/docs/infrastructure/images/infra-view-metrics.png differ
diff --git a/docs/infrastructure/images/metrics-add-data.png b/docs/infrastructure/images/metrics-add-data.png
index d9640e0d9f5da..f96c30f0e1848 100644
Binary files a/docs/infrastructure/images/metrics-add-data.png and b/docs/infrastructure/images/metrics-add-data.png differ
diff --git a/docs/infrastructure/images/metrics-explorer-screen.png b/docs/infrastructure/images/metrics-explorer-screen.png
index 7ccf8891678af..6d56491f7d485 100644
Binary files a/docs/infrastructure/images/metrics-explorer-screen.png and b/docs/infrastructure/images/metrics-explorer-screen.png differ
diff --git a/docs/limitations.asciidoc b/docs/limitations.asciidoc
index 818cc766bf6a9..30a716641cc5d 100644
--- a/docs/limitations.asciidoc
+++ b/docs/limitations.asciidoc
@@ -1,22 +1,38 @@
+[chapter]
[[limitations]]
= Limitations
-[partintro]
---
-{kib} currently has the following limitations.
+Following are the known limitations in {kib}.
-* <'initializing'
'initialized'
'running'
BundleState
objects with type 'running'
.'issue'
'compiler issue'
status. Compiler issues include things like "unable to resolve module" or syntax errors in the source modules and can be fixed by users when running in watch mode.'success'
'compiler success'
.'reallocating'
-
-
-