Skip to content

Commit acbab25

Browse files
Merge branch 'master' into convert-typescript
2 parents 99f875c + 2c9dac2 commit acbab25

File tree

379 files changed

+11107
-4924
lines changed

Some content is hidden

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

379 files changed

+11107
-4924
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ target
2626
/src/plugins/data/common/es_query/kuery/ast/_generated_/**
2727
/src/plugins/vis_type_timelion/public/_generated_/**
2828
/src/plugins/vis_type_timelion/public/webpackShims/jquery.flot.*
29+
/src/plugins/timelion/public/webpackShims/jquery.flot.*
2930
/x-pack/legacy/plugins/**/__tests__/fixtures/**
3031
/x-pack/plugins/apm/e2e/**/snapshots.js
3132
/x-pack/plugins/apm/e2e/tmp/*

.i18nrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"src/plugins/telemetry_management_section"
4545
],
4646
"tileMap": "src/plugins/tile_map",
47-
"timelion": ["src/legacy/core_plugins/timelion", "src/plugins/vis_type_timelion"],
47+
"timelion": ["src/plugins/timelion", "src/plugins/vis_type_timelion"],
4848
"uiActions": "src/plugins/ui_actions",
4949
"visDefaultEditor": "src/plugins/vis_default_editor",
5050
"visTypeMarkdown": "src/plugins/vis_type_markdown",

.sass-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
files:
22
include:
33
- 'src/legacy/core_plugins/metrics/**/*.s+(a|c)ss'
4-
- 'src/legacy/core_plugins/timelion/**/*.s+(a|c)ss'
4+
- 'src/plugins/timelion/**/*.s+(a|c)ss'
55
- 'src/plugins/vis_type_vislib/**/*.s+(a|c)ss'
66
- 'src/plugins/vis_type_xy/**/*.s+(a|c)ss'
77
- 'x-pack/plugins/canvas/**/*.s+(a|c)ss'

docs/management/advanced-options.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ retrieved.
247247
`timelion:es.timefield`:: The default field containing a timestamp when using the `.es()` query.
248248
`timelion:graphite.url`:: [experimental] Used with graphite queries, this is the URL of your graphite host
249249
in the form https://www.hostedgraphite.com/UID/ACCESS_KEY/graphite. This URL can be
250-
selected from a whitelist configured in the `kibana.yml` under `timelion.graphiteUrls`.
250+
selected from an allow-list configured in the `kibana.yml` under `timelion.graphiteUrls`.
251251
`timelion:max_buckets`:: The maximum number of buckets a single data source can return.
252252
This value is used for calculating automatic intervals in visualizations.
253253
`timelion:min_interval`:: The smallest interval to calculate when using "auto".

docs/settings/ingest-manager-settings.asciidoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
experimental[]
99

1010
You can configure `xpack.ingestManager` settings in your `kibana.yml`.
11-
By default, {ingest-manager} is not enabled. You need to
12-
enable it. To use {fleet}, you also need to configure {kib} and {es} hosts.
11+
By default, {ingest-manager} is enabled. To use {fleet}, you also need to configure {kib} and {es} hosts.
1312

1413
See the {ingest-guide}/index.html[Ingest Management] docs for more information.
1514

@@ -19,7 +18,7 @@ See the {ingest-guide}/index.html[Ingest Management] docs for more information.
1918
[cols="2*<"]
2019
|===
2120
| `xpack.ingestManager.enabled` {ess-icon}
22-
| Set to `true` to enable {ingest-manager}.
21+
| Set to `true` (default) to enable {ingest-manager}.
2322
| `xpack.ingestManager.fleet.enabled` {ess-icon}
2423
| Set to `true` (default) to enable {fleet}.
2524
|===

src/legacy/core_plugins/kibana/public/__tests__/vis_type_vega/vega_graph.hjson

Lines changed: 0 additions & 76 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.

src/legacy/core_plugins/kibana/public/__tests__/vis_type_vega/vega_map_test.hjson

Lines changed: 0 additions & 20 deletions
This file was deleted.

src/legacy/core_plugins/kibana/public/__tests__/vis_type_vega/vega_tooltip_test.hjson

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)