Skip to content

Commit 27785ba

Browse files
committed
Merge branch 'master' into so-mappings-cleanup
2 parents 9235331 + 6a8fdaa commit 27785ba

File tree

658 files changed

+13320
-3694
lines changed

Some content is hidden

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

658 files changed

+13320
-3694
lines changed

.ci/Dockerfile

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

.ci/runbld_no_junit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
profiles:
44
- ".*": # Match any job
55
tests:
6-
junit-filename-pattern: false
6+
junit-filename-pattern: "8d8bd494-d909-4e67-a052-7e8b5aaeb5e4" # A bogus path that should never exist

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ npm-debug.log*
4747
.tern-project
4848
.nyc_output
4949
.ci/pipeline-library/build/
50-
.ci/runbld
51-
.ci/bash_standard_lib.sh
5250
.gradle
5351

5452
# apm plugin

Jenkinsfile

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,50 @@ kibanaPipeline(timeoutMinutes: 155, checkPrChanges: true, setCommitStatus: true)
88
ciStats.trackBuild {
99
catchError {
1010
retryable.enable()
11-
kibanaPipeline.allCiTasks()
11+
parallel([
12+
'kibana-intake-agent': workers.intake('kibana-intake', './test/scripts/jenkins_unit.sh'),
13+
'x-pack-intake-agent': workers.intake('x-pack-intake', './test/scripts/jenkins_xpack.sh'),
14+
'kibana-oss-agent': workers.functional('kibana-oss-tests', { kibanaPipeline.buildOss() }, [
15+
'oss-firefoxSmoke': kibanaPipeline.functionalTestProcess('kibana-firefoxSmoke', './test/scripts/jenkins_firefox_smoke.sh'),
16+
'oss-ciGroup1': kibanaPipeline.ossCiGroupProcess(1),
17+
'oss-ciGroup2': kibanaPipeline.ossCiGroupProcess(2),
18+
'oss-ciGroup3': kibanaPipeline.ossCiGroupProcess(3),
19+
'oss-ciGroup4': kibanaPipeline.ossCiGroupProcess(4),
20+
'oss-ciGroup5': kibanaPipeline.ossCiGroupProcess(5),
21+
'oss-ciGroup6': kibanaPipeline.ossCiGroupProcess(6),
22+
'oss-ciGroup7': kibanaPipeline.ossCiGroupProcess(7),
23+
'oss-ciGroup8': kibanaPipeline.ossCiGroupProcess(8),
24+
'oss-ciGroup9': kibanaPipeline.ossCiGroupProcess(9),
25+
'oss-ciGroup10': kibanaPipeline.ossCiGroupProcess(10),
26+
'oss-ciGroup11': kibanaPipeline.ossCiGroupProcess(11),
27+
'oss-ciGroup12': kibanaPipeline.ossCiGroupProcess(12),
28+
'oss-accessibility': kibanaPipeline.functionalTestProcess('kibana-accessibility', './test/scripts/jenkins_accessibility.sh'),
29+
// 'oss-visualRegression': kibanaPipeline.functionalTestProcess('visualRegression', './test/scripts/jenkins_visual_regression.sh'),
30+
]),
31+
'kibana-xpack-agent': workers.functional('kibana-xpack-tests', { kibanaPipeline.buildXpack() }, [
32+
'xpack-firefoxSmoke': kibanaPipeline.functionalTestProcess('xpack-firefoxSmoke', './test/scripts/jenkins_xpack_firefox_smoke.sh'),
33+
'xpack-ciGroup1': kibanaPipeline.xpackCiGroupProcess(1),
34+
'xpack-ciGroup2': kibanaPipeline.xpackCiGroupProcess(2),
35+
'xpack-ciGroup3': kibanaPipeline.xpackCiGroupProcess(3),
36+
'xpack-ciGroup4': kibanaPipeline.xpackCiGroupProcess(4),
37+
'xpack-ciGroup5': kibanaPipeline.xpackCiGroupProcess(5),
38+
'xpack-ciGroup6': kibanaPipeline.xpackCiGroupProcess(6),
39+
'xpack-ciGroup7': kibanaPipeline.xpackCiGroupProcess(7),
40+
'xpack-ciGroup8': kibanaPipeline.xpackCiGroupProcess(8),
41+
'xpack-ciGroup9': kibanaPipeline.xpackCiGroupProcess(9),
42+
'xpack-ciGroup10': kibanaPipeline.xpackCiGroupProcess(10),
43+
'xpack-accessibility': kibanaPipeline.functionalTestProcess('xpack-accessibility', './test/scripts/jenkins_xpack_accessibility.sh'),
44+
'xpack-savedObjectsFieldMetrics': kibanaPipeline.functionalTestProcess('xpack-savedObjectsFieldMetrics', './test/scripts/jenkins_xpack_saved_objects_field_metrics.sh'),
45+
// 'xpack-pageLoadMetrics': kibanaPipeline.functionalTestProcess('xpack-pageLoadMetrics', './test/scripts/jenkins_xpack_page_load_metrics.sh'),
46+
'xpack-securitySolutionCypress': { processNumber ->
47+
whenChanged(['x-pack/plugins/security_solution/', 'x-pack/test/security_solution_cypress/']) {
48+
kibanaPipeline.functionalTestProcess('xpack-securitySolutionCypress', './test/scripts/jenkins_security_solution_cypress.sh')(processNumber)
49+
}
50+
},
51+
52+
// 'xpack-visualRegression': kibanaPipeline.functionalTestProcess('xpack-visualRegression', './test/scripts/jenkins_xpack_visual_regression.sh'),
53+
]),
54+
])
1255
}
1356
}
1457
}

