Commit graph

37181 commits

Author SHA1 Message Date
Stacey Gammon 3ac07921a7
Update development documentation about REST API best practices (#80009)
* Update development-documentation.asciidoc

* Change to raw links, not rendered links
2020-10-08 15:11:49 -04:00
Chris Roberson 1f56371add
[Monitoring] Improve indices loading against larger metricbeat-* indices (#79190)
* Improve indices loading against larger metricbeat-* indices

* PR feedback
2020-10-08 14:50:13 -04:00
Brian Seeders 4602d65bb5
[CI] Move kibana build dir outside of repo for functional tests (#80018) 2020-10-08 14:47:39 -04:00
Spencer 769bd75c1a
[kbn/optimizer] bump low or add missing limits when updating automatically (#80013)
Co-authored-by: spalger <spalger@users.noreply.github.com>
2020-10-08 11:22:51 -07:00
Jason Stoltzfus 44b48a2cc0
[Enterprise Search] Added a Credentials page to App Search (#79749) 2020-10-08 13:17:10 -04:00
Kaarina Tungseth 8bea1727e7
[DOCS] Canvas refresh for 7.10 (#80017) 2020-10-08 12:04:59 -05:00
Chris Cowan 79a2b6463a
[TSVB] Add ignore global filters to series options (#79337)
* [TSVB] Add ignore global filters to series options

* Disable ignore global filter option for series when it's disabled in the panel options

* Moving EuiFlexGroup into SeriesConfigQueryBarWithIgnoreGlobalFilter

* Fixing translations

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-08 09:41:59 -07:00
Chris Roberson 5e3813e894
Remove this check (#79202)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-08 12:30:17 -04:00
Bhavya RM ab375e4bb2
A11y tests for roles page (#79900) 2020-10-08 12:28:43 -04:00
Quynh Nguyen f04c295d4d
[ML] Fixes anomaly detection jobs list load if call to load job messages fails (#79792)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-08 11:12:26 -05:00
Nathan Reese 1cefc8eed0
[Maps] clean up uses of any in redux actions and kibana services (#79737)
* [Maps] clean up uses of any in redux actions and kibana services

* API doc changes and updated IndexPatternSelect type

* tslint errors in OSS code

* API updates

* remove IndexPatternSelectPublicProps and create IndexPatternSelectInternalProps instead

* include changes to index_pattern_select

* API updates

* remove savedObjectClient from IndexPatternSelectProps

* update types for lazy load component

* remove unused import

* export type

* another API clean-up

* revert changes to import in data/public/types

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-08 07:48:21 -06:00
Dima Arnautov 14b02a3506
[ML] Fix job selection flyout (#79850)
* [ML] fix job selection flyout

* [ML] hide time range column

* [ML] show callout when no AD jobs presented

* [ML] close job selector flyout on navigating away from the dashboard

* [ML] add Create job button

* [ML] fix mocks

* [ML] add unit test for callout
2020-10-08 14:59:35 +02:00
Uladzislau Lasitsa 18e8b63430
Removed visualization:loadingDelay (#79841) 2020-10-08 15:53:39 +03:00
Patrick Mueller 3bbd679afe
[Alerts] fix failing executionStatus function test with null deref (#79809)
resolves https://github.com/elastic/kibana/issues/79248

Added some additional checks for potential null/undefined objects before
dereferencing them.
2020-10-08 08:26:16 -04:00
Bohdan Tsymbala 0bd345c1a1
Implemented trusted app name truncation. (#79976) 2020-10-08 13:54:00 +02:00
Ahmad Bamieh 70549c2ffa
[Telemetry] Telemetry tools check all makeUsageCollector calls (#79840) 2020-10-08 14:42:23 +03:00
Diana Derevyankina 4dc6f3b788
Input controls crashes if index pattern is not available (#79431)
* Input controls crashes if index pattern is not available

Closes #72664

* Replace index pattern null type with undefined

* Move index pattern checks into FilterManager init function

* Rename indexPatternService to indexPatternsService to match other variables names
2020-10-08 13:35:35 +03:00
Anton Dosov fff3060ad7
Fix dashboard "snapshot share" is not sharing panel state in view mode (#79837) 2020-10-08 10:52:34 +02:00
Anton Dosov 5761f741bb
fix can't edit a scripted field with special char (#79842) 2020-10-08 10:47:41 +02:00
Dima Arnautov 3d90401b67
[ML] clear selection action (#79834) 2020-10-08 10:04:23 +02:00
Daniil Suleiman 7c1e809555
[TSVB] Show tooltip on external pointer events (#77306)
* Show external pointer events in TSVB

* Disable tooltip visibility

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-08 10:58:31 +03:00
Frank Hassanabad 43495d80ba
Fixes bug where the same index was being passed in (#79949)
## Summary

If you had two different index patterns for threat and your query I was previously sending the same pattern in for both which was causing drop down boxes for threat match to null things out. Now, I set the two different indexes correctly. 

### Checklist

- [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
2020-10-07 18:53:19 -06:00
Frank Hassanabad 7732a21a48
Adds date time query and return fields for timestamps and overrides (#79911)
## Summary

Fixes https://github.com/elastic/kibana/issues/79865

Also fixes:
* Timestamp override not being pushed down into threshold rules to use
* Timestamp override not being used for lastValidDate
* The return format of the date time might have been different depending on the customer mapping for both the override and the regular @timestamp so this fixes that as well.
* Fixes one small type issue with fields.


### 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
2020-10-07 18:53:02 -06:00
Davis Plumlee ba6e1bf2f0
[Security Solution][Detections] Reverts rules table tag filter to use AND operator (#79920) 2020-10-07 18:05:49 -06:00
Kevin Logan 1b0e9b01cc
add the correct class to truncate the names (#79921)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-07 19:48:22 -04:00
Spencer fd066f7b63
[kbn/optimizer] report limits with ci metrics (#78205)
Co-authored-by: spalger <spalger@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-07 15:43:14 -07:00
Spencer 3c7529147e
[release notes] extract "dev docs" comment too (#79351)
Co-authored-by: spalger <spalger@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-07 15:20:31 -07:00
Tyler Smalley d0dad32526
Revert "skips test failing promotion (#79777)" (#79904)
This reverts commit 92ce8f3040.
2020-10-07 15:01:36 -07:00
Spencer 8f41c59be0
share tslib across bundles (#79915)
Co-authored-by: spalger <spalger@users.noreply.github.com>
2020-10-07 14:47:21 -07:00
spalger 4ce3e1ce03 remove entire suite as partial skips aren't doing the trick 2020-10-07 14:30:12 -07:00
spalger 1062957648 skip flaky suite (#78689) 2020-10-07 14:11:55 -07:00
Brian Seeders cb1af1b472 Skip failing suite (#79522)
(cherry picked from commit 9011f42d7f)
2020-10-07 14:02:40 -07:00
spalger 128485c216 skip flaky suite (#79910) 2020-10-07 12:51:02 -07:00
Spencer deef4c5b4c
[es/mappings] remove doc_values from text fields (#79869)
Co-authored-by: spalger <spalger@users.noreply.github.com>
2020-10-07 12:35:26 -07:00
spalger 37f9db4224 remove skipped snapshots 2020-10-07 12:12:33 -07:00
spalger 6ee48d85bf skip flaky tests (#79891) 2020-10-07 11:51:58 -07:00
Tiago Costa 4bd58ca260
chore(NA): add missing branches into backportrc configuration file (#79848)
* chore(NA): add missing branches into backportrc configuration file

* chore(NA): fix extra line for defined regexs
2020-10-07 19:51:44 +01:00
Greg Thompson 8c54b39708
add --no-validate option to bypass validateYarnLock (#79878) 2020-10-07 12:45:27 -06:00
Aleh Zasypkin d1e1050817
Allow idleTimeout/lifespan larger than 32-bit signed integer. (#79858) 2020-10-07 20:44:44 +02:00
Anton Dosov 82a6ddbc2a
[Bugfix][Filters] Add strike-through line for disabled filters in warning and error state (#79641)
Adds the strikethrough for all disabled filter pills no matter the error/warning states
2020-10-07 19:52:11 +02:00
Paul Tavares 4da338a0cb
[SECURITY_SOLUTION][ENDPOINT] Trusted Apps - fix error for duplicate fields to correctly mention the field at fault (#79853)
* Fix error for duplicate fields to correctly mention the field at fault
* Add new tests to duplicate field validation
2020-10-07 13:35:47 -04:00
Lukas Olson 25b1db12fd
[Search] Functional tests for async search (#78703)
* [Search] [WIP] Add shard delay aggregation

* Add expression functions

* Register function

* Fix test

* Add comment

* [Search] Add async search functional tests

* Add import

* Add additional test

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-07 10:07:12 -07:00
DeDe Morton cc784a0b5a
[docs] Rename ingest manager to fleet (#79731)
* [docs] Rename ingest manager to fleet

* remove commented out todo
2020-10-07 10:03:56 -07:00
Alexey Antonov 59d83e6955
Add support for HDR percentiles in TSVB visualizations (#78306)
* Add support for HDR percentiles in TSVB visualizations

Closes: #64238

* remove extra console.log

* fix CI

* fix PR comments

* fix layout

* remove legacy injectI18n

* fix localization issues

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-07 19:41:37 +03:00
Josh Dover a8c080be28
Delay client-side feature usage registration until start (#79365)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-07 09:18:43 -06:00
Oliver Gupte 56c61225b2
Closes #79796. Fixes bug in the anomaly detection setup header link (#79797)
showing an alert when environment: All was selected even when there were
anomaly detection jobs
2020-10-07 08:07:55 -07:00
IgorG 567100d3b8
Resolver Tree Events tests (#79344)
* commiting change for the dismiss Banner

* Change comments

* Change timeout and gziped data file

* Fixed banner list fail

* Moved dismiss Banner code to the common_page.ts

* Remove find from host_page

* Remove comments from host_page

* Added Expected data to the related Evens
Renamed tests from Child events to Related Events

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-07 07:56:09 -07:00
Melissa Alvarez dedcce9349
set initialWidth for confusion matrix dataGrid columns (#79790) 2020-10-07 10:35:15 -04:00
Jason Stoltzfus 718702c3ea
[Enterprise Search] Prevent double encoding in enterprise_search_request_handler (#79747) 2020-10-07 07:45:33 -04:00
Walter Rafelsberger f1905ecaf5
[ML] Fix registering home screen panel (#79080)
* [ML] Import tweak.

* [ML] Attempt at fixing flaky registering.

* [ML] Re-enable tests.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-10-07 10:22:07 +01:00