Commit graph

8 commits

Author SHA1 Message Date
Joe Portner
6ba02ec7d6
[7.17] Test config settings that are exposed to the browser (#129438) (#129857)
* Test config settings that are exposed to the browser (#129438)

(cherry picked from commit 27ff7d3424)

# Conflicts:
#	.github/CODEOWNERS
#	packages/kbn-config-schema/src/index.ts

* Enable security plugin in OSS tests

This is a partial backport of #111681, so the Kibana security
plugin is enabled but Elasticsearch security is still disabled.

* Fix exposed config key tests

The exposed config keys are slightly different in the 7.17 branch.

* Fix UI Capabilities tests

The enterpriseSearch plugin does not have a required dependency on
the security plugin in the 7.17 branch, so our bacported
assertions for these tests needed to change accordingly.
2022-04-11 10:31:45 -07:00
Thomas Neirynck
1a80a3bdaf
[Fleet] Default to APM tutorial (#117421) (#117581)
# Conflicts:
#	test/api_integration/apis/custom_integration/integrations.ts
2021-11-04 21:08:25 +00:00
Kibana Machine
e7b60a53dd
[Fleet] Sample data and copy tweaks (#115078) (#115382)
Co-authored-by: Thomas Neirynck <thomas@elastic.co>
2021-10-18 17:03:45 +00:00
Kibana Machine
317b019677
[Fleet] Add File upload (#114934) (#115061)
Co-authored-by: Thomas Neirynck <thomas@elastic.co>
2021-10-14 15:46:40 -04:00
Kibana Machine
b6c75ee752
[7.x] [Fleet] Add language clients (#113666) (#113977)
* [Fleet] Add language clients (#113666)

* Apply suggestions from code review

Co-authored-by: Lisa Cawley <lcawley@elastic.co>

* Update src/plugins/custom_integrations/server/plugin.test.ts

Co-authored-by: Lisa Cawley <lcawley@elastic.co>

* Update src/plugins/custom_integrations/server/plugin.test.ts

Co-authored-by: Lisa Cawley <lcawley@elastic.co>

Co-authored-by: Thomas Neirynck <thomas@elastic.co>
Co-authored-by: Clint Andrew Hall <clint@clintandrewhall.com>
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
2021-10-07 21:44:07 +00:00
Kibana Machine
4814df2e11
[Fleet] Show beats replacements in integration browser (#113291) (#113615)
Display both beats and epr-packages in the integration browser. When there is overlap, the EPR-package equivalent is displayed. When the EPR-package is not yet ga, the beat-equivalent is displayed.

Co-authored-by: Thomas Neirynck <thomas@elastic.co>
2021-10-01 10:35:57 -04:00
Kibana Machine
2f4662bcf1
[Fleet] Register Sample Data (#113200) (#113488)
Co-authored-by: Thomas Neirynck <thomas@elastic.co>
2021-09-29 20:46:17 -04:00
Thomas Neirynck
ec7231d2f3
[Fleet] Add custom integrations API (#112481) (#113136)
Add a new plugin `custom_integrations`. This plugin allows for the registration of data-integrations tutorials. The Fleet-integrations app will display these alongside the existing Elastic Agent integrations.
# Conflicts:
#	packages/kbn-optimizer/limits.yml
2021-09-27 14:22:57 -04:00