docs/development/plugins/data/public/kibana-plugin-plugins-data-public.ui_settings.md

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,33 @@
88

99
```typescript
1010
UI_SETTINGS: {
11-
META_FIELDS: string;
12-
DOC_HIGHLIGHT: string;
13-
QUERY_STRING_OPTIONS: string;
14-
QUERY_ALLOW_LEADING_WILDCARDS: string;
15-
SEARCH_QUERY_LANGUAGE: string;
16-
SORT_OPTIONS: string;
17-
COURIER_IGNORE_FILTER_IF_FIELD_NOT_IN_INDEX: string;
18-
COURIER_SET_REQUEST_PREFERENCE: string;
19-
COURIER_CUSTOM_REQUEST_PREFERENCE: string;
20-
COURIER_MAX_CONCURRENT_SHARD_REQUESTS: string;
21-
COURIER_BATCH_SEARCHES: string;
22-
SEARCH_INCLUDE_FROZEN: string;
23-
HISTOGRAM_BAR_TARGET: string;
24-
HISTOGRAM_MAX_BARS: string;
25-
HISTORY_LIMIT: string;
26-
SHORT_DOTS_ENABLE: string;
27-
FORMAT_DEFAULT_TYPE_MAP: string;
28-
FORMAT_NUMBER_DEFAULT_PATTERN: string;
29-
FORMAT_PERCENT_DEFAULT_PATTERN: string;
30-
FORMAT_BYTES_DEFAULT_PATTERN: string;
31-
FORMAT_CURRENCY_DEFAULT_PATTERN: string;
32-
FORMAT_NUMBER_DEFAULT_LOCALE: string;
33-
TIMEPICKER_REFRESH_INTERVAL_DEFAULTS: string;
34-
TIMEPICKER_QUICK_RANGES: string;
35-
INDEXPATTERN_PLACEHOLDER: string;
36-
FILTERS_PINNED_BY_DEFAULT: string;
37-
FILTERS_EDITOR_SUGGEST_VALUES: string;
11+
readonly META_FIELDS: "metaFields";
12+
readonly DOC_HIGHLIGHT: "doc_table:highlight";
13+
readonly QUERY_STRING_OPTIONS: "query:queryString:options";
14+
readonly QUERY_ALLOW_LEADING_WILDCARDS: "query:allowLeadingWildcards";
15+
readonly SEARCH_QUERY_LANGUAGE: "search:queryLanguage";
16+
readonly SORT_OPTIONS: "sort:options";
17+
readonly COURIER_IGNORE_FILTER_IF_FIELD_NOT_IN_INDEX: "courier:ignoreFilterIfFieldNotInIndex";
18+
readonly COURIER_SET_REQUEST_PREFERENCE: "courier:setRequestPreference";
19+
readonly COURIER_CUSTOM_REQUEST_PREFERENCE: "courier:customRequestPreference";
20+
readonly COURIER_MAX_CONCURRENT_SHARD_REQUESTS: "courier:maxConcurrentShardRequests";
21+
readonly COURIER_BATCH_SEARCHES: "courier:batchSearches";
22+
readonly SEARCH_INCLUDE_FROZEN: "search:includeFrozen";
23+
readonly HISTOGRAM_BAR_TARGET: "histogram:barTarget";
24+
readonly HISTOGRAM_MAX_BARS: "histogram:maxBars";
25+
readonly HISTORY_LIMIT: "history:limit";
26+
readonly SHORT_DOTS_ENABLE: "shortDots:enable";
27+
readonly FORMAT_DEFAULT_TYPE_MAP: "format:defaultTypeMap";
28+
readonly FORMAT_NUMBER_DEFAULT_PATTERN: "format:number:defaultPattern";
29+
readonly FORMAT_PERCENT_DEFAULT_PATTERN: "format:percent:defaultPattern";
30+
readonly FORMAT_BYTES_DEFAULT_PATTERN: "format:bytes:defaultPattern";
31+
readonly FORMAT_CURRENCY_DEFAULT_PATTERN: "format:currency:defaultPattern";
32+
readonly FORMAT_NUMBER_DEFAULT_LOCALE: "format:number:defaultLocale";
33+
readonly TIMEPICKER_REFRESH_INTERVAL_DEFAULTS: "timepicker:refreshIntervalDefaults";
34+
readonly TIMEPICKER_QUICK_RANGES: "timepicker:quickRanges";
35+
readonly TIMEPICKER_TIME_DEFAULTS: "timepicker:timeDefaults";
36+
readonly INDEXPATTERN_PLACEHOLDER: "indexPattern:placeholder";
37+
readonly FILTERS_PINNED_BY_DEFAULT: "filters:pinnedByDefault";
38+
readonly FILTERS_EDITOR_SUGGEST_VALUES: "filterEditor:suggestValues";
3839
}
3940
```

