Skip to content

Commit e79059f

Browse files
committed
Merge branch 'master' into uptime_server-new-platform
2 parents 49bc115 + 40a6c52 commit e79059f

File tree

282 files changed

+4231
-2519
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

282 files changed

+4231
-2519
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -309,12 +309,12 @@ Another tool we use for enforcing consistent coding style is EditorConfig, which
309309
Note that for VSCode, to enable "live" linting of TypeScript (and other) file types, you will need to modify your local settings, as shown below. The default for the ESLint extension is to only lint JavaScript file types.
310310

311311
```json
312-
"eslint.validate": [
313-
"javascript",
314-
"javascriptreact",
315-
"typescript",
316-
"typescriptreact",
317-
]
312+
"eslint.validate": [
313+
"javascript",
314+
"javascriptreact",
315+
{ "language": "typescript", "autoFix": true },
316+
{ "language": "typescriptreact", "autoFix": true }
317+
]
318318
```
319319

320320
### Internationalization

docs/api/spaces-management.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Manage your {kib} spaces.
1010
* <<spaces-api-get-all, Get all {kib} spaces API>>
1111
* <<spaces-api-delete, Delete space API>>
1212
* <<spaces-api-copy-saved-objects, Copy saved objects to space API>>
13-
*<<spaces-api-resolve-copy-saved-objects-conflicts , Resolve copy saved objects to space conflicts API>>
13+
* <<spaces-api-resolve-copy-saved-objects-conflicts, Resolve copy saved objects to space conflicts API>>
1414

1515
include::spaces-management/post.asciidoc[]
1616
include::spaces-management/put.asciidoc[]

docs/developer/plugin/development-plugin-resources.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ node scripts/generate_plugin my_plugin_name # replace "my_plugin_name" with your
2828
The Kibana directory must be named `kibana`, and your plugin directory should be located in the root of `kibana` in a `plugins` directory, for example:
2929

3030
["source","shell"]
31-
-----------
31+
----
3232
.
3333
└── kibana
3434
└── plugins
3535
├── foo-plugin
3636
└── bar-plugin
37-
--------
37+
----
3838

3939
[float]
4040
==== References in the code

docs/infrastructure/getting-started.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[[xpack-metrics-getting-started]]
33
== Getting started with infrastructure monitoring
44

5-
To get started with the Infrastructure app in Kibana, you need to start collecting metrics data for your infrastructure.
5+
To get started with the Metrics app in Kibana, you need to start collecting metrics data for your infrastructure.
66

77
Kibana provides step-by-step instructions to help you add metrics data.
88
The {infra-guide}[Infrastructure Monitoring Guide] is a good source for more detailed information and instructions.

docs/infrastructure/index.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[role="xpack"]
22
[[xpack-infra]]
3-
= Infrastructure
3+
= Metrics
44

55
[partintro]
66
--
7-
The Infrastructure app enables you to monitor your infrastructure and identify problems in real time.
7+
The Metrics app enables you to monitor your infrastructure and identify problems in real time.
88
You start with a visual summary of your infrastructure where you can view basic metrics for common servers, containers, and services.
99
Then you can drill down to view more detailed metrics or other information for that component.
1010

