Skip to content

Commit 196f0e1

Browse files
Merge branch 'master' into about-step
2 parents 2b680ec + 21977a7 commit 196f0e1

File tree

599 files changed

+9941
-7480
lines changed

Some content is hidden

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

599 files changed

+9941
-7480
lines changed

.ci/Jenkinsfile_baseline_capture

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,25 @@ library 'kibana-pipeline-library'
44
kibanaLibrary.load()
55

66
kibanaPipeline(timeoutMinutes: 120) {
7-
ciStats.trackBuild {
8-
catchError {
9-
parallel([
10-
'oss-visualRegression': {
11-
workers.ci(name: 'oss-visualRegression', size: 's-highmem', ramDisk: true) {
12-
kibanaPipeline.functionalTestProcess('oss-visualRegression', './test/scripts/jenkins_visual_regression.sh')(1)
13-
}
14-
},
15-
'xpack-visualRegression': {
16-
workers.ci(name: 'xpack-visualRegression', size: 's-highmem', ramDisk: true) {
17-
kibanaPipeline.functionalTestProcess('xpack-visualRegression', './test/scripts/jenkins_xpack_visual_regression.sh')(1)
18-
}
19-
},
20-
])
21-
}
7+
githubCommitStatus.trackBuild(params.commit, 'kibana-ci-baseline') {
8+
ciStats.trackBuild {
9+
catchError {
10+
parallel([
11+
'oss-visualRegression': {
12+
workers.ci(name: 'oss-visualRegression', size: 's-highmem', ramDisk: true) {
13+
kibanaPipeline.functionalTestProcess('oss-visualRegression', './test/scripts/jenkins_visual_regression.sh')(1)
14+
}
15+
},
16+
'xpack-visualRegression': {
17+
workers.ci(name: 'xpack-visualRegression', size: 's-highmem', ramDisk: true) {
18+
kibanaPipeline.functionalTestProcess('xpack-visualRegression', './test/scripts/jenkins_xpack_visual_regression.sh')(1)
19+
}
20+
},
21+
])
22+
}
2223

23-
kibanaPipeline.sendMail()
24-
slackNotifications.onFailure()
24+
kibanaPipeline.sendMail()
25+
slackNotifications.onFailure()
26+
}
2527
}
2628
}

.ci/pipeline-library/src/test/githubCommitStatus.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ class GithubCommitStatusTest extends KibanaBasePipelineTest {
1212

1313
interface BuildState {
1414
Object get(String key)
15+
Object has(String key)
1516
}
1617

1718
interface GithubApi {
@@ -25,6 +26,7 @@ class GithubCommitStatusTest extends KibanaBasePipelineTest {
2526
buildStateMock = mock(BuildState)
2627
githubApiMock = mock(GithubApi)
2728

29+
when(buildStateMock.has('checkoutInfo')).thenReturn(true)
2830
when(buildStateMock.get('checkoutInfo')).thenReturn([ commit: 'COMMIT_HASH', ])
2931
when(githubApiMock.post(any(), any())).thenReturn(null)
3032

NOTICE.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ This module was heavily inspired by the externals plugin that ships with webpack
2626
MIT License http://www.opensource.org/licenses/mit-license.php
2727
Author Tobias Koppers @sokra
2828

29-
---
30-
This product has relied on ASTExplorer that is licensed under MIT.
31-
3229
---
3330
This product includes code that is based on Ace editor, which was available
3431
under a "BSD" license.

docs/dev-tools/grokdebugger/index.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ in ingest node and Logstash.
3232
This example walks you through using the *Grok Debugger*. This tool
3333
is automatically enabled in {kib}.
3434

35-
NOTE: If you're using {security}, you must have the `manage_pipeline`
35+
NOTE: If you're using {stack-security-features}, you must have the `manage_pipeline`
3636
permission to use the Grok Debugger.
3737

3838
. Open the menu, go to *Dev Tools*, then click *Grok Debugger*.

docs/developer/architecture/code-exploration.asciidoc

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ NOTE:
1111
////
1212
1313
[[code-exploration]]
14-
=== Exploring Kibana code
14+
== Exploring Kibana code
1515
1616
The goals of our folder heirarchy are:
1717
@@ -28,10 +28,10 @@ To that aim, we strive to:
2828
2929
[discrete]
3030
[[kibana-services-applications]]
31-
==== Services and Applications
31+
=== Services and Applications
3232
3333
[discrete]
34-
===== src/plugins
34+
==== src/plugins
3535
3636
- {kib-repo}blob/{branch}/src/plugins/advanced_settings[advancedSettings]
3737
@@ -283,7 +283,7 @@ WARNING: Missing README.
283283
284284
285285
[discrete]
286-
===== x-pack/plugins
286+
==== x-pack/plugins
287287
288288
- {kib-repo}blob/{branch}/x-pack/plugins/actions/README.md[actions]
289289
@@ -365,7 +365,10 @@ WARNING: Missing README.
365365
WARNING: Missing README.
366366
367367
368-
- {kib-repo}blob/{branch}/x-pack/plugins/embeddable_enhanced/README.md[embeddableEnhanced]
368+
- {kib-repo}blob/{branch}/x-pack/plugins/embeddable_enhanced[embeddableEnhanced]
369+
370+
WARNING: Missing README.
371+
369372
370373
- {kib-repo}blob/{branch}/x-pack/plugins/encrypted_saved_objects/README.md[encryptedSavedObjects]
371374
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
[[explore-underlying-data]]
2+
== Explore the underlying data for a visualization
3+
4+
++++
5+
<titleabbrev>Explore the underlying data</titleabbrev>
6+
++++
7+
8+
Dashboard panels have an *Explore underlying data* action that navigates you to *Discover*,
9+
where you can narrow your documents to the ones you'll most likely use in a visualization.
10+
This action is available for visualizations backed by a single index pattern.
11+
12+
You can access *Explore underlying data* in two ways: from the panel context
13+
menu or from the menu that appears when you interact with the chart.
14+
15+
[float]
16+
[[explore-data-from-panel-context-menu]]
17+
=== Explore data from panel context menu
18+
19+
The *Explore underlying data* action in the panel menu navigates you to Discover,
20+
carrying over the index pattern, filters, query, and time range for the visualization.
21+
22+
[role="screenshot"]
23+
image::images/explore_data_context_menu.png[Explore underlying data from panel context menu]
24+
25+
[float]
26+
[[explore-data-from-chart]]
27+
=== Explore data from chart action
28+
29+
Initiating *Explore underlying data* from the chart also navigates to Discover,
30+
carrying over the current context for the visualization. In addition, this action
31+
applies the filters and time range created by the events that triggered the action.
32+
33+
[role="screenshot"]
34+
image::images/explore_data_in_chart.png[Explore underlying data from chart]
35+
36+
You can disable this action by adding the following line to your `kibana.yml` config.
37+
38+
["source","yml"]
39+
-----------
40+
xpack.discoverEnhanced.actions.exploreDataInChart.enabled: false
41+
-----------
101 KB
Loading
97.5 KB
Loading

docs/maps/heatmap-layer.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Heat map layers cluster point data to show locations with higher densities.
77
[role="screenshot"]
88
image::maps/images/heatmap_layer.png[]
99

10-
To add a heat map layer to your map, click *Add layer*, then select the *Heat map* layer.
11-
The index must contain at least one field mapped as {ref}/geo-point.html[geo_point].
10+
To add a heat map layer to your map, click *Add layer*, then select *Heat map*.
11+
The index must contain at least one field mapped as {ref}/geo-point.html[geo_point] or {ref}/geo-shape.html[geo_shape].
1212

1313
NOTE: Only count, sum, unique count metric aggregations are available with the grid aggregation source and heat map layers.
1414
Average, min, and max are turned off because the heat map will blend nearby values.

docs/maps/maps-aggregations.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Grid aggregation layers use {ref}/search-aggregations-bucket-geotilegrid-aggrega
4747
Symbolize grid aggregation metrics as:
4848

4949
*Clusters*:: Creates a <<vector-layer, vector layer>> with a cluster symbol for each gridded cell.
50-
The cluster location is the weighted centroid for all geo-points in the gridded cell.
50+
The cluster location is the weighted centroid for all documents in the gridded cell.
5151

5252
*Grid rectangles*:: Creates a <<vector-layer, vector layer>> with a bounding box polygon for each gridded cell.
5353

@@ -60,7 +60,7 @@ To enable a grid aggregation layer:
6060
To enable a blended layer that dynamically shows clusters or documents:
6161

6262
. Click *Add layer*, then select the *Documents* layer.
63-
. Configure *Index pattern* and the *Geospatial field*. To enable clustering, the *Geospatial field* must be set to a field mapped as {ref}/geo-point.html[geo_point].
63+
. Configure *Index pattern* and the *Geospatial field*.
6464
. In *Scaling*, select *Show clusters when results exceed 10000*.
6565

6666

0 commit comments

Comments
 (0)