Skip to content

Commit 50db7c6

Browse files
Merge branch 'master' into loader
2 parents b5e7995 + b1af4ba commit 50db7c6

File tree

1,313 files changed

+46688
-47692
lines changed

Some content is hidden

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

1,313 files changed

+46688
-47692
lines changed

.backportrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"targetBranchChoices": [
44
{ "name": "master", "checked": true },
55
{ "name": "7.x", "checked": true },
6+
"7.10",
67
"7.9",
78
"7.8",
89
"7.7",
@@ -27,7 +28,7 @@
2728
"targetPRLabels": ["backport"],
2829
"branchLabelMapping": {
2930
"^v8.0.0$": "master",
30-
"^v7.10.0$": "7.x",
31+
"^v7.11.0$": "7.x",
3132
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
3233
}
3334
}

.eslintignore

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,14 @@ target
1919
# plugin overrides
2020
/src/core/lib/kbn_internal_native_observable
2121
/src/legacy/plugin_discovery/plugin_pack/__tests__/fixtures/plugins/broken
22-
/src/legacy/ui/public/flot-charts
2322
/src/plugins/data/common/es_query/kuery/ast/_generated_/**
2423
/src/plugins/vis_type_timelion/public/_generated_/**
25-
/src/plugins/vis_type_timelion/public/flot/jquery.flot.*
26-
/src/plugins/timelion/public/flot/jquery.flot.*
2724
/x-pack/legacy/plugins/**/__tests__/fixtures/**
2825
/x-pack/plugins/apm/e2e/**/snapshots.js
2926
/x-pack/plugins/apm/e2e/tmp/*
3027
/x-pack/plugins/canvas/canvas_plugin
31-
/x-pack/plugins/canvas/canvas_plugin_src/lib/flot-charts
3228
/x-pack/plugins/canvas/shareable_runtime/build
3329
/x-pack/plugins/canvas/storybook/build
34-
/x-pack/plugins/monitoring/public/lib/jquery_flot
3530
/x-pack/plugins/reporting/server/export_types/printable_pdf/server/lib/pdf/assets/**
3631
/x-pack/legacy/plugins/infra/common/graphql/types.ts
3732
/x-pack/legacy/plugins/infra/public/graphql/types.ts
@@ -48,4 +43,4 @@ target
4843
/packages/kbn-ui-framework/dist
4944
/packages/kbn-ui-framework/doc_site/build
5045
/packages/kbn-ui-framework/generator-kui/*/templates/
51-
46+
/packages/kbn-ui-shared-deps/flot_charts

