Skip to content

Commit

Permalink
Merge branch 'master' into apm-69092-use-ml-anomaly-search-client
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine authored Jun 15, 2020
2 parents 02949d9 + 9ddaebc commit 3dfe09d
Show file tree
Hide file tree
Showing 366 changed files with 52,276 additions and 74,085 deletions.
18 changes: 9 additions & 9 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -168,15 +168,15 @@
/src/core/public/i18n/ @elastic/kibana-localization
/packages/kbn-i18n/ @elastic/kibana-localization

# Pulse
/packages/kbn-analytics/ @elastic/pulse
/src/plugins/kibana_usage_collection/ @elastic/pulse
/src/plugins/newsfeed/ @elastic/pulse
/src/plugins/telemetry/ @elastic/pulse
/src/plugins/telemetry_collection_manager/ @elastic/pulse
/src/plugins/telemetry_management_section/ @elastic/pulse
/src/plugins/usage_collection/ @elastic/pulse
/x-pack/plugins/telemetry_collection_xpack/ @elastic/pulse
# Kibana Telemetry
/packages/kbn-analytics/ @elastic/kibana-telemetry
/src/plugins/kibana_usage_collection/ @elastic/kibana-telemetry
/src/plugins/newsfeed/ @elastic/kibana-telemetry
/src/plugins/telemetry/ @elastic/kibana-telemetry
/src/plugins/telemetry_collection_manager/ @elastic/kibana-telemetry
/src/plugins/telemetry_management_section/ @elastic/kibana-telemetry
/src/plugins/usage_collection/ @elastic/kibana-telemetry
/x-pack/plugins/telemetry_collection_xpack/ @elastic/kibana-telemetry

# Kibana Alerting Services
/x-pack/plugins/alerts/ @elastic/kibana-alerting-services
Expand Down
12 changes: 6 additions & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ library 'kibana-pipeline-library'
kibanaLibrary.load()

kibanaPipeline(timeoutMinutes: 155, checkPrChanges: true) {
ciStats.trackBuild {
githubPr.withDefaultPrComments {
githubPr.withDefaultPrComments {
ciStats.trackBuild {
catchError {
retryable.enable()
parallel([
Expand Down Expand Up @@ -53,10 +53,10 @@ kibanaPipeline(timeoutMinutes: 155, checkPrChanges: true) {
])
}
}
}

if (params.NOTIFY_ON_FAILURE) {
slackNotifications.onFailure()
kibanaPipeline.sendMail()
}
if (params.NOTIFY_ON_FAILURE) {
slackNotifications.onFailure()
kibanaPipeline.sendMail()
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,13 @@ Constructs a new instance of the `IndexPattern` class
<b>Signature:</b>

```typescript
constructor(id: string | undefined, getConfig: any, savedObjectsClient: SavedObjectsClientContract, apiClient: IIndexPatternsApiClient, patternCache: PatternCache, fieldFormats: FieldFormatsStartCommon, onNotification: OnNotification, onError: OnError);
constructor(id: string | undefined, { getConfig, savedObjectsClient, apiClient, patternCache, fieldFormats, onNotification, onError, }: IndexPatternDeps);
```

## Parameters

| Parameter | Type | Description |
| --- | --- | --- |
| id | <code>string &#124; undefined</code> | |
| getConfig | <code>any</code> | |
| savedObjectsClient | <code>SavedObjectsClientContract</code> | |
| apiClient | <code>IIndexPatternsApiClient</code> | |
| patternCache | <code>PatternCache</code> | |
| fieldFormats | <code>FieldFormatsStartCommon</code> | |
| onNotification | <code>OnNotification</code> | |
| onError | <code>OnError</code> | |
| { getConfig, savedObjectsClient, apiClient, patternCache, fieldFormats, onNotification, onError, } | <code>IndexPatternDeps</code> | |

Original file line number Diff line number Diff line change
Expand Up @@ -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 <code>IndexPattern</code> class |
| [(constructor)(id, { getConfig, savedObjectsClient, apiClient, patternCache, fieldFormats, onNotification, onError, })](./kibana-plugin-plugins-data-public.indexpattern._constructor_.md) | | Constructs a new instance of the <code>IndexPattern</code> class |
## Properties
Expand Down
11 changes: 0 additions & 11 deletions docs/infrastructure/getting-started.asciidoc

This file was deleted.

Binary file removed docs/infrastructure/images/infra-time-selector.png
Binary file not shown.
Binary file removed docs/infrastructure/images/infra-view-metrics.png
Binary file not shown.
Binary file removed docs/infrastructure/images/metrics-add-data.png
Binary file not shown.
Binary file not shown.
Binary file removed docs/infrastructure/images/time-filter-calendar.png
Binary file not shown.
Binary file removed docs/infrastructure/images/time-filter-clock.png
Binary file not shown.
16 changes: 6 additions & 10 deletions docs/infrastructure/index.asciidoc
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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 <<xpack-metrics-getting-started, start collecting metrics data from your infrastructure>>. Then you can <<infra-ui, use the Metrics application to inspect and analyze your data>>.

[role="screenshot"]
image::infrastructure/images/infra-sysmon.png[Infrastructure Overview in Kibana]

--
[float]
=== Get started

To get started with Metrics, refer to {metrics-guide}/install-metrics-monitoring.html[Install Metrics].

include::getting-started.asciidoc[]
include::infra-ui.asciidoc[]
include::view-metrics.asciidoc[]
include::metrics-explorer.asciidoc[]
113 changes: 0 additions & 113 deletions docs/infrastructure/infra-ui.asciidoc

This file was deleted.

75 changes: 0 additions & 75 deletions docs/infrastructure/metrics-explorer.asciidoc

This file was deleted.

32 changes: 0 additions & 32 deletions docs/infrastructure/view-metrics.asciidoc

This file was deleted.

14 changes: 0 additions & 14 deletions docs/ingest_manager/index.asciidoc

This file was deleted.

27 changes: 27 additions & 0 deletions docs/ingest_manager/ingest-manager.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[chapter]
[role="xpack"]
[[ingest-manager]]
= {ingest-manager}

experimental[]

{ingest-manager} in {kib} enables you to add and manage integrations for popular
services and platforms, as well as manage {elastic-agent} installations in
standalone or {fleet} mode.

Standalone mode requires you to manually configure and manage the agent locally.

{fleet} mode offers several advantages:

* A central place to configure and monitor your {agent}s.
* An overview of the data ingest in your {es} cluster.
* Multiple integrations to collect and transform data.

[role="screenshot"]
image::ingest_manager/images/ingest-manager-start.png[{ingest-manager} app in {kib}]

[float]
== Get started

To get started with {ingest-management}, refer to the
{ingest-guide}/index.html[Ingest Management Guide].
Loading

0 comments on commit 3dfe09d

Please sign in to comment.