Commit graph

53775 commits

Author SHA1 Message Date
Kibana Machine
16f72ad707
Upgrade set-getter from v0.1.0 to v0.1.1 (#139182) (#139204)
(cherry picked from commit 3bf016aadc)

Co-authored-by: Thomas Watson <watson@elastic.co>
2022-08-22 07:27:27 -07:00
Kibana Machine
ae9a8a0407
Upgrade tmpl from v1.0.4 to v1.0.5 (#139178) (#139200)
(cherry picked from commit 3275cd32cd)

Co-authored-by: Thomas Watson <watson@elastic.co>
2022-08-22 06:51:53 -07:00
Kibana Machine
000cd55dd5
[DOCS] Documents unit of measure for Frozen search:timeout default (#138438) (#139130)
* [DOCS] Documents unit of measure for Frozen search:timeout default

* Review comments

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 7b3ade04db)

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
2022-08-19 03:52:58 +09:30
Spencer
30a8a3f30c
add a timeout to buildkite artifact downloads (#139046) (#139117)
(cherry picked from commit ab576bb6c1)

# Conflicts:
#	.buildkite/scripts/steps/code_coverage/ftr_configs.sh
#	.buildkite/scripts/steps/code_coverage/ingest.sh
#	.buildkite/scripts/steps/code_coverage/jest_parallel.sh
2022-08-18 11:14:11 -07:00
Kibana Machine
28e800adc0
Re-generate test PKI certificates and re-enable PKI tests. (#138993) (#139070)
(cherry picked from commit 5b993bed5c)

Co-authored-by: Aleh Zasypkin <aleh.zasypkin@elastic.co>
2022-08-17 23:51:24 -07:00
Kibana Machine
12e7949e2b
[CI] Use region-specific buckets for ci-proxy-cache for speed and cost savings (#138675) (#138828)
(cherry picked from commit c9a30dc27f)

Co-authored-by: Brian Seeders <brian.seeders@elastic.co>
2022-08-15 10:15:04 -07:00
Tiago Costa
3bbc056480
skip suite failing es promotion (#138784) 2022-08-14 14:58:42 +01:00
Kibana Machine
3461f462da
Change debug message when security is disabled (#138667) (#138718)
(cherry picked from commit a0b0a8b8e5)

Co-authored-by: Larry Gregory <larry.gregory@elastic.co>
2022-08-12 03:48:22 -07:00
Jonathan Budzenski
8effc1dbad
Bump chromedriver, selenium (#138607) (#138666) 2022-08-11 13:38:20 -07:00
Lisa Cawley
81bf572cf6
[DOCS] Add missing collapsible sections in case APIs (#138588) (#138641)
(cherry picked from commit 01f8c7c4f2)
2022-08-12 02:22:20 +09:30
Kibana Machine
2eab0954cf
[ci] mark PR stats as usable for metrics (#138297) (#138555)
(cherry picked from commit 92fb5dbafc)

Co-authored-by: Spencer <spencer@elastic.co>
2022-08-10 12:56:15 -07:00
Kibana Machine
3bdda5c167
Upgrade lazystream dependency (1.0.01.0.1). (#138479) (#138487)
(cherry picked from commit ab5a726f85)

Co-authored-by: Aleh Zasypkin <aleh.zasypkin@elastic.co>
2022-08-10 03:55:16 -07:00
Kibana Machine
10a06de21d
[Actionable Observability][BUG] Fix connectors doesn't appear in the Rule Details page after creating first connector (#133737) (#138484)
* Move rule actions to the hook which is right call

* Update naming

* Fix when a connector is deleted from connector page  in Stack Management

* Fix tests

* Update tests and mock loadAllActions API

* Remove unused import

* Call the connectors API only when the rule has actions

(cherry picked from commit 44026a5e01)

Co-authored-by: Faisal Kanout <faisal.kanout@elastic.co>
2022-08-10 03:42:33 -07:00
Kibana Machine
cfad70beee
Update when to run graph tests (#137993) (#138442)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 2dfc992191)

Co-authored-by: liza-mae <liza-mae@users.noreply.github.com>
2022-08-09 11:54:26 -07:00
Davis McPhee
97305e92c4
[Discover] Add fixes for flaky search source alert test (#137619) (#138294)
(cherry picked from commit ae151afbba)

# Conflicts:
#	x-pack/test/functional_with_es_ssl/apps/discover/search_source_alert.ts
2022-08-08 11:16:46 -07:00
Kibana Machine
c67ed21392
[build/canvas] Fix runtime generation (#137972) (#138028)
This fixes an issue with the CI stats plugin using `tapAsync` instead of
`tapPromise`.  It appears that if callback() is not called in
`tapAsync`, the entrypoint is not written to disk.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit af58ee866d)

Co-authored-by: Jonathan Budzenski <jon@elastic.co>
2022-08-03 12:22:18 -07:00
Kibana Machine
7d565f3b45
Fix check privileges tests (#137936) (#137982)
(cherry picked from commit c5391dc253)

Co-authored-by: Thomas Watson <watson@elastic.co>
2022-08-03 07:34:41 -07:00
Kibana Machine
660bffb369
release_note:skip Issue #97976 (#137839) (#137943)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit f048036170)

Co-authored-by: rahuldimri <107100022+rahuldimri@users.noreply.github.com>
2022-08-03 18:54:28 +09:30
Kibana Machine
3eaa727e74
Update Filebeat tutorials to instruct users to enable filesets (#137803) (#137925)
(cherry picked from commit 755fad11be)

Co-authored-by: DeDe Morton <dede.morton@elastic.co>
2022-08-02 17:58:27 -07:00
Kibana Machine
00e0f7740c
[ci] Conditional storybook builds (#136219) (#137889)
* [ci] Conditional storybook builds

This moves storybook builds to run conditionally, either if there's a
storybook change or the `ci:build-storybooks` label is set.

These builds don't seem to be providing test coverage, and may not be utilized
in scenarios such as automated backports or unrelated changes.

* test regex

* formatting

* Revert "test regex"

This reverts commit dcef465414.

* fix revert

* move to spot instance

* fix merge

(cherry picked from commit 22b21645bb)

Co-authored-by: Jonathan Budzenski <jon@elastic.co>
2022-08-02 10:35:42 -07:00
Kibana Machine
d5cab415df
Do not display client id and secret form elements when connector has public key (#137786) (#137875)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 8c959c50d3)

Co-authored-by: Byron Hulcher <byron.hulcher@elastic.co>
2022-08-02 09:26:47 -07:00
Kibana Machine
6047162cc7
Fix Ingest Pipelines Grok processor to accept patterns that contain escaped characters. (#137245) (#137866)
(cherry picked from commit 8b01dcf496)

Co-authored-by: CJ Cenizal <cj.cenizal@elastic.co>
2022-08-02 08:33:02 -07:00
Jeramy Soucy
2e256ddd27
[8.3] Update simple-git 1.116.0 -> 3.10.0 (#137232) (#137603)
* Update simple-git 1.116.0 -> 3.10.0 (#137232)

* Updates simple-git to 3.10.0

* Replaces deprecated simple-git imports. Adds needed null check for git status.

* Updated simple-git package dep with caret.

* Fixes call to deprecated simple-git function prototype.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-08-02 09:08:17 -04:00
CJ Cenizal
ae72e30df3
Revert "Add Console docs for Comments and Variables (#137225) (#137515)" (#137518)
This reverts commit 601decd582.
2022-08-01 16:47:36 -07:00
Kibana Machine
1eecafffb2
Clean up error state of Ingest Pipelines drag and drop list items. (#137244) (#137612)
(cherry picked from commit 405c9041e7)

Co-authored-by: CJ Cenizal <cj.cenizal@elastic.co>
2022-07-29 11:06:40 -07:00
Jeramy Soucy
dc72962b22
[8.3] Update ejs 3.1.6 -> 3.1.8 (#137229) (#137579)
* Update ejs 3.1.6 -> 3.1.8 (#137229)

* Update ejs to 3.1.8

* Removed ejs package resolution. Fixed unmerged versions in yarn.lock.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 6e920d43e1)

# Conflicts:
#	yarn.lock

* [CI] Auto-commit changed files from 'yarn kbn run build -i @kbn/pm'

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2022-07-29 06:53:44 -07:00
Kibana Machine
38aa093f38
[Discover] Fix filtering out custom meta fields of Elasticsearch plugins enhanced documents (#137147) (#137555)
* Restoring the ability of showing custom meta fields like _size

(cherry picked from commit 63236283cb)

Co-authored-by: Matthias Wilhelm <matthias.wilhelm@elastic.co>
2022-07-29 01:17:16 -07:00
Kibana Machine
9f3739561c
Fix cloud.indexManagement in doc link service (#137523) (#137538)
(cherry picked from commit 6b34c7182c)

Co-authored-by: Lisa Cawley <lcawley@elastic.co>
2022-07-28 15:09:23 -07:00
Tiago Costa
b9fdfcfb0c
chore(NA): bump version to 8.3.4 (#137468)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-07-28 11:13:06 -07:00
Kibana Machine
601decd582
Add Console docs for Comments and Variables (#137225) (#137515)
* Update console-settings.png and console.png. Remove settings.png.
* Fix image names and alt tags.
* Remove unnecessary whitespace, backticks, and typo bracket.

(cherry picked from commit dfb110cad2)

Co-authored-by: CJ Cenizal <cj.cenizal@elastic.co>
2022-07-29 03:37:27 +09:30
Kibana Machine
24ddcc80c9
[Global search bar] Fix clear button glitch (#137251) (#137496)
* Fix global search bar clear button glitch

* Fix small layout shift caused by "append" disappearing on hover

* Apply @cchaos 's suggestions

* Update x-pack/plugins/global_search_bar/public/components/search_bar.scss

Co-authored-by: Caroline Horn <549577+cchaos@users.noreply.github.com>

Co-authored-by: Caroline Horn <549577+cchaos@users.noreply.github.com>
(cherry picked from commit f2a14e2899)

Co-authored-by: Gerard Soldevila <gerard.soldevila@elastic.co>
2022-07-28 10:35:05 -07:00
Kibana Machine
ad98e05b89
Adds openAPI spec for get alerts endpoint (#137332) (#137484)
(cherry picked from commit e19714a17e)

Co-authored-by: Lisa Cawley <lcawley@elastic.co>
2022-07-28 09:55:56 -07:00
Kibana Machine
ef923cdd57
Fix 302 on /favicon.ico (#137294) (#137460)
(cherry picked from commit a40d241388)

Co-authored-by: Gerard Soldevila <gerard.soldevila@elastic.co>
2022-07-28 08:12:49 -07:00
Kaarina Tungseth
978dd0f553
[DOCS] Removes 8.3.3 tag (#137098)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-07-28 09:00:09 -05:00
spalger
7e72f3d568 skip flaky suite (#136000) 2022-07-27 11:36:05 -05:00
Kibana Machine
6a48985892
[Global search bar] Create a loading spinner for the initial empty state (#137264) (#137291)
* Create a loading spinner for the initial empty state (instead of "no results")

* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'

* Use EuiFlexGroup instead of plain div

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 9c349a392a)

Co-authored-by: Gerard Soldevila <gerard.soldevila@elastic.co>
2022-07-27 08:38:21 -07:00
Kibana Machine
2f28423073
[ResponseOps][Actions] Should trim values before validation in UI and API (#136840) (#137212)
* Updating action create function to trim values before validation

* Adding tests

* Removes trimming and adds validation to the api layer

* Adding lint changes

* Updating functional tests

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit e3eaf4615a)

Co-authored-by: doakalexi <109488926+doakalexi@users.noreply.github.com>
2022-07-26 10:11:14 -07:00
Kibana Machine
11d3d5b8ca
[8.3] [ci-stats] ship buildkiteJobId with metrics and support backfilling (#137123) (#137143)
* [ci-stats] ship buildkiteJobId with metrics and support backfilling (#137123)

(cherry picked from commit 0154f75445)

* [CI] Auto-commit changed files from 'yarn kbn run build -i @kbn/pm'

Co-authored-by: Spencer <spencer@elastic.co>
2022-07-25 21:45:07 -07:00
Spencer
e2aa2feeda
[inspector/expressions] remove root-level redirect to common (#136999) (#136997) (#137103)
* [inspector/expressions] remove root-level redirect to common (#136999) (#136997)

(cherry picked from commit 0596007f64)

* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2022-07-25 11:10:25 -07:00
Kaarina Tungseth
f56f73c271
[DOCS] Adds 8.3.3 release notes (#136729)
* [DOCS] Adds 8.3.3 release notes

* Update docs/CHANGELOG.asciidoc

Co-authored-by: DeDe Morton <dede.morton@elastic.co>

Co-authored-by: DeDe Morton <dede.morton@elastic.co>
2022-07-25 10:45:20 -05:00
Kibana Machine
13cad61ce9
[kibana_utils] remove root index.ts file (#137003) (#137073)
* [kibana_utils] remove root-level index.ts file

* autofix all imports

(cherry picked from commit 676be86d9d)

Co-authored-by: Spencer <spencer@elastic.co>
2022-07-25 07:09:40 -07:00
Kibana Machine
5161a76289
[APM] Set minimum value for IsAboveField (#136919) (#137072)
* [APM] Set minimum value for `IsAboveField`

* Always display the value

* Clean up

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 9005813b78)

Co-authored-by: Katerina Patticha <aikaterini.patticha@elastic.co>
2022-07-25 06:59:31 -07:00
Kibana Machine
dc6b0bf1da
stabilize legend filter click (#136925) (#137038)
(cherry picked from commit 6e3f5850ff)

Co-authored-by: Joe Reuter <johannes.reuter@elastic.co>
2022-07-25 02:48:05 -07:00
Kibana Machine
1a6d6cc16a
[core] remove root index.ts file (#137001) (#137012)
* [core] remove root index.ts file

* remove support for `kibana/*` imports, replace instances in docs

(cherry picked from commit 03f1a218c5)

Co-authored-by: Spencer <spencer@elastic.co>
2022-07-22 16:19:16 -07:00
Kibana Machine
1b7e51b683
[eslint/module_migration] add exact option (#137000) (#137011)
(cherry picked from commit 703580f944)

Co-authored-by: Spencer <spencer@elastic.co>
2022-07-22 16:09:02 -07:00
Kibana Machine
187031607e
[CI] Parallelize eslint to speed it up (#136972) (#137006)
(cherry picked from commit 20dec08bf1)

Co-authored-by: Brian Seeders <brian.seeders@elastic.co>
2022-07-22 14:54:03 -07:00
Kibana Machine
51ff3b899e
Skip ESTF failures (#136912) (#136978)
* Skip ESTF failures

* Right, can't tag stabby lambdas

(cherry picked from commit 63c7beeb31)

Co-authored-by: Mat Schaffer <mat@elastic.co>
2022-07-22 11:07:46 -07:00
Kibana Machine
9583050422
[DOCS] Update link to common cluster issues page (#136965) (#136979)
(cherry picked from commit 4bc0cb7cae)

Co-authored-by: Abdon Pijpelink <abdon.pijpelink@elastic.co>
2022-07-23 02:48:26 +09:30
Kibana Machine
2ef066b2ba
[DOCS] Add link to xMatters connector (#136870) (#136968)
(cherry picked from commit 34af4dc140)

Co-authored-by: Lisa Cawley <lcawley@elastic.co>
2022-07-23 01:39:13 +09:30
Matthias Wilhelm
33d917b073
[Discover] Fix visibility of saved search grids when one of them is in fullscreen mode (#136198) (#136930)
(cherry picked from commit 42f2bc28c7)

# Conflicts:
#	src/plugins/discover/public/embeddable/saved_search_grid.tsx

Co-authored-by: Julia Rechkunova <julia.rechkunova@elastic.co>
2022-07-22 02:30:56 -07:00