Commit graph

49128 commits

Author SHA1 Message Date
Baturalp Gurdin
4fcb10c20d
Performance Tests for Login and Home Pages by using Playwright (#119681) (#123619)
add performance tests for Login and Home pages

- [x] Rename and reduce the number of environment variables for performance test CI job
  - [x] ITERATION_COUNT_ENV =>  PERF_TEST_COUNT
  - [x] DISABLE_CACHE, TEST_RUNNER, TEST_THROTTLE_NETWORK removed
- [x] Use c2-16 queue for performance tests
- [x] Run performance tests by running ES and Kibana separately
- [x] Add warmup phase to performance tests (Not reported to APM). APM Label: PERF_TEST_PHASE
- [x] Add playwright dependency
- [x] Throttle network speed ( downloadThroughput: 750.000 B/s, uploadThroughput: 750.000 B/s, latency: 100 ms )
- [x] Disable cache by using - page.route (‘**’, ….)
- [x] Login and Home pages performance tests.

(cherry picked from commit eeb5efcc62)

# Conflicts:
#	x-pack/test/performance/config.playwright.ts
2022-01-24 10:24:37 -07:00
Kibana Machine
dea718b334
[Fleet] Disable custom source_uri option on upgrade APIs by default (#123464) (#123600)
(cherry picked from commit 79ff195d76)

Co-authored-by: Josh Dover <1813008+joshdover@users.noreply.github.com>
2022-01-24 08:19:25 -07:00
Shahzad
727cf5c6a2
[8.0] [Exploratory view] Update index pattern permission error (#122680) (#123589)
* [Exploratory view] Update index pattern permission error (#122680)

(cherry picked from commit 5ad36d2a93)

* fix typo

* fix type
2022-01-24 05:50:22 -07:00
Kibana Machine
1678a71492
Update dependency node-forge to ^1.2.1 (#123541) (#123563)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
(cherry picked from commit 3db560b938)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-01-23 10:56:47 -07:00
Brian Seeders
8b2db69a3e
Revert "[charts] Fix timezone regression in charts (#123478)"
This reverts commit 3e3b0f79ff.
2022-01-21 11:15:45 -05:00
Marco Vettorello
3e3b0f79ff
[charts] Fix timezone regression in charts (#123478) 2022-01-21 12:54:15 +01:00
Kibana Machine
cb5be44db1
[plugin-helpers/tests] filter out ci-stats warnings (#123510) (#123517)
(cherry picked from commit 72559010f7)

Co-authored-by: Spencer <email@spalger.com>
2022-01-20 16:43:20 -07:00
Kibana Machine
4311ccbe79
Revert "[Uptime] redirect Uptime tutorials to the Elastic Synthetics Integration (#115229) (#115470)" (#118986) (#119328)
This reverts commit c4da271859.

Co-authored-by: Dominique Clarke <doclarke71@gmail.com>
2022-01-20 16:38:58 -07:00
Kibana Machine
8df5f25f0e
Fixes the producer to be SERVER_APP_ID (#123504) (#123512)
## Summary

See:
https://github.com/elastic/kibana/issues/123500

This is a one line fix to change the `producer` to be the `SERVER_APP_ID` like the others

Before:
<img width="1700" alt="Screen Shot 2022-01-20 at 11 51 17 AM" src="https://user-images.githubusercontent.com/1151048/150410877-7c2da681-9d66-4fb8-9f17-b6015f683cf2.png">

After:
<img width="421" alt="Screen Shot 2022-01-20 at 12 39 05 PM" src="https://user-images.githubusercontent.com/1151048/150410905-12772489-ebd6-4450-8715-de8d651cff40.png">

(cherry picked from commit 1f0906ea1b)

Co-authored-by: Frank Hassanabad <frank.hassanabad@elastic.co>
2022-01-20 16:18:30 -07:00
Gloria Hornero
621b39a9cf
fixes advanced seetings default message (#123480) (#123505)
(cherry picked from commit d49880b807)
2022-01-20 14:32:23 -07:00
Lucas F. da Costa
cc7018c320
[Uptime] Avoid duplicate requests when loading monitor steps (#121889) (#123441)
(cherry picked from commit e02a1f70e1)
2022-01-20 21:22:04 +00:00
Kibana Machine
867724df77
Make duration line series use local for time zone value. (#123470) (#123484)
(cherry picked from commit 067da143b6)

Co-authored-by: Justin Kambic <justin.kambic@elastic.co>
2022-01-20 13:02:13 -07:00
Kibana Machine
e603d50f6e
[Rule Registry] Remove constant_keyword field mappings from ECS component template (#123486) (#123497)
* Remove constant_keyword field mappings from ECS component template

These ECS fields are meant for specific indices (datastreams), but do
not make sense (especially as `constant_keyword`) on our alerts-as-data
indices, as they will cause errors when attempting to ingest different
values from different indices.

* Filter out constant_keyword fields from ECS fieldmap

The results of this were already applied to the fields themselves, but
this ensures that the script does not accidentally repopulate them in
the future.

Implementation-wise, it was simpler to refactor this into a reduce()
rather than explicitly using filter() and then generating a new object.

(cherry picked from commit ee34a7a694)

Co-authored-by: Ryland Herrick <ryalnd@gmail.com>
2022-01-20 13:01:29 -07:00
Kibana Machine
a3fc7ae8ce
Prevent Negative boosts in Relevance Tuning (#123468) (#123490)
(cherry picked from commit ff51bb7fef)

Co-authored-by: Scotty Bollinger <scotty.bollinger@elastic.co>
2022-01-20 11:49:21 -07:00
Kibana Machine
0bec1f8e9e
Update more ML URLs in doc link service (#123432) (#123488)
(cherry picked from commit 8b2c40bcb5)

Co-authored-by: Lisa Cawley <lcawley@elastic.co>
2022-01-20 11:29:02 -07:00
Kibana Machine
5407543a57
[Dashboard] Clone ReferenceOrValueEmbeddables by value. (#122199) (#123473)
* Clone all panels by value.

* Moved removal of byReference properties to getInputAsValueType.

* Fixed handling of clone titles.

* Fixed functional and unit clone tests.

* Removed duplicate check for byReference.

* Unset title on Visualize embeddable when by value.

* Remove unused import.

* Added by reference logic for saved search embeddables.

* Re-added unit tests for cloning by reference.

* Added functional tests.

* Added Jest unit tests.

* Ignored TypeScript errors for calling private functions in Jest tests.

* Adjusted logic for generating clone titles.

* Edited unit and functional tests for clone titles.

* Fixed typo in Jest tests.

* Keep hidden panel title status.

* Fix Jest test description.

* Remove unused import.

* Fixed Jest tests after new title logic.

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

Co-authored-by: Hannah Mudge <Heenawter@users.noreply.github.com>
2022-01-20 10:01:11 -07:00
Brian Seeders
24aa77df59
Remove skip flag(s) that haven't been backported 2022-01-20 10:53:34 -05:00
Kibana Machine
6bb2f9e0fc
[Fleet] Remove output id from agent policy APIs (#123403) (#123458)
(cherry picked from commit 7fba1feaf3)

Co-authored-by: Nicolas Chaulet <nicolas.chaulet@elastic.co>
2022-01-20 07:45:15 -07:00
Kibana Machine
0dae4afc4e
[APM] Restrict aggregated tx metrics search to date range (#123445) (#123452)
(cherry picked from commit b44f82e918)

Co-authored-by: Dario Gieselaar <dario.gieselaar@elastic.co>
2022-01-20 06:17:37 -07:00
Kibana Machine
f914e37063
Update indexNames for general threat match timeline (#123358) (#123448)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 4282355fb6)

Co-authored-by: Angela Chuang <6295984+angorayc@users.noreply.github.com>
2022-01-20 05:56:59 -07:00
Kibana Machine
61d673e091
Fix issue with parsing out endpoint package policy. (#123287) (#123316)
* Fix issue with parsing out endpoint package policy.

* revert schedule.

(cherry picked from commit 4d98af824f)

Co-authored-by: Pete Hampton <pjhampton@users.noreply.github.com>
2022-01-20 05:35:39 -07:00
Kibana Machine
5b0871891f
[Discover] Fix unmapped field document explorer rendering (#123174) (#123437)
(cherry picked from commit 5238ba835a)

Co-authored-by: Matthias Wilhelm <matthias.wilhelm@elastic.co>
2022-01-20 02:26:12 -07:00
Frank Hassanabad
7436816cab
Fixes comments from earlier PR (#123392) (#123435)
## Summary

Adds comments to earlier PR:
https://github.com/elastic/kibana/pull/123332

In the tests for documentation.

(cherry picked from commit 91825b9a4d)
2022-01-20 00:57:03 -07:00
Frank Hassanabad
f2473025f9
[Security Solution] Adds telemetry for legacy notifications and regular notifications at a finer grained level (#123332) (#123388)
## Summary

Related and previous PR:
https://github.com/elastic/kibana/pull/122472

This removes the above structure from the PR above and instead opts to use a more finer grained level of telemetry. The new structure adds to each rule these four counters to the telemetry:

* legacy_notifications_enabled - The number of legacy notifications on rules that are enabled/active
* legacy_notifications_disabled - The number of legacy notifications on rules that are disabled/in-active
* notifications_enabled - The number of notifications on rules that are enabled/active
* notifications_disabled - The number of notifications on rules that are disabled/in-active

For pre-built rules you have these booleans:
* has_legacy_notification - True if the pre-built rule has a legacy notification attached, otherwise false.
* has_notification - True if the pre-built rule has a notification attached, otherwise false.

Note, both those booleans are `false` if the pre-built rule has no notifications attached and both can never be `true` together.

These will show up within each rule type like for example on a query rule it will look like:

```json
"detection_rule_usage": {
  "query": {
    "enabled": 2,
    "disabled": 1,
    "cases": 0,
    "legacy_notifications_enabled": 1, <-- New
    "legacy_notifications_disabled": 0, <-- New
    "notifications_enabled": 1, <-- New
    "notifications_disabled": 1 <-- New
}
```

Within the counts/total sections it will show up on both the `elastic` rules and the `custom` rules like so:

```json
"elastic_total": {
  "enabled": 0,
  "disabled": 0,
  "alerts": 0,
  "cases": 0,
  "legacy_notifications_enabled": 0, <-- New
  "legacy_notifications_disabled": 0, <-- New
  "notifications_enabled": 0, <-- New
  "notifications_disabled": 0 <-- New
},
"custom_total": {
  "enabled": 2,
  "disabled": 1,
  "alerts": 7218,
  "cases": 0,
  "legacy_notifications_enabled": 1, <-- New
  "legacy_notifications_disabled": 0, <-- New
  "notifications_enabled": 1, <-- New
  "notifications_disabled": 1 <-- New
}
```

For pre-built it will be:

```json
"detection_rule_detail": [
  {
    "rule_name": "Potential Evasion via Filter Manager",
    "rule_id": "06dceabf-adca-48af-ac79-ffdf4c3b1e9a",
    "rule_type": "eql",
    "rule_version": 8,
    "enabled": false,
    "elastic_rule": true,
    "created_on": "2022-01-19T01:29:25.540Z",
    "updated_on": "2022-01-19T01:29:25.540Z",
    "alert_count_daily": 0,
    "cases_count_total": 0,
    "has_legacy_notification": false, <-- New
    "has_notification": false <-- New
  },
```

Screen shot of it if you go to "Advanced settings -> cluster data":
<img width="802" alt="Screen Shot 2022-01-18 at 6 27 14 PM" src="https://user-images.githubusercontent.com/1151048/150046445-b1850b1c-bca6-41e0-b101-1bac5f67dbb3.png">

<img width="798" alt="Screen Shot 2022-01-18 at 6 30 33 PM" src="https://user-images.githubusercontent.com/1151048/150046808-1109a4c9-8a54-4da8-8b42-5f957a9d3ed5.png">

Follow the manual test instructions on https://github.com/elastic/kibana/pull/122472 for how to test this. The same manual testing applies here for seeing how these work out. You should be able to see a higher granularity with these stats.

### Checklist

- [ ] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios

(cherry picked from commit d2a8bb90be)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-01-19 23:20:19 -07:00
Kibana Machine
7d914cc12a
Fixes broken cypress test after ECS update to Rule Registry (#123429) (#123433)
## Summary

New ECS FieldMap was generated in https://github.com/elastic/kibana/pull/123012, however since it only contained changes to `Rule Registry` code the `Security Solution` Cypress tests were not run, and thus did not catch this field change.

See https://github.com/elastic/kibana/pull/122661#discussion_r784412959 for details. Confirmed w/ @madirey that expected value is indeed `5` now that `host.geo.continent_code` has been [added](https://github.com/elastic/kibana/pull/123012/files#diff-a1647ccb73ef26c8c8b6aefd87084504b146af72fcb088ccacad93fcaad15b69R1524-R1528).

Some failing PR's from `main`:
https://github.com/elastic/kibana/pull/123357
https://github.com/elastic/kibana/pull/121644
https://github.com/elastic/kibana/pull/123352

### Checklist

Delete any items that are not applicable to this PR.

- [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios

(cherry picked from commit d6917fcb8b)

Co-authored-by: Garrett Spong <spong@users.noreply.github.com>
2022-01-19 21:28:51 -07:00
Spencer
581cfb4164
[ftr] support filtering tests by es version (#123289) (#123419)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 12e63dd469)
2022-01-19 17:09:24 -07:00
Yuliia Naumenko
f0c868cafc
[Actions] Fixed ad-hoc actions tasks remain as "running" when they timeout by adding cancellation support (#120853) (#123417)
* [Actions] Fixed ad-hoc actions tasks remain as "running" when they timeout by adding cancellation support

* fixed test

* fixed tests

* fixed test

* removed test data

* fixed typechecks

* fixed typechecks

* fixed typechecks

* fixed tests

* fixed typechecks

* fixed tests

* fixed typechecks

* fixed test

* fixed tests

* fixed tests

* changed unit tests

* fixed tests

* fixed jest tests

* fixed typechecks

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 158a9a53a3)
2022-01-19 16:36:56 -07:00
gchaps
e629bb277c
[DOCS] Adds plugin API changes doc (#122388)
* [DOCS] Adds plugin API changes doc

* Update docs/developer/plugin-api-changes/plugin-api-changes.asciidoc

* Update docs/developer/plugin-api-changes/plugin-api-changes.asciidoc

* Update docs/developer/plugin-api-changes/plugin-api-changes.asciidoc

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

* Update plugin-api-changes.asciidoc

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
2022-01-19 13:23:47 -08:00
Kibana Machine
2ae242d4e5
[Fleet] Validate package policy on create or update APIs (#123261) (#123394)
(cherry picked from commit d7dbf15919)

Co-authored-by: Nicolas Chaulet <nicolas.chaulet@elastic.co>
2022-01-19 12:45:42 -07:00
Kibana Machine
fcbf74937d
[APM] Show rows per page option tables pagination (#122658) (#123393)
* Add rows per page on tables

* Set page options and default size at shared ManagedTable component

* Fixed TransactionsTable, the rows option wasn’t working, use ManagedTable

* Fix i18n

* Make hidePerPageOptions false by default

* fix snapshot

* Improvements after PR review

(cherry picked from commit ec38f00bb1)

Co-authored-by: Miriam <31922082+MiriamAparicio@users.noreply.github.com>
2022-01-19 12:27:02 -07:00
Kibana Machine
d4ac54c160
remove reference to deprecated kibana.index setting (#123379) (#123400)
(cherry picked from commit 2050262b51)

Co-authored-by: Stacey Gammon <gammon@elastic.co>
2022-01-19 14:19:33 -05:00
Tim Sullivan
7db42f23ef
[8.0] unskip reporting mgmt test (#122471) (#123317)
* unskip reporting mgmt test (#122471)

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

* fix test snapshots
2022-01-19 11:24:49 -07:00
Dmitry Tomashevich
085aac6ac9
[8.0] [Discover] Fix saved search hidden chart can't be opened when returning to Discover (#122745) (#123360)
* [Discover] Fix saved search hidden chart can't be opened when returning to Discover (#122745)

* [Discover] fix hide chart

* [Discover] fix unit test

* [Discover] fix state persistence on stateContainer updates

* [Discover] fix functional tests

* [Discover] add functional test

* [Discover] apply suggestions

* [Discover] return unnecessary code position change

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

# Conflicts:
#	src/plugins/discover/public/application/apps/main/components/chart/discover_chart.tsx
#	src/plugins/discover/public/application/apps/main/components/chart/use_chart_panels.test.ts
#	src/plugins/discover/public/application/apps/main/components/chart/use_chart_panels.ts
#	src/plugins/discover/public/application/apps/main/services/use_discover_state.test.ts

* [Discover] resolve missed conflicts
2022-01-19 21:01:43 +03:00
Kibana Machine
debd4cee0a
[Fleet] Validate policy id when creating an enrollment token (#123298) (#123380)
(cherry picked from commit d40c0abe5b)

Co-authored-by: Nicolas Chaulet <nicolas.chaulet@elastic.co>
2022-01-19 10:35:50 -07:00
Kibana Machine
ec0314bfda
[Connectors] Checking for undefined config and secrets during connector validation (#122696) (#123369)
* Checking for undefined config and secrets during connector validation

* Adding functional tests

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

Co-authored-by: ymao1 <ying.mao@elastic.co>
2022-01-19 09:10:13 -07:00
Kibana Machine
3411dc3057
Improve copy in update jobs callout (#123355) (#123364)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 3280400b74)

Co-authored-by: Miriam <31922082+MiriamAparicio@users.noreply.github.com>
2022-01-19 08:20:20 -07:00
Kibana Machine
93d9bd5445
Update ML URLs in doc link service (#123328) (#123346)
(cherry picked from commit de7d48a55f)

Co-authored-by: Lisa Cawley <lcawley@elastic.co>
2022-01-19 03:46:45 -07:00
Matthias Wilhelm
b53f1fc942
fix conflicts (#123341) 2022-01-19 02:15:55 -07:00
Kibana Machine
5491ca4482
[Security Solution] [Platform] updates rule indices to include indices from the enriched alert data (#123324) (#123335)
* updates rule indices to include indices from the enriched alert data

* quick fix for type failure

* rely on functions, not types

(cherry picked from commit 51ac9a0c89)

Co-authored-by: Devin W. Hurley <devin.hurley@elastic.co>
2022-01-18 21:47:02 -07:00
Kibana Machine
dcfcec9ff4
[RAC][Rule Registry] Generate ECS fieldmap from ECS 8.0 (#123012) (#123334)
* Generate ECS fieldmap from ECS 8.0

This is the result of running the generate_ecs_fieldmap script against
ECS' 8.0 branch.

* Account for scaling_factor property from ECS

This is a required field for e.g. scaled_float fields, so we need to
reflect its value in our field map.

* Remove unused, unset property from FieldMap

It does not appear that this value was ever being set, nor does this
value appear in ECS' flat output, so I'm removing it for now to keep our
types as accurate as possible.

* Add path back to FieldMap definition

This is a required field for type: alias fields.

* Try upping the fields limit on our ECS component template

This now exceeds the default of 1000.

* Bump our field limit a bit more

Apparently 1300 wasn't enough, either.

* Fix type error

Makes this field optional, since the technical component template
doesn't currently use it.

* Bump the field limit of our composed template

Including the newest ECS fields, this index now exceeds 1600 fields.
This value should probably be derived from the composed template's
limits, but for now this allows the template to be created.

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

Co-authored-by: Ryland Herrick <ryalnd@gmail.com>
2022-01-18 20:11:03 -07:00
Kibana Machine
73f4abae0f
[Security Solution] Newsfeed Url bugfix (#123283) (#123331)
(cherry picked from commit 3b28f55ddb)

Co-authored-by: Steph Milovic <stephanie.milovic@elastic.co>
2022-01-18 19:10:35 -07:00
Kibana Machine
35aec57181
[Security Solution] [Platform] Return additional errors during import rule + action migration process (#123088) (#123329)
* exposes additional errors when ES failures occur during the swap of old, pre-8.0 action ids with the new migrated action SO ids. Ref: https://github.com/elastic/kibana/pull/120975#discussion_r778449187 for more information

* fix test error

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

Co-authored-by: Devin W. Hurley <devin.hurley@elastic.co>
2022-01-18 18:16:58 -07:00
Kibana Machine
3d11c3520c
[Security Solution][Exceptions] Fix export toast text (#123307) (#123326)
### Summary

Fix bug on rule export where toaster reports export total as being rule objects + exceptions objects, but should just be rule objects total. Adds cypress test.

(cherry picked from commit b2c9f10691)

Co-authored-by: Yara Tercero <yctercero@users.noreply.github.com>
2022-01-18 18:08:53 -07:00
Kibana Machine
d551f02ca4
Fix success message to show correct language based on timelin… (#123258) (#123320)
* Fix success message to show correct language based on timeline type

* Fix translation problems

Co-authored-by: Kristof-Pierre Cummings <kristofpierre.cummings@elastic.co>
(cherry picked from commit 91a35c20ce)

Co-authored-by: Kristof C <kpac.ja@gmail.com>
2022-01-18 17:50:03 -07:00
Kibana Machine
1939432623
[Security Solution] Add aliases, fix types, remove extra fields (#122880) (#123319)
* Add aliases, fix types, remove extra fields

* Update aliases version and update tests

* Update aliases version test

* Remove dangling references to fields

* Update test

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

Co-authored-by: Marshall Main <55718608+marshallmain@users.noreply.github.com>
2022-01-18 17:25:39 -07:00
Tim Sullivan
f83ef8dd8c
[Sharing/URLs] Wrap radio buttons in a fieldset and legend (#123011) (#123314)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 4b1e83df1a)
2022-01-18 16:22:04 -07:00
Kibana Machine
d47fe31dba
[Security Solution][Exceptions] - Update exceptions tab privileges checks (#122902) (#123305)
### Summary

Addresses #122227.

(cherry picked from commit fc64d172e7)

Co-authored-by: Yara Tercero <yctercero@users.noreply.github.com>
2022-01-18 15:43:31 -07:00
Kibana Machine
8f656e953a
[Timelines] Update fields metadata from beats 8.0 (#123014) (#123304)
* Move beats metadata script to timelines plugin

This is the plugin that consumes the artifacts of the script, not
security_solution.

* Remove unused beats metadata file

This file also exists in the timelines plugin, but only that one is
used.

* Update fields metadata from beats 8.0.0-rc1

This will serve as the data source for our metadata in kibana 8.0.

* Update indexFields unit tests following ECS update

8.0 introduced some textual changes to field descriptions.

* Revert "Move beats metadata script to timelines plugin"

This reverts commit cbc8e9db1a.

* Update script to modify the appropriate timelines file

This is the one used by IndexFields.

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

Co-authored-by: Ryland Herrick <ryalnd@gmail.com>
2022-01-18 15:40:38 -07:00
Brian Seeders
1ecd3f0e09
[bazel] Setup remote cache settings on bootstrap (#121445) (#123301)
(cherry picked from commit e39faea65d)

# Conflicts:
#	packages/kbn-pm/dist/index.js
2022-01-18 14:55:21 -07:00
Tim Sullivan
f0b7f3bdcc
[reporting] update pdfmake node module (#121585) (#123293)
* [Reporting] Upgrade pdfmake module

* change pdf maker to integration test

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 7e7319b007)
2022-01-18 14:15:41 -07:00