Commit graph

43235 commits

Author SHA1 Message Date
Jean-Louis Leysens c260407640
added screenshot_mode to app services ownership (#101257) 2021-06-03 17:16:42 +02:00
Jason Stoltzfus 9618fd7dfe
[App Search] Added a persistent query tester flyout (#101071) 2021-06-03 11:00:12 -04:00
Oleksiy Kovyrin 58b1416f84
Enterpise Search SSL Settings Support (#100946)
Introduce a new set of SSL configuration settings for Enterprise Search plugin,
allowing users to configure a set of custom certificate authorities and to 
control TLS validation mode used for all requests to Enterprise Search.

Co-authored-by: Byron Hulcher <byronhulcher@gmail.com>
Co-authored-by: Constance Chen <constance.chen.3@gmail.com>
2021-06-03 10:58:11 -04:00
Ahmad Bamieh de85036fc7
[Usage] Fix flaky UI Counters test (#100979)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-06-03 17:47:54 +03:00
ymao1 b8c127c18f
Fixing pagerduty server side functionality (#101091)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-06-03 09:35:27 -04:00
spalger f5df40a5a1 skip flaky suite (#99581) 2021-06-03 06:33:27 -07:00
Shahzad 2ea4d5713c
[Uptime] Move uptime to new solution nav (#100905)
* Expose options to customize the route matching

* Add more comments

* move uptime to new solution nav

* push

* update test

* add an extra breadcrumb

Co-authored-by: Felix Stürmer <stuermer@weltenwort.de>
2021-06-03 15:19:35 +02:00
Liza Katz c30dc1e08f
use fake timers to avoid flakiness (#101254) 2021-06-03 15:15:29 +03:00
Vadim Dalecky 1d39d36c3d
feat: 🎸 connect dasdhboard telemetry to persistable state (#99498)
* feat: 🎸 connect dasdhboard telemetry to persistable state

* fix: 🐛 do not mutate .telemetry() stats objects

* feat: 🎸 populate stats object with embeddable telemetry

* feat: 🎸 embeddable telemetry schema

* feat: 🎸 update telemetry schema

* feat: 🎸 add descriptions to dashboard collector

* chore: 🤖 update telemetry schema

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-06-03 14:06:57 +02:00
Marta Bondyra 4e5652d05a
[Lens] setFocusTrap after animation is ended and not with timeout (#101148) 2021-06-03 12:54:43 +02:00
Alexey Antonov 83b47c1bc8
[TSVB] Math params._interval is incorrect when using entire timerange mode (#100775)
* [TSVB] Math params._interval is incorrect when using entire timerange mode

Closes: #100615

* fix jest

* rename get -> overwrite

* apply fix for "bucket script"

* Update date_histogram.js

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-06-03 12:37:45 +03:00
Liza Katz 8097f36465
attempt at tree shaking (#101147)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-06-03 12:28:09 +03:00
Uladzislau Lasitsa 6f106e4687
Gauge/goal: Tooltip always includes "_all" (#101064)
* Don't show _all for goal and gauge in tooltip

* add unit test
2021-06-03 11:49:00 +03:00
Vadim Dalecky 2354f07802
Link and formatting fix (#101243)
* docs: ✏️ make "Risk Matrix" link absolute

The page can be rendered in different environments, so we should have
this link absolute so that it always works, for example, it would not
work in PRs themselves.

* docs: ✏️ remove formatting breaks

In PRs Markdown formatting breaks are rendered incorrectly, so we remove
them.
2021-06-03 10:03:08 +02:00
Ashokaditya d4ecee6ba0
[Security Solution] [Endpoint] Add endpoint details activity log (#99795)
* WIP

add tabs for endpoint details

* fetch activity log for endpoint

this is work in progress with dummy data

* refactor to hold host details and activity log within endpointDetails

* api for fetching actions log

* add a selector for getting selected agent id

* use the new api to show actions log

* review changes

* move util function to common/utils

in order to use it in endpoint_hosts as well as in trusted _apps

review suggestion

* use util function to get API path

review suggestion

* sync url params with details active tab

review suggestion

* fix types due to merge commit

refs 3722552f73

* use AsyncResourseState type

review suggestions

* sort entries chronologically with recent at the top

* adjust icon sizes within entries to match mocks

* remove endpoint list paging stuff (not for now)

* fix import after sync with master

* make the search bar work (sort of)

this needs to be fleshed out in a later PR

* add tests to middleware for now

* use snake case for naming routes

review changes

* rename and use own relative time function

review change

* use euiTheme tokens

review change

* add a comment

review changes

* log errors to kibana log and unwind stack

review changes

* use FleetActionGenerator for mocking data

review changes

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-06-03 09:22:49 +02:00
Shahzad f367deca48
[Exploratory View] Refactor series storage (#100571)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-06-03 08:59:22 +02:00
Yuliia Naumenko 45ae6cc39b
[Alerting UI] Reduced triggersActionsUi bundle size by making all action types UI validation messages translations asynchronous. (#100525)
* [Alerting UI] Reduced triggersActionsUi bundle size by making all connectors validation messages translations asyncronus.

* changed validation logic to be async

* fixed action form

* fixed tests

* fixed tests

* fixed validation usage in security

* fixed due to comments

* fixed due to comments

* added spinner for the validation awaiting

* fixed typechecks

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-06-02 22:33:43 -07:00
Steph Milovic 71b4c38c4a
[Security Solution] [Bug Fix] Fix flakey cypress tests (#101231) 2021-06-02 19:37:11 -04:00
spalger 98527ad232 skip suite failing es promotion (#101219) 2021-06-02 14:14:58 -07:00
Tiago Costa 8e48d48f86
docs(NA): update developer getting started guide to build on windows within Bazel (#101181) 2021-06-02 20:20:26 +01:00
gchaps dbac313d40
[DOCS] Updates homebrew content to use latest version (#101199) 2021-06-02 11:42:26 -07:00
Jen Huang 6724a474de
Convert $json to json in package README code blocks (#101187) 2021-06-02 14:39:18 -04:00
Tre dc5511f73b
[QA] Bind the retry to fixup error in it repo tests (#100948)
Verfiied via: https://internal-ci.elastic.co/view/All/job/elastic+integration-test+master/487/
2021-06-02 12:28:59 -06:00
Nicolas Chaulet 66553681c0
[Fleet] Fix host input with empty value (#101178) 2021-06-02 13:44:04 -04:00
Mike Côté e607b58590
Fix alerting health API to consider rules in all spaces (#100879)
* Initial commit

* Expand tests

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-06-02 13:08:09 -04:00
DeDe Morton d87e30e8c3
Edit text strings in Heartbeat setup prompt (#100753)
* Edit text strings in Heartbeat setup prompt

* Update snapshot to fix test failure

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-06-02 10:02:26 -07:00
Zacqary Adam Xeper b5b663e925
[Fleet] Add support for meta in fields.yml (#100931)
* [Fleet] Add support for meta in fields.yml

* Revert formatting changes to install.ts

* Add mapping tests

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-06-02 11:54:18 -05:00
Bhavya RM 2dfda12af1
Unskip advanced settings a11y test (#100558) 2021-06-02 12:03:19 -04:00
Byron Hulcher 90f2d094ce
[App Search] Crawler Landing Page (#100822)
* New CrawlerLanding component

* New CrawlerRouter component

* Adding CrawlerRouter to EngineRouter

* Using internal route for Crawler link in EngineNav

* Rename crawler landing background

* Fix CrawlerLanding css

* Fix crawler documentation link

* Add Crawler title to breadcrumbs

* Reduce png filesize

* Improve CrawlerLanding copy

* Update x-pack/plugins/enterprise_search/public/applications/app_search/components/crawler/crawler_landing.scss

Co-authored-by: Constance <constancecchen@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Constance <constancecchen@users.noreply.github.com>
2021-06-02 11:36:40 -04:00
Adam Locke 119969e116
[DOCS] Clarify when to use kbn clean (#101155)
When building a PR locally, I ran into an issue where the server kept crashing. I ran `yarn kbn clean`, and saw this message in my terminal:
>warn This command is only necessary for the rare circumstance where you need to recover a consistent state when problems arise. If you need to run this command often, >please let us know by filling out this form: https://ela.st/yarn-kbn-clean

I think it makes sense to add this information to the docs so that if users are reading it, they know that this command is not typically necessary.
2021-06-02 11:26:34 -04:00
Joe Reuter 65dbcdd27d
change label behavior (#100991) 2021-06-02 17:24:56 +02:00
spalger ef9d2bfb01 skip flaky suite (#101126) 2021-06-02 08:16:30 -07:00
Robert Austin d65b8cb65d
Fix cases plugin ownership (#101073)
Changed `case` to `cases` to match plugin name
2021-06-02 10:57:28 -04:00
James Gowdy ad09cdc509
[Home] Adding file upload to add data page (#100863)
* [Home] Adding file upload to add data page

* updating comment

* tiny refactor

* attempting to reduce bundle size

* reverting to original home register import

* lazy load tab contents

* changes based on review

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-06-02 15:33:49 +01:00
Robert Oskamp f4f8ea73f9
[ML] Functional tests - reenable categorization tests (#101137)
This PR re-enables the categorization tests that have been temporarily skipped.
2021-06-02 16:32:53 +02:00
gchaps b1c68a42ba
[DOCS] Adds server.uuid to settings docs (#101121) 2021-06-02 07:23:39 -07:00
Pierre Gayvallet ccc1485606
Fix newsfeed unread notifications always on when reloading Kibana (#100357)
* fix the implementation

* add unit tests

* add API unit tests

* fix public interface

* address review comments

* name convertItem to localizeItem

* use fetch instead of core.http and add tests
2021-06-02 16:07:34 +02:00
Joe Reuter 8cb3dbc4ab
[Lens] Time shift metrics (#98781) 2021-06-02 15:58:47 +02:00
Ahmad Bamieh dfd6ec9243
[Deprecations service] make correctiveActions.manualSteps required (#100997)
Co-authored-by: igoristic <igor.zaytsev.dev@gmail.com>
Co-authored-by: Larry Gregory <lgregorydev@gmail.com>
2021-06-02 15:52:14 +03:00
Vadim Dalecky 1caaf47c20
Add "Risk Matrix" section to the PR template (#100649) 2021-06-02 14:43:47 +02:00
Nathan Reese 14442b78de
[Maps] spatially filter by all geo fields (#100735)
* [Maps] spatial filter by all geo fields

* replace geoFields with geoFieldNames

* update mapSpatialFilter to be able to reconize multi field filters

* add check for geoFieldNames

* i18n fixes and fix GeometryFilterForm jest test

* tslint

* tslint

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-06-02 06:17:23 -06:00
Kevin Logan 7f8f89ed99
[Security Solution] Add Ransomware canary advanced policy option (#101068)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-06-02 07:29:32 -04:00
Shahzad b8f6bf5747
[Exploratory view] Core web vitals (#100320)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-06-02 12:41:44 +02:00
David Sánchez bdd7f7e3bf
[Security solution][Endpoint] Add unit tests for fleet event filters/trusted apps cards (#101034)
* Adds new unit tests for fleet card components

* Fixes some warnings on ui

* Adds some syntax and readibility nits comming from pr comments

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-06-02 10:47:48 +02:00
Wylie Conlon 3bdd423d76
[Lens] Use a setter function for the dimension panel (#101123)
* [Lens] Use a setter function for the dimension panel

* Remove copy+paste issue
2021-06-02 09:36:44 +02:00
Anton Dosov 00607016a7
[Index Patterns] Fix return saved index pattern object (#101051) 2021-06-02 08:33:54 +02:00
Brian Seeders 3ba4cff52a
[CI] For PRs, build TS refs before public api docs check (#100791) 2021-06-01 21:27:42 -04:00
Nathan Reese 3efca35601
[Maps] fix line and polygon label regression (#101085) 2021-06-01 17:27:22 -06:00
CJ Cenizal ba4e0d259b
Migrate CCR to new ES JS client. (#100131)
* Update SectionError component to render error root causes correctly.
* Fix 404 error rendering.
* Add test for follower index update API route.
2021-06-01 16:26:01 -07:00
Corey Robertson b62848ce8a
[Canvas] Switch Canvas to use React Router (#100579)
* Switch Canvas to use React Router

* Fix typescript errors

* Remove @scant/router from package.json

* Fix tests

* Fix functional test

* Fix functional tests

* Fix bad merge in package.json

* Cleanup from code review comments

* Fix double basepath append

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-06-01 17:35:56 -04:00