Commit graph

46333 commits

Author SHA1 Message Date
Kunal Dubey dc931289fa
[Fleet] Updated agent messaging steps.tsx (#112081) 2021-09-15 10:17:36 -04:00
Matthew Kime 5baa17ddab
remove deep import (#112188) 2021-09-15 09:10:56 -05:00
Matthew Kime bf3172b353
convert deep imports to top level imports (#112200) 2021-09-15 09:08:45 -05:00
Vadim Yakhin d9873278bb
[Workplace Search] Add missing i18n strings (#112136)
* Fix missing i18n string

* Add missing i18n string

* Add missing i18n string

* Add missing i18n string

Previously "more" wasn't translated, so I opted for separate strings for simplicity

* Add missing i18n string

Previously "Select" and "Deselect weren't translated, so I opted for separate strings for simplicity

* Add missing i18n strings

* Add missing i18n string

Opted for reusing already existing string here

* Add missing i18n strings

* Add missing i18n string

* Add missing i18n strings

* Add missing i18n string

* Add missing i18n string

* Add missing i18n strings

Previously "Search" and "Filter" weren't translated, so I opted for separate strings for simplicity

* Fix groupManagerModal not showing empty state if there are 0 sources

When we had two modals on group page: sources and users, we distinguished them by checking which label is passed to the modal.
This check doesn't work with non-English locales, because passed label never matches the English string:
`'共享内容源' !== 'shared content sources'`
Fortunately we no longer have a users modal so this entire check can be removed.

* Add missing i18n string

* Add missing i18n string

* Add missing i18 strings

* Combine all "Explore Platinum features" strings

* Autofix i18n conflicts

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-15 10:52:53 -03:00
Tre e250c271a4
[Archive Migration] xpack...packaging (#110451)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-15 14:10:27 +01:00
Scotty Bollinger 1e365ce066
[Enterprise Search] Remove Beta notification for plugin 🎉 (#112184) 2021-09-15 07:37:52 -05:00
Stratoula Kalafateli 8f70030386
[Lens] [TSVB] Fixes the brushing of the last bucket for timeseries visualizations (#112068)
* Enable allowBrushingLastHistogramBucket for timeseries visualizations

* Cleanup
2021-09-15 15:20:44 +03:00
Tim Roes fa1e9a6aee
Change missing fields label (#112232) 2021-09-15 14:16:45 +02:00
Stratoula Kalafateli 34d7f68375
[Pie] Loads the no results screen if all slices have zero value (#111931)
* [Pie] Loads the no results screen if all slices have zero value

* Add a functional test

* Apply PR changes

* Display no results component if the chart metric has negative values

* Nits

* Apply some of the PR comments

* Change the negative values text

* Update src/plugins/vis_types/pie/public/pie_component.test.tsx

Co-authored-by: Marta Bondyra <marta.bondyra@gmail.com>

* Update src/plugins/vis_types/pie/public/pie_component.test.tsx

Co-authored-by: Marta Bondyra <marta.bondyra@gmail.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Marta Bondyra <marta.bondyra@gmail.com>
2021-09-15 15:11:09 +03:00
Matthew Kime 419dd92494
convert deep imports to top level imports (#112205) 2021-09-15 07:09:38 -05:00
Matthew Kime 51b2d53bd9
[discover] convert deep imports to top level imports for 'index_pattern' items (#112208)
* convert deep imports to top level imports

* fix test
2021-09-15 07:09:23 -05:00
Matthew Kime 26314b7598
remove deep import (#112189) 2021-09-15 07:09:09 -05:00
Matthew Kime 02414ef236
convert deep imports to top level imports (#112201) 2021-09-15 07:08:53 -05:00
Stratoula Kalafateli e20f530762
Move to vis_types folder part 3 (#112084)
* Move to vis_types folder part 3

* Fix jest tests
2021-09-15 14:46:48 +03:00
juliaElastic 6f810c651f
[Fleet] added monitoring_enabled to openapi (#112226)
* added monitoring_enabled to openapi

* added newline
2021-09-15 13:15:49 +02:00
Tim Roes a4b28a61ef
Better formatting document summary with images (#111987)
* Better formatting document summary with images

* Improve styling

* Address review feedback
2021-09-15 12:06:46 +02:00
Matthias Wilhelm 13de9f598e
[Discover] Improve sidebar performance by memoizing (#111843)
* Improve sidebar editField function by useCallback

* Reduce re-renderings
2021-09-15 12:00:25 +02:00
Ester Martí Vilaseca a949cc8121
[Stack Monitoring] Elasticsearch Overview view migration (#111941)
* Elasticsearch overview first version

* Fix timezone in react components

* Extraxt on brush behaviour from elasticsearch overview page

* Fix overview component type

* Add elasticsearch pages template with some tabs

* Conditionally add some tabs for elasticsearch pages

* fix import and types

* Filter angular errors in react

* remove disabled property from tabs

* Add comment
2021-09-15 11:58:01 +02:00
Tre 50eb5d9828
[Archive Migration][Partial] discover apps-management (#110444)
* [Archive Migration][Partial] discover apps-management

Comes from https://github.com/elastic/kibana/pull/102827

Helps with https://github.com/elastic/kibana/pull/108503

Only include the changes under the
test/functional/apps/management folder.

* Remove the index pattern, that the test
creates.

* Drop beforeEach(), in favour of before(),
since there's only one test.

* Drop outdated comment,
drop these three cleanup lines
as the unload should handle it.

* Just keep one cleanup.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-15 10:48:16 +01:00
Felix Stürmer 238c61de07
[RAC] [Observability] Remove rac feature flags from default functional tests (#111942) 2021-09-15 11:17:52 +02:00
Miriam 5488c2022c
[APM] Make all error messages on tables consistence (#111690)
* make all error messages on tables consistence

* rename variable

* fix conflict and delete not needed component

* fix empty array left after testing
2021-09-15 07:41:33 +01:00
Liza Katz 7195317381
[Fullstory] add version and appId to reports (#111952)
* add version and appId to reports

* tests

* code review

* cr 2

* manual parsing + todo
2021-09-15 09:02:51 +03:00
Spencer bc9ad13190
[vscode] support managing string keys and manage typescript.tsdk (#112185)
Co-authored-by: spalger <spalger@users.noreply.github.com>
2021-09-14 21:30:41 -07:00
Brian Seeders f2a546aae8 skip flaky suite (#111812) 2021-09-14 21:25:18 -07:00
Tyler Smalley c6bc2b7048 skip flaky suite (#112194) 2021-09-14 21:17:24 -07:00
Tyler Smalley bfad0bda93 skip flaky suite (#112174) 2021-09-14 16:44:28 -07:00
Søren Louv-Jansen 6ea75f564c
[APM] Add 'unknown' to EventOutcome (#112077) 2021-09-15 01:23:17 +02:00
Scotty Bollinger ef16b6a732
[Workplace Search] Fix bug where non-admins shown broken admin dashboard (#112163)
* Add route for non-admins

This redirects to /p/sources so I am leaving ‘sources’ off here in case we change the landing page for the Private Dashboard int he future

* Pass Workplace Search user admin status to Product Selector

* Pass custom URL to Workplace Search Product Card

App Search will remain unchanged. The default URL will be used if no custom URL is passed to the Product Card
2021-09-14 17:17:26 -04:00
Thom Heymann db5cf95724
Verification code CLI (#111707)
* Add verification code CLI

* Added suggestion from code review

* Fixed types

* Added extra test

* Added CLI dist scripts

* Fixed typo

* Write code to data instead of config directory
2021-09-14 21:58:25 +01:00
Tyler Smalley 34581ff1ed skip flaky suite (#103430) 2021-09-14 13:20:59 -07:00
Spencer 2976f33618
[eslint] add rule to forbid async forEach bodies (#111637)
Co-authored-by: spalger <spalger@users.noreply.github.com>
2021-09-14 13:20:53 -07:00
Tyler Smalley 378f2ed2f7 skip flaky suite (#112164) 2021-09-14 13:01:32 -07:00
Sandra G 07f4828f9a
[Stack Monitoring] convert server/logstash dir to typescript (#110706)
* add types to logstash server dir

* remove comment

* fix type

* remove unused type

* add helper function to test

* add issue to comment
2021-09-14 15:28:08 -04:00
Shahzad b610f6f352
[UX App] Add ux app no data screen (#111866)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-14 20:56:05 +02:00
Madison Caldwell cdb9fbac83
[RAC][Security Solution] Adds Threshold rule type and removes reliance on outputIndex (#111437)
* Initial commit

* Properly handle signal history

* Fix #95258 - cardinality sort bug

* Init threshold rule

* Create working threshold rule

* Fix threshold signal generation

* Fix tests

* Update mappings

* ALERT_TYPE_ID => RULE_TYPE_ID

* Add tests

* Fix types
2021-09-14 14:41:29 -04:00
Tim Sullivan 93e8a7d91b
[Reporting] Add config settings to telemetry for usage analysis (#112035) 2021-09-14 11:15:53 -07:00
Jonathan Buttner 2567c4f5fb
[Cases] Add import/export functionality (#110148)
* Working export but not import

* Adding user action import flag

* Adding a few integration tests

* Adding connector test

* Finishing integration tests

* Removing connector after each test to restore original state

* Bumping migration version for comment so

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-14 13:42:50 -04:00
Oliver Gupte 65eb7b930a
[APM] Fixes no data in service overview transaction breakdown chart (#112123) (#112124) 2021-09-14 13:24:21 -04:00
Rudolf Meijering 9b9286fc57
Remove executionLog to reduce memory consumption (#111911)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-14 19:20:10 +02:00
Marco Liberati 2262cac584
[Lens] Fix add to dashboard functional test flakiness (#111887)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-14 18:53:17 +02:00
Tre 458a57939b
[QA][SO INFO SVC] Docs for using with jq (#112129) 2021-09-14 17:40:00 +01:00
Cauê Marcondes ad5def63bf
[APM] By passing no data screen on settings pages (#111986)
* by passing no data screen on settings pages

* addressing PR comments

* adjusting teste
2021-09-14 12:35:31 -04:00
Paul Tavares eeca80918a
[Security Solution][Endpoint] Unit test for the ArtifactEntryCard (#111995)
* Test file for ArtifactEntryCard
* Fix i18n pluralization
* refactor mapper of trusted apps for tags-to-effectScope from server code to common
* determine EffectScope for Exceptions based on tags
* Fix margin on artifact card divider
* Updated snapshot
2021-09-14 11:58:27 -04:00
Dominique Clarke 4b33115892
[Uptime][Synthetics Integration] add browser callout (#108935)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: shahzad31 <shahzad31comp@gmail.com>
2021-09-14 17:42:08 +02:00
James Gowdy ee7e832489
[ML] Re-enabling skipped date nanos test (#112083) 2021-09-14 16:23:55 +01:00
juliaElastic b35b642fb7
[Fleet] Cosmetic fixes (#111725)
* [Fleet] Cosmetic fixes
Made Add integration button filled

* [Fleet] Cosmetic fixes
Filled button fixes

* [Fleet] Cosmetic fixes
3. Assign policy button

* [Fleet] Cosmetic fixes
4. Duplicate policy

* [Fleet] Cosmetic fixes
5. full stop

* [Fleet] Cosmetic fixes
6. enrollment token name

* [Fleet] Cosmetic fixes
2. auth settings

* [Fleet] Cosmetic fixes
review fixes

* [Fleet] Cosmetic fixes
Responsive fix fleet broken icons

* [Fleet] Cosmetic fixes
8. data streams table layout auto

* [Fleet] Cosmetic fixes
responsive 2. fixed icon overlap

* [Fleet] Cosmetic fixes
reduced empty space in header

* [Fleet] Cosmetic fixes
fix add integration form

* improve css selector

* moved css to styled component
2021-09-14 16:39:41 +02:00
Tre 9762da497d
[QA][SO INFO SVC] Add json only option (#112061) 2021-09-14 15:31:08 +01:00
Pierre Gayvallet 138371e50c
Add deprecation warning when unknown SO types are present (#111268)
* Add deprecation warning when unknown types are present

* fix and add service tests

* remove export

* plug deprecation route

* add integration test for new route

* add unit test for getIndexForType

* add unit tests

* improve deprecation messages

* add FTR test

* fix things due to merge

* change the name of the deprecation provider

* improve message

* improve message again
2021-09-14 15:55:30 +02:00
Ahmad Bamieh b74f154903
[core.metrics] Add support for multiple processes in ops metrics & stats API; deprecate process field (#109820)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-14 16:50:45 +03:00
Tim Roes 4bca9b05bb
Fix wrong timepicker range when brushing (#111989) 2021-09-14 15:47:43 +02:00