Commit graph

46687 commits

Author SHA1 Message Date
Kevin Logan
44ebc8b8af
[Security Solution] update protection names in Policy response and Policy locked cards (#113000) 2021-09-23 15:05:35 -04:00
Brandon Morelli
bc1c6dca47
docs: 7:15 APM updates (#112775) 2021-09-23 11:52:10 -07:00
Irina Truong
1084ce7124
Update Enterprise Search "can't connect" message to include OpenID Connect as supported realm. (#112904)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-23 11:40:52 -07:00
Thomas Watson
0e95de45ef
[Reporting] Improve streaming code in ContentStream (#112950) 2021-09-23 11:29:40 -07:00
Candace Park
6504de234e
[Security Solution][Endpoint][TA] Create flyout UI update with section headers and button group (#112052) 2021-09-23 13:54:43 -04:00
Zacqary Adam Xeper
4ac8bd2b0e
[Metrics UI] Fix No Data alerts on Metric Threshold with groupBy (#111465)
* [Metrics UI] Fix No Data alerts on Metric Threshold with groupBy

* Fix typecheck

* Add integration test for no data groupBy scenario

* Uncomment test files

* Uncomment test files

* Reset stored groups when groupBy parameter changes

* Test for groupBy arrays

* Fix initial No Data result when no groups are detected yet

* Fix linting error

* Fix detecting groups with doc count 0

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-23 12:44:20 -05:00
Jonathan Budzenski
8f1796c993
Bump hapi related dependencies (#112723)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-23 13:43:24 -04:00
Jonathan Budzenski
0484e6c17e skip test blocking es promotion. #113012 2021-09-23 12:23:54 -05:00
Dario Gieselaar
884165af28
[APM] Ensure multiple path parameters are matched (#112958) 2021-09-23 18:39:25 +02:00
Ester Martí Vilaseca
8a6999845f
[Stack monitoring] Elasticsearch nodes view migration (#112422)
* wip nodes view migration

* Save table pagination with localStorage and add some types

* fix types

* fix pagination

* fix table query

* remove async

* fix eslint

Co-authored-by: neptunian <sandra.gonzales@elastic.co>
2021-09-23 12:29:51 -04:00
Lisa Cawley
acf6a0296c
Update more doc links for ingest pipelines app (#112767) 2021-09-23 09:29:02 -07:00
Jonathan Buttner
3124f47fa7
Revert "Adding cases team to directories (#112835)" (#112914)
This reverts commit 48b126a2ea.
2021-09-23 11:57:13 -04:00
Christos Nasikas
1153afc428
[Cases] Check cases configuration on functional testing (#112968) 2021-09-23 18:47:54 +03:00
Jonathan Budzenski
b3bb48f0d6
[docker] Tag cloud images to kibana-ci (#112978) 2021-09-23 10:41:40 -05:00
Jonathan Budzenski
94bbeecf67 skip flaky suite. #112749 2021-09-23 10:32:40 -05:00
Nick Peihl
1e25d199cd
Add license querystring to EMS requests in Vega (#112765)
This fixes a regression in Vega Maps that limits users to max zoom 10 regardless of distribution

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-23 08:32:11 -07:00
Jonathan Budzenski
cbbf0fa6ce skip flaky suite. #107028 2021-09-23 10:22:37 -05:00
Chris Roberson
d5ed0c4af9
[Actions] Telemetry for RBAC exemptions (#112356)
* More telemetry

* Fix tests

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-23 11:18:54 -04:00
Jonathan Budzenski
9d44ff1f07 skip flaky suite. #112913 2021-09-23 10:16:31 -05:00
Sergi Massaneda
9c30f87ff4
[Cases][Sharable SOs] Resolve deep link ids (#111984)
* backend implementation

* front UI changes to manage all resolve outcomes

* add spaces dependency to o11y

* tests fixed

* hack removed

* added resolve api integration test

* unit tests for the front changes

* add base resolve cypress test

* non-null assertions removed

* add resolve operation for logging

* eslint fix new rule

* create test snapshot

* migration resolve functional test
2021-09-23 17:08:13 +02:00
Patryk Kopyciński
854e0d4d85
Fix navigateToApp behavior when openInNewTab is true (#110712) 2021-09-23 10:48:16 -04:00
Mark Hopkin
467e5851a3
[Fleet] Make add agent action more obvious in integration policy table (#112936)
* add agent button changes

* remove unused imports

* move cell to separatre component and add tests

* fix conflicting i18n defaults

* remove tests for old layout

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-23 15:17:40 +01:00
David Sánchez
d75df38786
[Security Solution][Endpoint] Displays Trusted apps card in policy fleet integration page - UI (#111708)
* Displays Trusted apps card in policy fleet integration page

* Fixes translation

* Use FF to display the card or not

* Revert FF to false by defaul

* Fix back external button props in router stats

* redesign TA card for fleet policy page

* Address pr comments. Added experimental feature singleton service. Added FTR test for TA card in fleet policy

* Change wrong fleet name and SIEM to Security Solutions

* Fix test-subject prop because test is failing

* Use different designs in fleet and integration. Pending to confirm by design team

* UI changes on summary cards

* Adds same card design in fleet policy and integration policy pages

* Fix ts error making prop as optional

* Use eui props for sizing. Use reverseRow to switch label/numbers depending on isSmall prop

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-23 15:06:40 +02:00
Cristina Amico
e4f8e64e71
[Fleet] Truncate integration name in policy table when too long (#112948) 2021-09-23 14:49:04 +02:00
Angela Chuang
931c55a0ac
[Security Solution] Update data field for JA3 fingerprint (#112813)
* update data field for JA3 fingerprint

* update unit test

* update query

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-23 08:42:53 -04:00
Matthew Kime
7ecae91e64
[data views] reduce any usage on server side service (#112750)
* remove some any instances from data view
2021-09-23 06:59:33 -05:00
Chenhui Wang
548944e6d3
Display different config for Oauth1 and Oauth2 connections (#112787)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-23 19:35:54 +08:00
Vadim Kibana
7f7c0b4ed5
Add Kibana version to URL (#112528)
* add utility to set current kibana version

* set kibana version on dashboard

* move setVersion function into separate file

* improve setVersion method

* add test mocks

* remove unnecessary any

* narrow down history type

* use new formatting settings

* remove version integration on dashboard

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-23 13:23:30 +02:00
Justin Kambic
26d19e7fd1
[Uptime] Redirect to error page when Heartbeat mappings are missing (#110857)
* Initial PoC of redirect on mapping error is working.

* Update copy. Add comments.

* Include headline element for page title.

* Create mappings for failing functional tests.

* Add functional test for mappings error page.

* Add mapping for certs check.
2021-09-23 06:55:43 -04:00
Cristina Amico
6235371cda
[Fleet] Fix for agent logs dropdowns not showing (#112833) 2021-09-23 11:53:21 +02:00
Sergi Massaneda
1b061d8638
fix order problem and un-skip test (#112863) 2021-09-23 11:50:01 +02:00
Walter Rafelsberger
f4c164c69b
[ML] APM Correlations: Remove unused code. (#112645)
- Removes CustomFields component.
- Removes fetchTransactionDurationHistogramInterval query.
- Removes unused legacy API endpoints used for the correlations feature.
2021-09-23 11:38:04 +02:00
Walter Rafelsberger
8cd6df6d95
[ML] APM Correlations: Fix element key, fix to not pass on undefined (#112641)
- Adds key attribute for AreaSeries element of TransactionDistributionChart.
- Avoids passing on undefined as progress values.
2021-09-23 05:07:10 -04:00
Marco Liberati
9dcacf77f7
[Vega] Better error explanation for EsErrors and inspector now showing error responses (#112634)
* 🐛 Fix EsError not showing info

* 🐛 Record error response in the inspector

* 🏷️ Fix type issue

* 👌 Integrate feedback

* 👌 Integrated latest feedback

* 👌 i18n unknwon message

* 👌 Integrate feedback

* 🐛 Fix syntax error

* 🏷️ Fix type issue

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-23 10:54:31 +02:00
Joe Reuter
fa624567d6
fix permissions for cloud test (#112568) 2021-09-23 10:13:55 +02:00
Stratoula Kalafateli
5c4f519563
Updates the VEGA docs for v8.0 (#112781)
* Update VEGA docs for v8.0

* Update docs/user/dashboard/vega-reference.asciidoc

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

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-23 09:55:18 +03:00
Stratoula Kalafateli
1803511ec4
Updates the TSVB docs for v8 (#112778)
* Updates the TSVB docs for v8

* Update docs/management/advanced-options.asciidoc

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

* Update docs/user/dashboard/tsvb.asciidoc

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

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-23 09:54:43 +03:00
Michael Dokolin
c06d604785
[Expressions] Fix setup and start contracts (#110841)
* Refactor executor forking to implement state inheritance
* Fix setup and start contracts typings
* Add support of named forks
* Add expressions service life-cycle assertions
2021-09-23 08:44:16 +02:00
Adam Locke
5b73ab1432
[DOCS] Update remote cluster and security links (#112874)
* [DOCS] Update remote cluster and security links

* Updating test link

* Update URL for failing test

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-22 20:44:12 -07:00
Rashmi Kulkarni
97e232f105
test/functional/apps/management/_test_huge_fields.js (#112878) 2021-09-22 17:14:35 -07:00
Kellen
56f5c179e0
Fix the other one... (#112873) 2021-09-22 14:38:20 -07:00
Lukas Olson
02b2a4d086
[data.search.aggs] Use fields instead of _source in top_hits agg (#109531)
* [data.search] Handle warnings inside of headers

* Update docs

* Add tests

* Remove isWarningResponse

* [data.search.aggs] Use fields instead of _source in top_hits agg

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-22 13:36:39 -07:00
Lukas Olson
f4c2a934f0
[Search sessions] Don't show incomplete warning if search requests aren't in session (#112364)
* [Search sessions] Don't show incomplete warning if search requests aren't in session"

* Update src/plugins/data/public/search/search_interceptor/search_interceptor.ts

Co-authored-by: Anton Dosov <dosantappdev@gmail.com>

* Fix lint

Co-authored-by: Anton Dosov <dosantappdev@gmail.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-22 13:36:27 -07:00
Lukas Olson
791fed5b82
[data.search] Do not send ignore_throttled when search:includeFrozen is disabled (#112755)
* Do not send ignore_throttled when search:includeFrozen is disabled

* Fix tests
2021-09-22 13:36:17 -07:00
Chris Cowan
1b93b00212
[Monitoring] Add KQL filter bar to alerts (#111663)
* [Monitoring] Add KQL filter bar to alerts

* Finish adding filters to UI

* Adding filterQuery to all the backend alert functions

* removing unused translations

* fixing types

* Moving alerting code to async imports

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-22 14:15:55 -06:00
Luke Elmers
878b1eeae9
Log deprecation warnings for plugins which won't be disable-able in 8.0 (#112602) 2021-09-22 15:58:57 -04:00
Brian Seeders
9d7290d9ad
[CI] Balance CI Groups (#112836) 2021-09-22 15:42:01 -04:00
Lisa Cawley
4c3f48fcbd
Add ILM URLs to documentation link service (#112748) 2021-09-22 12:41:42 -07:00
Jonathan Budzenski
74bcbc310d
Bump chromedriver to 93 (#112847) 2021-09-22 14:33:41 -05:00
Nathan Reese
15846b27c0
[Maps] move joins from LayerDescriptor to VectorLayerDescriptor (#112427)
* [Maps] move joins from LayerDescriptor to VectorLayerDescriptor

* clean up ISource

* export isVectorLayer

* tslint

* tslint for ml plugin

* tslint apm plugin

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-22 12:47:35 -06:00