Commit graph

45569 commits

Author SHA1 Message Date
Davis Plumlee
acc8465c19
[Security Solution][RAC] Adds OR bool for acknowledged status filter (#109348) 2021-08-20 17:30:10 -04:00
Davis Plumlee
0ebe3c6b09
[Security Solution][Detections] Fixes broken cypress test (#109533)
## Summary

Fixes `acknowledged.spec.ts` test that is currently failing on some ci builds

### 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
2021-08-20 23:05:48 +02:00
Tiago Costa
f4e18d47c0
chore(NA): moving @kbn/securitysolution-utils to babel transpiler (#109439)
* chore(NA): moving @kbn/securitysolution-utils to babel transpiler

* chore(NA): update packages/kbn-securitysolution-utils/.babelrc

Co-authored-by: Frank Hassanabad <frankhassanabad@gmail.com>

Co-authored-by: Frank Hassanabad <frankhassanabad@gmail.com>
2021-08-20 22:04:39 +01:00
Devon Thomson
95463f47f3
[Dashboard] Remove Legacy Dashboard Only Mode (#108103)
Remove all dashboard only mode code and tests. Align dashboard permissions to use showWriteControls only
2021-08-20 15:39:10 -04:00
renovate[bot]
92ec225cfd
Update dependency @elastic/elasticsearch to ^8.0.0-canary.18 (master) (#109414)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-20 18:39:25 +01:00
Chris Cowan
d4b4b0e7b0
[Metrics UI] Re-enabled saved view tests (#108725)
* [Metrics UI] Re-enabled saved view tests

* Adding ensureViewIsLoadable back in

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-20 11:33:04 -06:00
Xavier Mouligneau
e8e53e36e5
[RAC] Get o11y alerts in alerts table (#109346)
* get back index names  in o11y

* testing and integration

* fix types

* Avoid using the rule data client for field list

* Remove left-over index argument

* no needs of alert consumer anymore

Co-authored-by: Felix Stürmer <stuermer@weltenwort.de>
2021-08-20 12:52:34 -04:00
Tiago Costa
ec2d041638
chore(NA): moving @kbn/ui-shared-deps to babel transpiler (#109323)
* chore(NA): moving @kbn/ui-shared-deps to babel transpiler

* fix(NA): missing correct paths on package.json files

* chore(NA): update jest integration snapshots

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-20 17:12:08 +01:00
Justin Kambic
cb3d353a36
Remove references to deprecated IIndexPattern. (#109347) 2021-08-20 12:08:54 -04:00
Tim Roes
4d115dcaa2
Fix bug with highlighting in field formatters (#109401)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-20 18:08:12 +02:00
Anton Dosov
cd7f26dd81
[IndexPatterns] No data experience to handle default Fleet assets (#108887)
Co-authored-by: Josh Dover <1813008+joshdover@users.noreply.github.com>
2021-08-20 17:58:34 +02:00
Kaarina Tungseth
a8c2a43834
[DOCS] Reformats the Alerting and action settings tables into definition lists (#107964)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-20 11:29:37 -04:00
Marco Vettorello
958a3ba28a
fix(heatmap): remove duplicate legend items (#109338) 2021-08-20 17:09:22 +02:00
Kaarina Tungseth
7323cdbbb9
[DOCS] Reformats the AleBanner settings tables into definition lists (#107966)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-20 10:03:51 -05:00
Jean-Louis Leysens
132f55d362
fix check for security and added jest test (#109429) 2021-08-20 11:03:38 -04:00
Kaarina Tungseth
385d24b48a
[DOCS] Reformats the Development tools settings tables into definition lists (#107967)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-20 10:03:31 -05:00
Kaarina Tungseth
970cf589c5
[DOCS] Reformats the Graph settings tables into definition lists (#108065) 2021-08-20 10:03:21 -05:00
Casper Hübertz
8ab068ae1e
[APM] Change panel style for license prompt (#109386) 2021-08-20 16:55:25 +02:00
Matthias Wilhelm
aa2897ce51
[Discover] Fix runtime fields editor test in cloud environment (#109367) 2021-08-20 16:50:05 +02:00
Devon Thomson
ff17140179
[Input Controls] Options List Data Fetch In Embeddable (#108226)
Moved data fetching from react component into embeddable class. This cleans up the component, and allows for more accurate comparison before firing async requests
2021-08-20 10:38:59 -04:00
Aleh Zasypkin
0e39eeb8a9
Remove dashbord_only_user role asserting from the reserved roles test. (#109422) 2021-08-20 16:07:09 +02:00
Pete Hampton
0f75573b0f
Exception List Telemetry (#107765) 2021-08-20 14:03:37 +01:00
Alison Goryachev
fcd89703f7
[Upgrade Assistant] New ES deprecations page (#107053) 2021-08-20 08:54:50 -04:00
Nathan Reese
c635216a6c
[Maps] fix edit layer settings action showing when readonly (#109321)
* [Maps] fix edit layer settings action showing when readonly

* remove unneeded file

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-20 06:10:14 -06:00
Walter Rafelsberger
ca6bb4b6d1
[ML] APM Latency Correlations: Fix formatting of duration values for log x axis and selection badge. (#109214)
- Fix, clean up and unit tests for the log log charts x axis duration based ticks. This extends existing duration utilities to support a custom threshold to be able to fine tune the formatting for either single values with more detail or chart axis ticks where less detail is required. This is useful for log axis that cover a wider range of units. As can be seen in the screenshot, axis ticks will be formatted as full seconds from 1s onwards instead of 1,000 ms already up to 10 seconds. Because the threshold parameter is optional and defaults to 10, other uses of getDurationFormatter don't need to be changed.
- Fixes the formatting of the selection badge.
2021-08-20 06:57:28 -04:00
Tiago Costa
9fb152a92f
chore(NA): moving @kbn/logging to babel transpiler (#108702)
* chore(NA): moving @kbn/logging to babel transpiler

* chore(NA): fix imports for @kbn/logging

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-20 11:54:46 +01:00
Tiago Costa
9c24e8f70f
chore(NA): moving @kbn/interpreter to babel transpiler (#108512)
* chore(NA): moving @kbn/interpreter to babel transpiler

* chore(NA): fix imports

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-20 11:50:40 +01:00
Tiago Costa
c6fdef4e0d
skip flaky suite (#102282) 2021-08-20 11:44:11 +01:00
Alejandro Fernández Gómez
5fd903b7fe
[RAC] Enable workflow status filtering (#108215)
Co-authored-by: Jason Rhodes <jason.matthew.rhodes@gmail.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-20 12:07:09 +02:00
Sergi Massaneda
60af98a1b7
fix unit prop and default it only in the tGrid body (#109252) 2021-08-20 11:29:03 +02:00
Stratoula Kalafateli
cb868928a7
Move to vis types part 1 (#107535)
* Move to vis types part 1

* Fix types

* fix more types

* Fix paths

* Update readme file

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-20 11:43:21 +03:00
Pablo Machado
4274a2bf68
Preserve timeline data when navigating between tabs (#106716) 2021-08-20 09:45:47 +02:00
Marta Bondyra
e18370a7c0
fix dnd tests (#109271)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-20 10:45:19 +03:00
Tim Sullivan
91630c63cf
[Reporting/Telemetry] Include counts for each deprecated job type (#108614)
* add isDeprecated to report meta for telemetry

* test clean up

* update snapshots

* Update x-pack/plugins/reporting/server/usage/decorate_range_stats.ts

Co-authored-by: Michael Dokolin <dokmic@gmail.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Michael Dokolin <dokmic@gmail.com>
2021-08-19 22:24:13 -04:00
Clint Andrew Hall
5f9193d24c
Fix height of editor when maximized (#109161) 2021-08-19 22:12:50 -04:00
Cauê Marcondes
442d9c3274
[APM] Rum service details doesn't show any data (#109117)
* removing existing filter

* fixing unit test

* replacing terms agg for should filter

* fixing test
2021-08-19 19:46:05 -04:00
Tiago Costa
d155a94fce
skip failing es promotion suite (#109351) 2021-08-19 23:09:49 +01:00
Tiago Costa
96dfabd51b
skip failing es promotion suite (#109349) 2021-08-19 23:00:44 +01:00
Tiago Costa
e14f814518
skip flaky suite (#109329) 2021-08-19 22:02:15 +01:00
Cauê Marcondes
6317202fb6
[APM] Hash-based links into APM app don't work (#108777)
* fixing navigation issues

* addressing PR comments
2021-08-19 16:29:27 -04:00
Jonathan Buttner
1fd7038b34
[Cases] Include rule registry client for updating alert statuses (#108588)
* Trying to get import to work

* Plumbed alerts client through and logging errors

* No longer need the ES cluster client

* Fixing types

* Fixing imports

* Fixing integration tests and refactoring

* Throwing an error when rule registry is disabled

* Reworking alert update and get to catch errors

* Adding tests and fixing errors
2021-08-19 16:01:39 -04:00
Sandra G
7369bdf360
[Monitoring] document monitoring.ui.ccs.enabled (#109318)
* monitoring.ui.ccs.enabled doc

* fix links
2021-08-19 15:38:49 -04:00
Ignacio Rivas
3f3ee69c92
[Upgrade Assistant] Overview page should reference nextMajor (#109222)
* Should use nextMajor instead of currentMajor

* Fix small CR changes
2021-08-19 21:19:20 +02:00
Tre
7f68ff269c
[Archive Migration] x-pack..dashboard_view_mode (#108503) 2021-08-19 19:48:26 +01:00
Tiago Costa
cfd5dad174
chore(NA): moving @kbn/optimizer to babel transpiler (#109231)
* chore(NA): adds 7.16 into  backportrc

* chore(NA): moving @kbn/optimizer to babel transpiler
2021-08-19 19:40:50 +01:00
Melissa Alvarez
63db90b0c4
[ML] Anomaly detection: Adds functional test for delayed data chart flyout (#109026)
* wip add delayed data functional test

* adds delayed data functional test

* add menu check for stability and reorganize functions

* ensure describe block is self contained
2021-08-19 14:33:29 -04:00
Gloria Hornero
91910dbecd
Bringing cypress tests back (#109129)
* fixes threshold cypress tests

* add ticket command

* fixes threshold cypress tests

* add ticket command

* fixes 'Creates a new case with timeline and opens the timeline' test

* unskips navigation tests

* removes 'sets correct classes when the user starts dragging a host, but is not hovering over the data providers' test since we are not supporting drag and drop on timeline

* removes drag and drop related tests from 'data_providers.spec.ts'

* modifies todo on skipped exceptions tests to add more clarity

* fixes 'attach' to case and local storage test

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-19 20:14:02 +02:00
Tiago Costa
a7fe773bb8
chore(NA): moving @kbn/plugin-helpers to babel transpiler (#109085)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-19 19:13:33 +01:00
David Sánchez
79e63cc654
[Security solution] [Endpoint] Remove linked policy from trusted apps when removing endpoint integration (#108347)
* Remove policy from trusted app when this is removed from fleet
* Fleet: run package delete external callbacks when the Agent Policy is deleted
2021-08-19 13:45:55 -04:00
CJ Cenizal
8d1ebea7db
Migrate Stack Management apps to consume internal EuiCodeEditor (#108629)
* Migrate Index Management to use internal EuiCodeEditor.
* Migrate Rollup to use internal EuiCodeEditor.
* Migrate Snapshot and Restore to use internal EuiCodeEditor.
* Migrate Watcher to use internal EuiCodeEditor.
* Add default setOptions values to EuiCodeEditor.
2021-08-19 10:23:55 -07:00