Skip to content

Commit

Permalink
Merge branch 'master' into dev/lazy-format-editor
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored Jul 26, 2021
2 parents 148096e + 8087662 commit 1d72d74
Show file tree
Hide file tree
Showing 962 changed files with 33,807 additions and 13,881 deletions.
3 changes: 3 additions & 0 deletions .i18nrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"paths": {
"autocomplete": "packages/kbn-securitysolution-autocomplete/src",
"console": "src/plugins/console",
"core": "src/core",
"discover": "src/plugins/discover",
Expand All @@ -17,6 +18,8 @@
"devTools": "src/plugins/dev_tools",
"expressions": "src/plugins/expressions",
"expressionError": "src/plugins/expression_error",
"expressionImage": "src/plugins/expression_image",
"expressionRepeatImage": "src/plugins/expression_repeat_image",
"expressionRevealImage": "src/plugins/expression_reveal_image",
"expressionShape": "src/plugins/expression_shape",
"inputControl": "src/plugins/input_control_vis",
Expand Down
32 changes: 16 additions & 16 deletions api_docs/alerting.json
Original file line number Diff line number Diff line change
Expand Up @@ -669,19 +669,19 @@
"children": [
{
"parentPluginId": "alerting",
"id": "def-server.AlertingApiRequestHandlerContext.getAlertsClient",
"id": "def-server.AlertingApiRequestHandlerContext.getRulesClient",
"type": "Function",
"tags": [],
"label": "getAlertsClient",
"label": "getRulesClient",
"description": [],
"signature": [
"() => ",
{
"pluginId": "alerting",
"scope": "server",
"docId": "kibAlertingPluginApi",
"section": "def-server.AlertsClient",
"text": "AlertsClient"
"section": "def-server.RulesClient",
"text": "RulesClient"
}
],
"source": {
Expand Down Expand Up @@ -1170,7 +1170,7 @@
"<Params>"
],
"source": {
"path": "x-pack/plugins/alerting/server/alerts_client/alerts_client.ts",
"path": "x-pack/plugins/alerting/server/rules_client/rules_client.ts",
"lineNumber": 140
},
"deprecated": false,
Expand All @@ -1183,7 +1183,7 @@
"label": "page",
"description": [],
"source": {
"path": "x-pack/plugins/alerting/server/alerts_client/alerts_client.ts",
"path": "x-pack/plugins/alerting/server/rules_client/rules_client.ts",
"lineNumber": 141
},
"deprecated": false
Expand All @@ -1196,7 +1196,7 @@
"label": "perPage",
"description": [],
"source": {
"path": "x-pack/plugins/alerting/server/alerts_client/alerts_client.ts",
"path": "x-pack/plugins/alerting/server/rules_client/rules_client.ts",
"lineNumber": 142
},
"deprecated": false
Expand All @@ -1209,7 +1209,7 @@
"label": "total",
"description": [],
"source": {
"path": "x-pack/plugins/alerting/server/alerts_client/alerts_client.ts",
"path": "x-pack/plugins/alerting/server/rules_client/rules_client.ts",
"lineNumber": 143
},
"deprecated": false
Expand All @@ -1233,7 +1233,7 @@
"<Params>, \"enabled\" | \"id\" | \"name\" | \"params\" | \"actions\" | \"tags\" | \"alertTypeId\" | \"consumer\" | \"schedule\" | \"scheduledTaskId\" | \"createdBy\" | \"updatedBy\" | \"createdAt\" | \"updatedAt\" | \"apiKeyOwner\" | \"throttle\" | \"notifyWhen\" | \"muteAll\" | \"mutedInstanceIds\" | \"executionStatus\">[]"
],
"source": {
"path": "x-pack/plugins/alerting/server/alerts_client/alerts_client.ts",
"path": "x-pack/plugins/alerting/server/rules_client/rules_client.ts",
"lineNumber": 144
},
"deprecated": false
Expand Down Expand Up @@ -1343,10 +1343,10 @@
},
{
"parentPluginId": "alerting",
"id": "def-server.PluginStartContract.getAlertsClientWithRequest",
"id": "def-server.PluginStartContract.getRulesClientWithRequest",
"type": "Function",
"tags": [],
"label": "getAlertsClientWithRequest",
"label": "getRulesClientWithRequest",
"description": [],
"signature": [
"(request: ",
Expand All @@ -1362,8 +1362,8 @@
"pluginId": "alerting",
"scope": "server",
"docId": "kibAlertingPluginApi",
"section": "def-server.AlertsClient",
"text": "AlertsClient"
"section": "def-server.RulesClient",
"text": "RulesClient"
},
", \"get\" | \"delete\" | \"create\" | \"find\" | \"update\" | \"aggregate\" | \"enable\" | \"disable\" | \"muteAll\" | \"getAlertState\" | \"getAlertInstanceSummary\" | \"updateApiKey\" | \"unmuteAll\" | \"muteInstance\" | \"unmuteInstance\" | \"listAlertTypes\">"
],
Expand All @@ -1375,7 +1375,7 @@
"children": [
{
"parentPluginId": "alerting",
"id": "def-server.PluginStartContract.getAlertsClientWithRequest.$1",
"id": "def-server.PluginStartContract.getRulesClientWithRequest.$1",
"type": "Object",
"tags": [],
"label": "request",
Expand Down Expand Up @@ -1571,10 +1571,10 @@
},
{
"parentPluginId": "alerting",
"id": "def-server.AlertsClient",
"id": "def-server.RulesClient",
"type": "Type",
"tags": [],
"label": "AlertsClient",
"label": "RulesClient",
"description": [],
"signature": [
"{ get: <Params extends Record<string, unknown> = never>({ id, }: { id: string; }) => Promise<Pick<",
Expand Down
4 changes: 2 additions & 2 deletions api_docs/deprecations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ warning: This document is auto-generated and is meant to be viewed inside our ex
| <DocLink id="kibSecurityPluginApi" section="def-server.LegacyAuditLogger" text="LegacyAuditLogger"/> | [audit_logger.ts#L8](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/authorization/audit_logger.ts#L8) | - |
| <DocLink id="kibSecurityPluginApi" section="def-server.LegacyAuditLogger" text="LegacyAuditLogger"/> | [audit_logger.ts#L21](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/authorization/audit_logger.ts#L21) | - |
| <DocLink id="kibSecurityPluginApi" section="def-server.LegacyAuditLogger" text="LegacyAuditLogger"/> | [audit_logger.ts#L23](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/authorization/audit_logger.ts#L23) | - |
| <DocLink id="kibSecurityPluginApi" section="def-server.LegacyAuditLogger" text="LegacyAuditLogger"/> | [alerts_client_factory.test.ts#L23](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/alerts_client_factory.test.ts#L23) | - |
| <DocLink id="kibSecurityPluginApi" section="def-server.LegacyAuditLogger" text="LegacyAuditLogger"/> | [alerts_client_factory.test.ts#L98](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/alerts_client_factory.test.ts#L98) | - |
| <DocLink id="kibSecurityPluginApi" section="def-server.LegacyAuditLogger" text="LegacyAuditLogger"/> | [rules_client_factory.test.ts#L23](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/rules_client_factory.test.ts#L23) | - |
| <DocLink id="kibSecurityPluginApi" section="def-server.LegacyAuditLogger" text="LegacyAuditLogger"/> | [rules_client_factory.test.ts#L98](https://github.com/elastic/kibana/tree/master/x-pack/plugins/alerting/server/rules_client_factory.test.ts#L98) | - |



Expand Down
4 changes: 2 additions & 2 deletions api_docs/security.json
Original file line number Diff line number Diff line change
Expand Up @@ -1739,14 +1739,14 @@
{
"plugin": "alerting",
"link": {
"path": "x-pack/plugins/alerting/server/alerts_client_factory.test.ts",
"path": "x-pack/plugins/alerting/server/rules_client_factory.test.ts",
"lineNumber": 23
}
},
{
"plugin": "alerting",
"link": {
"path": "x-pack/plugins/alerting/server/alerts_client_factory.test.ts",
"path": "x-pack/plugins/alerting/server/rules_client_factory.test.ts",
"lineNumber": 98
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/dev-tools/painlesslab/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ beta::[]
The *Painless Lab* is an interactive code editor that lets you test and
debug {ref}/modules-scripting-painless.html[Painless scripts] in real-time.
You can use the Painless scripting
language to create <<scripted-fields, {kib} scripted fields>>,
language to create <<runtime-fields, {kib} runtime fields>>,
process {ref}/docs-reindex.html[reindexed data], define complex
<<watcher-create-advanced-watch, Watcher conditions>>,
and work with data in other contexts.
Expand Down
2 changes: 1 addition & 1 deletion docs/developer/advanced/running-elasticsearch.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ See all available options, like how to specify a specific license, with the `--h
yarn es snapshot --help
----

`trial` will give you access to all capabilities.
`--license trial` will give you access to all capabilities.

**Keeping data between snapshots**

Expand Down
1 change: 1 addition & 0 deletions docs/developer/getting-started/monorepo-packages.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ yarn kbn watch-bazel
- @kbn/optimizer
- @kbn/plugin-helpers
- @kbn/rule-data-utils
- @kbn/securitysolution-autocomplete
- @kbn/securitysolution-es-utils
- @kbn/securitysolution-hook-utils
- @kbn/securitysolution-io-ts-alerting-types
Expand Down
8 changes: 8 additions & 0 deletions docs/developer/plugin-list.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@ This API doesn't support angular, for registering angular dev tools, bootstrap a
|Expression Error plugin adds an error renderer to the expression plugin. The renderer will display the error image.
|{kib-repo}blob/{branch}/src/plugins/expression_image/README.md[expressionImage]
|Expression Image plugin adds an image renderer to the expression plugin. The renderer will display the given image.
|{kib-repo}blob/{branch}/src/plugins/expression_repeat_image/README.md[expressionRepeatImage]
|Expression Repeat Image plugin adds a repeatImage function to the expression plugin and an associated renderer. The renderer will display the given image in mutliple instances.
|{kib-repo}blob/{branch}/src/plugins/expression_reveal_image/README.md[expressionRevealImage]
|Expression Reveal Image plugin adds a revealImage function to the expression plugin and an associated renderer. The renderer will display the given percentage of a given image.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ export declare enum ES_FIELD_TYPES
| TEXT | <code>&quot;text&quot;</code> | |
| TOKEN\_COUNT | <code>&quot;token_count&quot;</code> | |
| UNSIGNED\_LONG | <code>&quot;unsigned_long&quot;</code> | |
| VERSION | <code>&quot;version&quot;</code> | |

Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ export declare enum ES_FIELD_TYPES
| TEXT | <code>&quot;text&quot;</code> | |
| TOKEN\_COUNT | <code>&quot;token_count&quot;</code> | |
| UNSIGNED\_LONG | <code>&quot;unsigned_long&quot;</code> | |
| VERSION | <code>&quot;version&quot;</code> | |

184 changes: 149 additions & 35 deletions docs/index-extra-title-page.html
Original file line number Diff line number Diff line change
@@ -1,37 +1,151 @@
<div class="legalnotice">
<p>From creating beautiful visualizations to managing the Elastic Stack, learn how Kibana helps you get the most of your data.</p>
<p><a href="https://www.elastic.co/videos/training-how-to-stack">Watch our videos</a></p>
<table style="width:100%">
<tr>
<th><h3>New to Kibana?</h3></th>
<th><h3>Popular topics</h3></th>
</tr>
<tr>
<td>
<div class="itemizedlist">
<ul class="itemizedlist" type="disc">
<li class="listitem"><a href="https://www.elastic.co/guide/en/kibana/current/introduction.html">What is Kibana?</a></li>
<li class="listitem"><a href="https://www.elastic.co/guide/en/kibana/current/get-started.html">Quick start</a>
<li class="listitem"><a href="https://www.elastic.co/guide/en/kibana/current/connect-to-elasticsearch.html">Add data</a></li>
<li class="listitem"><a href="https://www.elastic.co/guide/en/kibana/current/dashboard.html">Create a dashboard</a></li>
<li class="listitem"><a href="https://www.elastic.co/guide/en/kibana/current/discover.html">Search your data</a>
</li>
</ul>
</div>
</td>
<td>
<div class="itemizedlist">
<ul class="itemizedlist" type="disc">
<li class="listitem"><a href="https://www.elastic.co/guide/en/kibana/current/install.html">Install Kibana</a></li>
<li class="listitem"><a href="https://www.elastic.co/guide/en/kibana/current/settings.html">Configure settings</a></li>
<li class="listitem"><a href="https://www.elastic.co/guide/en/kibana/current/kuery-query.html">Kibana Query Language (KQL)</a>
</li>
<li class="listitem"><a href="https://www.elastic.co/guide/en/kibana/current/index-patterns.html">Create an index pattern</a>
</li>
<li class="listitem"><a href="https://www.elastic.co/guide/en/kibana/current/alerting-getting-started.html">Create an alert</a>
</ul>
</div></td>
</tr>
</table>
<h3>All topics</h3>
<p>
From creating beautiful visualizations to managing the Elastic Stack, learn how Kibana helps you
get the most of your data.
</p>
<p>
<a href="https://www.elastic.co/videos/training-how-to-stack"><b>How-to videos</b></a>
</p>

<table style="width: 100%">
<tr>
<th><h3>New to Kibana?</h3></th>
<th><h3>Popular topics</h3></th>
</tr>
<tr>
<td>
<div class="itemizedlist">
<ul class="itemizedlist" type="disc">
<li class="listitem">
<a href="https://www.elastic.co/guide/en/kibana/current/introduction.html"
>What is Kibana?</a
>
</li>
<li class="listitem">
<a href="https://www.elastic.co/guide/en/kibana/current/get-started.html"
>Quick start</a
>
</li>
<li class="listitem">
<a href="https://www.elastic.co/guide/en/kibana/current/connect-to-elasticsearch.html"
>Add data</a
>
</li>
<li class="listitem">
<a href="https://www.elastic.co/guide/en/kibana/current/dashboard.html"
>Create a dashboard</a
>
</li>
<li class="listitem">
<a href="https://www.elastic.co/guide/en/kibana/current/discover.html"
>Search your data</a
>
</li>
</ul>
</div>
</td>
<td>
<div class="itemizedlist">
<ul class="itemizedlist" type="disc">
<li class="listitem">
<a href="https://www.elastic.co/guide/en/kibana/current/install.html"
>Install Kibana</a
>
</li>
<li class="listitem">
<a href="https://www.elastic.co/guide/en/kibana/current/settings.html"
>Configure settings</a
>
</li>
<li class="listitem">
<a href="https://www.elastic.co/guide/en/kibana/current/kuery-query.html"
>Kibana Query Language (KQL)</a
>
</li>
<li class="listitem">
<a href="https://www.elastic.co/guide/en/kibana/current/index-patterns.html"
>Create an index pattern</a
>
</li>
<li class="listitem">
<a href="https://www.elastic.co/guide/en/kibana/current/alerting-getting-started.html"
>Create an alert</a
>
</li>
</ul>
</div>
</td>
</tr>
<tr>
<th><h3>Analyze your data</h3></th>
<th><h3>Manage all things Stack</h3></th>
</tr>
<tr>
<td>
<div class="itemizedlist">
<ul class="itemizedlist" type="disc">
<li class="listitem">
<a href="https://www.elastic.co/guide/en/kibana/current/discover.html"
>Explore your data</a
>
</li>
<li class="listitem">
<a href="https://www.elastic.co/guide/en/kibana/current/dashboard.html"
>Create dashboards</a
>
</li>
<li class="listitem">
<a href="https://www.elastic.co/guide/en/kibana/current/canvas.html"
>Create presentations</a
>
</li>
<li class="listitem">
<a href="https://www.elastic.co/guide/en/kibana/current/maps.html"
>Map geographic data</a
>
</li>
<li class="listitem">
<a href="https://www.elastic.co/guide/en/kibana/current/xpack-ml.html"
>Model, predict, and detect behavior</a
>
</li>
</ul>
</div>
</td>
<td>
<div class="itemizedlist">
<ul class="itemizedlist" type="disc">
<li class="listitem">
<a
href="https://www.elastic.co/guide/en/kibana/current/tutorial-secure-access-to-kibana.html"
>Secure access to Kibana</a
>
</li>
<li class="listitem">
<a href="https://www.elastic.co/guide/en/kibana/current/xpack-spaces.html"
>Organize your data in spaces</a
>
</li>
<li class="listitem">
<a href="https://www.elastic.co/guide/en/kibana/current/managing-saved-objects.html"
>Categorize your saved objects</a
>
</li>
<li class="listitem">
<a href="https://www.elastic.co/guide/en/kibana/current/managing-tags.html"
>Quickly find apps and objects</a
>
</li>
<li class="listitem">
<a href="https://www.elastic.co/guide/en/kibana/current/management.html"
>Manage your data</a
>
</li>
</ul>
</div>
</td>
</tr>
</table>

<h3>All topics</h3>
</div>
Loading

0 comments on commit 1d72d74

Please sign in to comment.