Skip to content

Commit

Permalink
Merge branch 'master' of github.com:elastic/kibana into renovate/sinon
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Aug 30, 2019
2 parents 027d294 + a8d9e2b commit 0cc7554
Show file tree
Hide file tree
Showing 785 changed files with 34,942 additions and 12,774 deletions.
2 changes: 1 addition & 1 deletion .backportrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"upstream": "elastic/kibana",
"branches": [{ "name": "7.x", "checked": true }, "7.3", "7.2", "7.1", "7.0", "6.8", "6.7", "6.6", "6.5", "6.4", "6.3", "6.2", "6.1", "6.0", "5.6"],
"branches": [{ "name": "7.x", "checked": true }, "7.4", "7.3", "7.2", "7.1", "7.0", "6.8", "6.7", "6.6", "6.5", "6.4", "6.3", "6.2", "6.1", "6.0", "5.6"],
"labels": ["backport"]
}
21 changes: 4 additions & 17 deletions .ci/jobs.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,21 @@
JOB:
- kibana-intake
- x-pack-intake
- kibana-firefoxSmoke
- intake
- firefoxSmoke
- kibana-ciGroup1
- kibana-ciGroup2
- kibana-ciGroup3
- kibana-ciGroup4
- kibana-ciGroup5
- kibana-ciGroup6
- kibana-ciGroup7
- kibana-ciGroup8
- kibana-ciGroup9
- kibana-ciGroup10
- kibana-ciGroup11
- kibana-ciGroup12
- kibana-visualRegression
# - kibana-visualRegression

# make sure all x-pack-ciGroups are listed in test/scripts/jenkins_xpack_ci_group.sh
- x-pack-firefoxSmoke
- x-pack-ciGroup1
- x-pack-ciGroup2
- x-pack-ciGroup3
- x-pack-ciGroup4
- x-pack-ciGroup5
- x-pack-ciGroup6
- x-pack-ciGroup7
- x-pack-ciGroup8
- x-pack-ciGroup9
- x-pack-ciGroup10
- x-pack-visualRegression
# - x-pack-visualRegression

# `~` is yaml for `null`
exclude: ~
10 changes: 2 additions & 8 deletions .ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source src/dev/ci_setup/setup.sh
source src/dev/ci_setup/checkout_sibling_es.sh