@@ -21,7 +21,7 @@ You can optionally save these views and add them to {kibana-ref}/dashboard.html[
2121

2222
* Seamlessly switch to view the corresponding logs, application traces or uptime information for a component.
2323

24-
To get started, you need to <<xpack-metrics-getting-started, start collecting metrics data from your infrastructure>>. Then you can <<infra-ui, use the Infrastructure application to inspect and analyze your data>>.
24+
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>>.
2525

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

docs/infrastructure/infra-ui.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[role="xpack"]
22
[[infra-ui]]
3-
== Using the Infrastructure app
3+
== Using the Metrics app
44

5-
Use the Infrastructure app in {kib} to monitor your infrastructure and identify problems in real time.
5+
Use the Metrics app in {kib} to monitor your infrastructure and identify problems in real time.
66
You can explore metrics for hosts, containers, and services.
77
You can also drill down to view more detailed metrics, or seamlessly switch to view the corresponding logs, application traces, and uptime information.
88

@@ -62,7 +62,7 @@ Select *Auto-refresh* to keep up-to-date metrics information coming in, or *Stop
6262
[[infra-configure-source]]
6363
=== Configure the data to use for your metrics
6464

65-
The default source configuration for metrics is specified in the {kibana-ref}/infrastructure-ui-settings-kb.html[Infrastructure app settings] in the {kibana-ref}/settings.html[Kibana configuration file].
65+
The default source configuration for metrics is specified in the {kibana-ref}/infrastructure-ui-settings-kb.html[Metrics app settings] in the {kibana-ref}/settings.html[Kibana configuration file].
6666
The default configuration uses the `metricbeat-*` index pattern to query the data.
6767
The default configuration also defines field settings for things like timestamps and container names.
6868

docs/infrastructure/metrics-explorer.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[[metrics-explorer]]
33
== Metrics Explorer
44

5-
Metrics Explorer in the Infrastructure app in Kibana allows you to group and visualise multiple customisable metrics for one or more components in a graphical format.
5+
Metrics Explorer in the Metrics app in Kibana allows you to group and visualise multiple customisable metrics for one or more components in a graphical format.
66
This can be a starting point for further investigations.
77
You can also save your views and add them to {kibana-ref}/dashboard.html[dashboards].
88

@@ -14,7 +14,7 @@ image::infrastructure/images/metrics-explorer-screen.png[Metrics Explorer in Kib
1414
=== Metrics Explorer requirements and considerations
1515

1616
* Metrics Explorer uses data collected from {metricbeat-ref}/metricbeat-overview.html[Metricbeat].
17-
* You need read permissions on `metricbeat-*` or the metric index specified in the Infrastructure configuration.
17+
* You need read permissions on `metricbeat-*` or the metric index specified in the Metrics configuration.
1818
* Metrics Explorer uses the timestamp field set in the Infrastructure configuration.
1919
By default that is set to `@timestamp`.
2020
* The interval for the X Axis is set to `auto`.
@@ -30,7 +30,7 @@ After that, we'll filter down to a specific host and explore the outbound traffi
3030
Before we start, if you don't have any Metricbeat data, you'll need to head over to our
3131
{metricbeat-ref}/metricbeat-overview.html[Metricbeat documentation] to install Metricbeat and start collecting data.
3232

33-
1. When you have Metricbeat running and collecting data, open Kibana and navigate to *Infrastructure*.
33+
1. When you have Metricbeat running and collecting data, open Kibana and navigate to *Metrics*.
3434
The *Inventory* tab shows the host or hosts you are monitoring.
3535

3636
2. Select the *Metrics Explorer* tab.

docs/infrastructure/view-metrics.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
== Viewing infrastructure metrics
55

6-
When you select *View Metrics* for a component in your infrastructure from the <<infra-ui, Infrastructure app in Kibana>>, you can view detailed metrics for that component, and for any related components.
6+
When you select *View Metrics* for a component in your infrastructure from the <<infra-ui, Metrics app in Kibana>>, you can view detailed metrics for that component, and for any related components.
77
You can also view additional component metadata.
88

99
[role="screenshot"]

docs/logs/index.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The Logs app has a compact, console-like display that you can customize.
1010
You can filter the logs by various fields, start and stop live streaming, and highlight text of interest.
1111

1212
You can open the Logs app from the *Logs* tab in Kibana.
13-
You can also open the Logs app directly from a component in the Infrastructure app.
13+
You can also open the Logs app directly from a component in the Metrics app.
1414
In this case, you will only see the logs for the selected component.
1515

1616
* <<xpack-logs-getting-started>>

docs/settings/general-infra-logs-ui-settings.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
`xpack.infra.enabled`:: Set to `false` to disable the Logs and Infrastructure UI plugin {kib}. Defaults to `true`.
1+
`xpack.infra.enabled`:: Set to `false` to disable the Logs and Metrics UI plugin {kib}. Defaults to `true`.
22

33
`xpack.infra.sources.default.logAlias`:: Index pattern for matching indices that contain log data. Defaults to `filebeat-*,kibana_sample_data_logs*`. To match multiple wildcard patterns, use a comma to separate the names, with no space after the comma. For example, `logstash-app1-*,default-logs-*`.
44

0 commit comments

Comments
 (0)