.eslintrc.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,13 +1178,7 @@ module.exports = {
11781178
},
11791179
},
11801180
{
1181-
files: ['x-pack/plugins/canvas/canvas_plugin_src/lib/flot-charts/**/*.js'],
1182-
env: {
1183-
jquery: true,
1184-
},
1185-
},
1186-
{
1187-
files: ['x-pack/plugins/monitoring/public/lib/jquery_flot/**/*.js'],
1181+
files: ['packages/kbn-ui-shared-deps/flot_charts/**/*.js'],
11881182
env: {
11891183
jquery: true,
11901184
},

.github/CODEOWNERS

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,16 @@
66
# used for the 'team' designator within Kibana Stats
77

88
# App
9-
/x-pack/plugins/dashboard_enhanced/ @elastic/kibana-app
109
/x-pack/plugins/discover_enhanced/ @elastic/kibana-app
1110
/x-pack/plugins/lens/ @elastic/kibana-app
1211
/x-pack/plugins/graph/ @elastic/kibana-app
1312
/src/plugins/advanced_settings/ @elastic/kibana-app
1413
/src/plugins/charts/ @elastic/kibana-app
15-
/src/plugins/dashboard/ @elastic/kibana-app
1614
/src/plugins/discover/ @elastic/kibana-app
17-
/src/plugins/input_control_vis/ @elastic/kibana-app
1815
/src/plugins/management/ @elastic/kibana-app
1916
/src/plugins/kibana_legacy/ @elastic/kibana-app
2017
/src/plugins/timelion/ @elastic/kibana-app
2118
/src/plugins/vis_default_editor/ @elastic/kibana-app
22-
/src/plugins/vis_type_markdown/ @elastic/kibana-app
2319
/src/plugins/vis_type_metric/ @elastic/kibana-app
2420
/src/plugins/vis_type_table/ @elastic/kibana-app
2521
/src/plugins/vis_type_tagcloud/ @elastic/kibana-app
@@ -35,19 +31,15 @@
3531
#CC# /src/legacy/core_plugins/kibana/common/utils @elastic/kibana-app
3632
#CC# /src/legacy/core_plugins/kibana/migrations @elastic/kibana-app
3733
#CC# /src/legacy/core_plugins/kibana/public @elastic/kibana-app
38-
#CC# /src/legacy/core_plugins/kibana/public/dashboard/ @elastic/kibana-app
3934
#CC# /src/legacy/core_plugins/kibana/public/discover/ @elastic/kibana-app
4035
#CC# /src/legacy/core_plugins/kibana/public/local_application_service/ @elastic/kibana-app
41-
#CC# /src/legacy/core_plugins/input_control_vis @elastic/kibana-app
4236
#CC# /src/legacy/core_plugins/timelion @elastic/kibana-app
4337
#CC# /src/legacy/core_plugins/vis_type_tagcloud @elastic/kibana-app
4438
#CC# /src/legacy/core_plugins/vis_type_vega @elastic/kibana-app
4539
#CC# /src/legacy/core_plugins/vis_type_vislib/ @elastic/kibana-app
4640
#CC# /src/legacy/server/url_shortening/ @elastic/kibana-app
4741
#CC# /src/legacy/ui/public/state_management @elastic/kibana-app
4842
#CC# /src/plugins/index_pattern_management/public @elastic/kibana-app
49-
#CC# /x-pack/legacy/plugins/dashboard_mode/ @elastic/kibana-app
50-
#CC# /x-pack/plugins/dashboard_mode @elastic/kibana-app
5143

5244
# App Architecture
5345
/examples/bfetch_explorer/ @elastic/kibana-app-arch
@@ -127,10 +119,18 @@
127119
#CC# /x-pack/plugins/beats_management/ @elastic/beats
128120

129121
# Canvas
122+
/src/plugins/dashboard/ @elastic/kibana-app
123+
/src/plugins/input_control_vis/ @elastic/kibana-app
124+
/src/plugins/vis_type_markdown/ @elastic/kibana-app
130125
/x-pack/plugins/canvas/ @elastic/kibana-canvas
126+
/x-pack/plugins/dashboard_enhanced/ @elastic/kibana-app
131127
/x-pack/test/functional/apps/canvas/ @elastic/kibana-canvas
128+
#CC# /src/legacy/core_plugins/kibana/public/dashboard/ @elastic/kibana-app
129+
#CC# /src/legacy/core_plugins/input_control_vis @elastic/kibana-app
132130
#CC# /src/plugins/kibana_react/public/code_editor/ @elastic/kibana-canvas
133131
#CC# /x-pack/legacy/plugins/canvas/ @elastic/kibana-canvas
132+
#CC# /x-pack/plugins/dashboard_mode @elastic/kibana-app
133+
#CC# /x-pack/legacy/plugins/dashboard_mode/ @elastic/kibana-app
134134

135135
# Core UI
136136
# Exclude tutorials folder for now because they are not owned by Kibana app and most will move out soon
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Security Solution Bug Report
3+
about: Help us identify bugs in Elastic Security, SIEM, and Endpoint so we can fix them!
4+
title: '[Security Solution]'
5+
labels: Team:Security Solution
6+
---
7+
8+
**Describe the bug:**
9+
10+
**Kibana/Elasticsearch Stack version:**
11+
12+
**Server OS version:**
13+
14+
**Browser and Browser OS versions:**
15+
16+
**Elastic Endpoint version:**
17+
18+
**Original install method (e.g. download page, yum, from source, etc.):**
19+
20+
**Functional Area (e.g. Endpoint management, timelines, resolver, etc.):**
21+
22+
**Steps to reproduce:**
23+
24+
1.
25+
2.
26+
3.
27+
28+
**Current behavior:**
29+
30+
**Expected behavior:**
31+
32+
**Screenshots (if relevant):**
33+
34+
**Errors in browser console (if relevant):**
35+
36+
**Provide logs and/or server output (if relevant):**
37+
38+
**Any additional context (logs, chat logs, magical formulas, etc.):**

.i18nrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"uiActionsExamples": "examples/ui_action_examples",
1212
"share": "src/plugins/share",
1313
"home": "src/plugins/home",
14+
"flot": "packages/kbn-ui-shared-deps/flot_charts",
1415
"charts": "src/plugins/charts",
1516
"esUi": "src/plugins/es_ui_shared",
1617
"devTools": "src/plugins/dev_tools",

docs/canvas/canvas-share-workpad.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ When you've finished your workpad, you can share it outside of {kib}.
1010

1111
Create a JSON file of your workpad that you can export outside of {kib}.
1212

13-
Click *Share > Download as JSON*.
13+
To begin, click *Share > Download as JSON*.
1414

1515
[role="screenshot"]
1616
image::images/canvas-export-workpad.png[Export single workpad through JSON, from Share dropdown]
@@ -23,7 +23,7 @@ Want to export multiple workpads? Go to the *Canvas* home page, select the workp
2323

2424
If you have a subscription that supports the {report-features}, you can create a PDF copy of your workpad that you can save and share outside {kib}.
2525

26-
Click *Share > PDF reports > Generate PDF*.
26+
To begin, click *Share > PDF reports > Generate PDF*.
2727

2828
[role="screenshot"]
2929
image::images/canvas-generate-pdf.gif[Image showing how to generate a PDF]
@@ -36,7 +36,7 @@ For more information, refer to <<reporting-getting-started, Reporting from Kiban
3636

3737
If you have a subscription that supports the {report-features}, you can create a POST URL that you can use to automatically generate PDF reports using <<watcher-ui,Watcher>> or a script.
3838

39-
Click *Share > PDF reports > Copy POST URL*.
39+
To begin, click *Share > PDF reports > Copy POST URL*.
4040

4141
[role="screenshot"]
4242
image::images/canvas-create-URL.gif[Image showing how to create POST URL]

docs/canvas/canvas-tutorial.asciidoc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[[canvas-tutorial]]
33
== Tutorial: Create a workpad for monitoring sales
44

5-
To get up and running with Canvas, use the following tutorial where you'll create a workpad for monitoring sales at an eCommerce store.
5+
To get up and running with Canvas, add the Sample eCommerce orders data, then use the data to create a workpad for monitoring sales at an eCommerce store.
66

77
[float]
88
=== Before you begin
@@ -114,18 +114,16 @@ image::images/canvas-timefilter-element.png[Image showing Canvas workpad with fi
114114

115115
To see how the data changes, set the time filter to *Last 7 days*. As you change the time filter options, the elements automatically update.
116116

117-
Your workpad is now complete!
117+
Your workpad is complete!
118118

119119
[float]
120-
=== Next steps
120+
=== What's next?
121121
Now that you know the Canvas basics, you're ready to explore on your own.
122122

123123
Here are some things to try:
124124

125125
* Play with the {kibana-ref}/add-sample-data.html[sample Canvas workpads].
126126

127-
* Build presentations of your own live data with <<create-workpads,workpads>>.
128-
129-
* Learn more about <<add-canvas-elements,elements>> &mdash; the building blocks of your workpad.
127+
* Build presentations of your own data with <<create-workpads,workpads>>.
130128

131129
* Deep dive into the {kibana-ref}/canvas-function-reference.html[expression language and functions] that drive Canvas.
-73.7 KB
Loading
-120 KB
Loading

0 commit comments

Comments
 (0)