case "$JOB" in
kibana-intake)
intake)
./test/scripts/jenkins_unit.sh
;;
kibana-ciGroup*)
Expand All @@ -21,22 +21,16 @@ kibana-ciGroup*)
kibana-visualRegression*)
./test/scripts/jenkins_visual_regression.sh
;;
kibana-firefoxSmoke*)
firefoxSmoke*)
./test/scripts/jenkins_firefox_smoke.sh
;;
x-pack-intake)
./test/scripts/jenkins_xpack.sh
;;
x-pack-ciGroup*)
export CI_GROUP="${JOB##x-pack-ciGroup}"
./test/scripts/jenkins_xpack_ci_group.sh
;;
x-pack-visualRegression*)
./test/scripts/jenkins_xpack_visual_regression.sh
;;
x-pack-firefoxSmoke*)
./test/scripts/jenkins_xpack_firefox_smoke.sh
;;
*)
echo "JOB '$JOB' is not implemented."
exit 1
Expand Down
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ bower_components
/target
/.es
/plugins
/optimize
/built_assets
/html_docs
/src/fixtures/vislib/mock_data
Expand Down
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ module.exports = {
{
from: ['src/legacy/ui/**/*', 'ui/**/*'],
target: [
'test/plugin_functional/plugins/**/public/np_ready/**/*',
'test/plugin_functional/plugins/**/server/np_ready/**/*',
'src/legacy/core_plugins/**/public/np_ready/**/*',
'src/legacy/core_plugins/**/server/np_ready/**/*',
'x-pack/legacy/plugins/**/public/np_ready/**/*',
Expand Down
27 changes: 9 additions & 18 deletions .sass-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,24 @@ files:
rules:
quotes:
- 2
-
style: 'single'
- style: 'single'
# } else { style on one line, like our JS
brace-style:
- 2
-
style: '1tbs'
- style: '1tbs'
variable-name-format:
- 2
-
convention: 'camelcase'
- convention: 'camelcase'
# Needs regex, right now we ignore
class-name-format: 0
# Order how you please
property-sort-order: 0
hex-notation:
- 2
-
style: 'uppercase'
- style: 'uppercase'
mixin-name-format:
- 2
-
allow-leading-underscore: false
- allow-leading-underscore: false
convention: 'camelcase'
# Use none instead of 0 for no border
border-zero:
Expand All @@ -47,8 +42,7 @@ rules:
indentation: 2
function-name-format:
- 2
-
allow-leading-underscore: false
- allow-leading-underscore: false
convention: 'camelcase'
# This removes the need for ::hover
pseudo-element: 0
Expand All @@ -62,23 +56,20 @@ rules:
force-attribute-nesting: 0
no-qualifying-elements:
- 2
-
# Allows input[type=search]
- # Allows input[type=search]
allow-element-with-attribute: 1
# Files can end without a newline
final-newline: 0
# We use some rare duplicate property values for browser variance
no-duplicate-properties:
- 2
-
exclude:
- exclude:
- 'font-size'
- 'word-break'
# Put a line-break between sections of CSS, but allow quicky one-liners for legibility
empty-line-between-blocks:
- 2
-
allow-single-line-rulesets: 1
- allow-single-line-rulesets: 1
# Warns are nice for deprecations and development
no-warn: 0
# Transition all is useful in certain situations and there's no recent info to suggest slowdown
Expand Down
2 changes: 1 addition & 1 deletion docs/api/saved-objects/bulk_create.asciidoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[[saved-objects-api-bulk-create]]
=== Bulk Create Objects

experimental[This functionality is *experimental* and may be changed or removed completely in a future release.]
beta[This functionality is *beta*. It's on track to become a stable, permanent feature of {kib}. Caution should be exercised because it is possible a breaking change to these APIs will occur in a minor version, but we’ll avoid this wherever possible. ]

The bulk-create saved object API enables you to persist multiple Kibana saved
objects.
Expand Down
2 changes: 1 addition & 1 deletion docs/api/saved-objects/bulk_get.asciidoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[[saved-objects-api-bulk-get]]
=== Bulk Get Objects

experimental[This functionality is *experimental* and may be changed or removed completely in a future release.]
beta[This functionality is *beta*. It's on track to become a stable, permanent feature of {kib}. Caution should be exercised because it is possible a breaking change to these APIs will occur in a minor version, but we’ll avoid this wherever possible. ]

The bulk-get saved object API enables you to retrieve multiple Kibana saved
objects by id.
Expand Down
2 changes: 1 addition & 1 deletion docs/api/saved-objects/create.asciidoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[[saved-objects-api-create]]
=== Create Object

experimental[This functionality is *experimental* and may be changed or removed completely in a future release.]
beta[This functionality is *beta*. It's on track to become a stable, permanent feature of {kib}. Caution should be exercised because it is possible a breaking change to these APIs will occur in a minor version, but we’ll avoid this wherever possible. ]

The create saved object API enables you to persist a Kibana saved object.

Expand Down
2 changes: 1 addition & 1 deletion docs/api/saved-objects/delete.asciidoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[[saved-objects-api-delete]]
=== Delete Object

experimental[This functionality is *experimental* and may be changed or removed completely in a future release.]
beta[This functionality is *beta*. It's on track to become a stable, permanent feature of {kib}. Caution should be exercised because it is possible a breaking change to these APIs will occur in a minor version, but we’ll avoid this wherever possible. ]

The delete saved object API permanently removes a Kibana saved object. Once a
saved object has been deleted, _it cannot be recovered_.
Expand Down
2 changes: 1 addition & 1 deletion docs/api/saved-objects/export.asciidoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[[saved-objects-api-export]]
=== Export Objects

experimental[This functionality is *experimental* and may be changed or removed completely in a future release.]
beta[This functionality is *beta*. It's on track to become a stable, permanent feature of {kib}. Caution should be exercised because it is possible a breaking change to these APIs will occur in a minor version, but we’ll avoid this wherever possible. ]

The export saved objects API enables you to retrieve a set of saved objects that can later be imported into Kibana.

Expand Down
2 changes: 1 addition & 1 deletion docs/api/saved-objects/find.asciidoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[[saved-objects-api-find]]
=== Find Objects

experimental[This functionality is *experimental* and may be changed or removed completely in a future release.]
beta[This functionality is *beta*. It's on track to become a stable, permanent feature of {kib}. Caution should be exercised because it is possible a breaking change to these APIs will occur in a minor version, but we’ll avoid this wherever possible. ]

The find saved object API enables you to retrieve a paginated set of Kibana
saved objects by various conditions.
Expand Down
2 changes: 1 addition & 1 deletion docs/api/saved-objects/get.asciidoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[[saved-objects-api-get]]
=== Get Object

experimental[This functionality is *experimental* and may be changed or removed completely in a future release.]
beta[This functionality is *beta*. It's on track to become a stable, permanent feature of {kib}. Caution should be exercised because it is possible a breaking change to these APIs will occur in a minor version, but we’ll avoid this wherever possible. ]

The get saved object API enables you to retrieve a single Kibana saved object
by id.
Expand Down
2 changes: 1 addition & 1 deletion docs/api/saved-objects/import.asciidoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[[saved-objects-api-import]]
=== Import Objects

experimental[This functionality is *experimental* and may be changed or removed completely in a future release.]
beta[This functionality is *beta*. It's on track to become a stable, permanent feature of {kib}. Caution should be exercised because it is possible a breaking change to these APIs will occur in a minor version, but we’ll avoid this wherever possible. ]

The import saved objects API enables you to create a set of Kibana saved objects from a file created by the export API.

Expand Down
2 changes: 1 addition & 1 deletion docs/api/saved-objects/resolve_import_errors.asciidoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[[saved-objects-api-resolve-import-errors]]
=== Resolve Import Errors

experimental[This functionality is *experimental* and may be changed or removed completely in a future release.]
beta[This functionality is *beta*. It's on track to become a stable, permanent feature of {kib}. Caution should be exercised because it is possible a breaking change to these APIs will occur in a minor version, but we’ll avoid this wherever possible. ]

The resolve import errors API enables you to resolve errors given by the import API by either retrying certain saved objects, overwriting specific saved objects or changing references to different saved objects.

Expand Down
2 changes: 1 addition & 1 deletion docs/api/saved-objects/update.asciidoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[[saved-objects-api-update]]
=== Update Object

experimental[This functionality is *experimental* and may be changed or removed completely in a future release.]
beta[This functionality is *beta*. It's on track to become a stable, permanent feature of {kib}. Caution should be exercised because it is possible a breaking change to these APIs will occur in a minor version, but we’ll avoid this wherever possible. ]

The update saved object API enables you to update the attributes for an
existing Kibana saved object.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ export interface ChromeBreadcrumb
| --- | --- | --- |
| [data-test-subj](./kibana-plugin-public.chromebreadcrumb.data-test-subj.md) | <code>string</code> | |
| [href](./kibana-plugin-public.chromebreadcrumb.href.md) | <code>string</code> | |
| [onClick](./kibana-plugin-public.chromebreadcrumb.onclick.md) | <code>MouseEventHandler&lt;HTMLButtonElement&gt;</code> | |
| [text](./kibana-plugin-public.chromebreadcrumb.text.md) | <code>string</code> | |

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [kibana-plugin-public](./kibana-plugin-public.md) &gt; [ChromeBreadcrumb](./kibana-plugin-public.chromebreadcrumb.md) &gt; [onClick](./kibana-plugin-public.chromebreadcrumb.onclick.md)

## ChromeBreadcrumb.onClick property

<b>Signature:</b>

```typescript
onClick?: MouseEventHandler<HTMLButtonElement>;
```
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions docs/infrastructure/infra-ui.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,15 @@ Examples of grouping options include *Availability Zone*, *Machine Type*, *Proje
[[infra-search]]
=== Use the power of search

Use the search bar to perform ad hoc or structured searches using {kibana-ref}/kuery-query.html[Kibana Query Language] which features autocomplete and a simple, easy to use syntax.
Use the search bar to perform ad hoc searches for specific text.
You can also create structured searches using {kibana-ref}/kuery-query.html[Kibana Query Language].
For example, enter `host.hostname : "host1"` to see only the information for `host1`.

[float]
[[infra-date]]
=== Specify the time and date

Click the time selector to choose the timeframe for the metrics.
Click the time selector image:logs/images/logs-time-selector.png[time selector icon] to choose the timeframe for the metrics.
The values shown are the values for the last minute at the specified time and date.

[float]
Expand All @@ -69,14 +70,14 @@ If your metrics have custom index patterns, or use non-default field settings, y
Click *Configuration* to change the settings.
This opens the *Configure source* fly-out dialog.

NOTE: These settings are shared with logs. Changes you make here may also affect the settings used in the *Logs* tab.
NOTE: These settings are shared with logs. Changes you make here may also affect the settings used by the *Logs* app.

In the *Configure source* dialog, you can change the following values:

* *Name*: the name of the source configuration
* *Indices*: the index pattern or patterns in the Elasticsearch indices to read metrics data and log data
from
* *Fields*: the names of specific fields in the indices that need are used to query and interpret the data correctly
* *Fields*: the names of specific fields in the indices that are used to query and interpret the data correctly

TIP: If <<xpack-spaces>> are enabled in your Kibana instance, any configuration changes you make here are specific to the current space.
You can make different subsets of data available by creating multiple spaces with different data source configurations.
Expand Down

0 comments on commit 0cc7554

Please sign in to comment.