docs/development/plugins/data/server/kibana-plugin-plugins-data-server.ui_settings.md

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,33 @@
88

99
```typescript
1010
UI_SETTINGS: {
11-
META_FIELDS: string;
12-
DOC_HIGHLIGHT: string;
13-
QUERY_STRING_OPTIONS: string;
14-
QUERY_ALLOW_LEADING_WILDCARDS: string;
15-
SEARCH_QUERY_LANGUAGE: string;
16-
SORT_OPTIONS: string;
17-
COURIER_IGNORE_FILTER_IF_FIELD_NOT_IN_INDEX: string;
18-
COURIER_SET_REQUEST_PREFERENCE: string;
19-
COURIER_CUSTOM_REQUEST_PREFERENCE: string;
20-
COURIER_MAX_CONCURRENT_SHARD_REQUESTS: string;
21-
COURIER_BATCH_SEARCHES: string;
22-
SEARCH_INCLUDE_FROZEN: string;
23-
HISTOGRAM_BAR_TARGET: string;
24-
HISTOGRAM_MAX_BARS: string;
25-
HISTORY_LIMIT: string;
26-
SHORT_DOTS_ENABLE: string;
27-
FORMAT_DEFAULT_TYPE_MAP: string;
28-
FORMAT_NUMBER_DEFAULT_PATTERN: string;
29-
FORMAT_PERCENT_DEFAULT_PATTERN: string;
30-
FORMAT_BYTES_DEFAULT_PATTERN: string;
31-
FORMAT_CURRENCY_DEFAULT_PATTERN: string;
32-
FORMAT_NUMBER_DEFAULT_LOCALE: string;
33-
TIMEPICKER_REFRESH_INTERVAL_DEFAULTS: string;
34-
TIMEPICKER_QUICK_RANGES: string;
35-
INDEXPATTERN_PLACEHOLDER: string;
36-
FILTERS_PINNED_BY_DEFAULT: string;
37-
FILTERS_EDITOR_SUGGEST_VALUES: string;
11+
readonly META_FIELDS: "metaFields";
12+
readonly DOC_HIGHLIGHT: "doc_table:highlight";
13+
readonly QUERY_STRING_OPTIONS: "query:queryString:options";
14+
readonly QUERY_ALLOW_LEADING_WILDCARDS: "query:allowLeadingWildcards";
15+
readonly SEARCH_QUERY_LANGUAGE: "search:queryLanguage";
16+
readonly SORT_OPTIONS: "sort:options";
17+
readonly COURIER_IGNORE_FILTER_IF_FIELD_NOT_IN_INDEX: "courier:ignoreFilterIfFieldNotInIndex";
18+
readonly COURIER_SET_REQUEST_PREFERENCE: "courier:setRequestPreference";
19+
readonly COURIER_CUSTOM_REQUEST_PREFERENCE: "courier:customRequestPreference";
20+
readonly COURIER_MAX_CONCURRENT_SHARD_REQUESTS: "courier:maxConcurrentShardRequests";
21+
readonly COURIER_BATCH_SEARCHES: "courier:batchSearches";
22+
readonly SEARCH_INCLUDE_FROZEN: "search:includeFrozen";
23+
readonly HISTOGRAM_BAR_TARGET: "histogram:barTarget";
24+
readonly HISTOGRAM_MAX_BARS: "histogram:maxBars";
25+
readonly HISTORY_LIMIT: "history:limit";
26+
readonly SHORT_DOTS_ENABLE: "shortDots:enable";
27+
readonly FORMAT_DEFAULT_TYPE_MAP: "format:defaultTypeMap";
28+
readonly FORMAT_NUMBER_DEFAULT_PATTERN: "format:number:defaultPattern";
29+
readonly FORMAT_PERCENT_DEFAULT_PATTERN: "format:percent:defaultPattern";
30+
readonly FORMAT_BYTES_DEFAULT_PATTERN: "format:bytes:defaultPattern";
31+
readonly FORMAT_CURRENCY_DEFAULT_PATTERN: "format:currency:defaultPattern";
32+
readonly FORMAT_NUMBER_DEFAULT_LOCALE: "format:number:defaultLocale";
33+
readonly TIMEPICKER_REFRESH_INTERVAL_DEFAULTS: "timepicker:refreshIntervalDefaults";
34+
readonly TIMEPICKER_QUICK_RANGES: "timepicker:quickRanges";
35+
readonly TIMEPICKER_TIME_DEFAULTS: "timepicker:timeDefaults";
36+
readonly INDEXPATTERN_PLACEHOLDER: "indexPattern:placeholder";
37+
readonly FILTERS_PINNED_BY_DEFAULT: "filters:pinnedByDefault";
38+
readonly FILTERS_EDITOR_SUGGEST_VALUES: "filterEditor:suggestValues";
3839
}
3940
```

docs/uptime-guide/alerting.asciidoc

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

docs/uptime-guide/app-overview.asciidoc

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

docs/uptime-guide/certificates.asciidoc

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

docs/uptime-guide/deployment-arch.asciidoc

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

0 commit comments

Comments
 (0)