Commit graph

45653 commits

Author SHA1 Message Date
Nathan Reese dc9da8ebe0
[Maps][Docs]Reverse geocoding tutorial (#108712)
* [Maps] reverse geocoding tutorial

* reverse geocoding step

* add final step

* use dash delemiter instead of underscore in file name

* add float to step 3 so its on the same page

* add into to step 3

* update csa URL to point to elastic/examples repo

* Update docs/maps/reverse-geocoding-tutorial.asciidoc

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* Update docs/maps/reverse-geocoding-tutorial.asciidoc

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* Update docs/maps/reverse-geocoding-tutorial.asciidoc

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* Update docs/maps/reverse-geocoding-tutorial.asciidoc

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* Update docs/maps/reverse-geocoding-tutorial.asciidoc

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* Update docs/maps/reverse-geocoding-tutorial.asciidoc

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* Update docs/maps/reverse-geocoding-tutorial.asciidoc

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* Update docs/maps/reverse-geocoding-tutorial.asciidoc

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* Update docs/maps/reverse-geocoding-tutorial.asciidoc

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* review feedback

* Update docs/maps/reverse-geocoding-tutorial.asciidoc

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* Update docs/maps/reverse-geocoding-tutorial.asciidoc

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* Update docs/maps/reverse-geocoding-tutorial.asciidoc

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* add sentence about not needing geoip

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2021-08-24 09:15:53 -06:00
Dominique Clarke 0dda0d2740
[Uptime] [Synthetics Integration] Synthetics fix tests (#109706)
* focus tests

* adjust id

* unfocus test

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-24 11:08:38 -04:00
Sergi Massaneda 6d97aadf31
[Security Solution] - hide alerts from deepLinks if no read privilege (#109510)
* hide alerts from deepLinks if no read privilege

* explanatory comment added

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-24 11:06:18 -04:00
Nathan Reese e399a430f3
[Maps] fix auto fit to bounds not working when map is embedded in dashboard (#109479)
* [Maps] fix auto fit to bounds not working when map is embedded in dashboard

* tslint and eslint

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-24 08:51:49 -06:00
Steph Milovic a75db0550b
[Security Solution] [Bugfix] Fixes broken alert actions (add to case, investigate in timeline) (#109339) 2021-08-24 10:44:56 -04:00
Marius Dragomir 127100ffed
fix apm test (#109823) 2021-08-24 10:25:08 -04:00
liza-mae c7d742cb8b
Fix field formatters test on cloud (#109707) 2021-08-24 08:11:08 -06:00
Clint Andrew Hall a72ae186ff
[canvas] Prevent scroll 'jumping' with always-there scrollbars (#109765) 2021-08-24 09:10:00 -05:00
Anton Dosov ac851149a2
[DataViews] Fix redundant fields requests that cause errors (#109702) 2021-08-24 16:09:22 +02:00
Aleh Zasypkin d37b3659b5
Do not use outdated request package in tests. (#109225) 2021-08-24 16:08:38 +02:00
Stacey Gammon 52ee65b8d5
Make owner attribute required on kibana.json (#108231)
* make owner attribute required

* Add owner properties in more places

* add test for owner attribute

* add error check too in the test

* Fix tests

* fix tests and update docs

* wip

* More test fixes

* Fix All The Errorz

* Adding more owner attributes

* Update x-pack/test/saved_object_api_integration/common/fixtures/saved_object_test_plugin/kibana.json

Co-authored-by: Larry Gregory <lgregorydev@gmail.com>

* Update x-pack/test/ui_capabilities/common/fixtures/plugins/foo_plugin/kibana.json

Co-authored-by: Larry Gregory <lgregorydev@gmail.com>

* commeeeooonnnn

* Update docs

* soooo many kibanajsons

* adjust plugin generator to add an owner

* Add owner to the plugin generator scripts

* update snapshot

* Fix snapshot

* review updates

Co-authored-by: Larry Gregory <lgregorydev@gmail.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-24 10:02:32 -04:00
Chris Cowan 9857cac494
[Metrics UI] Unskip Inventory View Saved View Tests (#109697)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-24 07:39:29 -06:00
Esteban Beltran 796a1cfbe6
[Security Solutions] Adds missing exceptionable field for behavior protections (#109782) 2021-08-24 15:33:40 +02:00
Orhan Toy d36287a1e5
[App Search] Fix typo in content verification fallback message (#109743) 2021-08-24 15:05:37 +02:00
Sébastien Loix 3534450317
[Form lib] Allow dynamic data to be passed to validator functions (#109238) 2021-08-24 13:56:07 +01:00
ymao1 be2ca2201c
[Alerting][Docs] Updating alerting setup docs (#109285)
* Updating alerting authorization docs

* Apply suggestions from code review

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-24 08:23:33 -04:00
Michael Olorunnisola 9014e113f5
[Security Solution][RAC] - Hide hover actions overflow (#109693)
* add overflow

* fix types error
2021-08-24 05:44:27 -06:00
Dmitry Shevchenko f0bf877686
Update Missing Privileges callout (#109420) 2021-08-24 12:55:48 +02:00
Dario Gieselaar 0ebda4097b
[APM] Use useTimeRange where possible (#109572) 2021-08-24 06:14:08 -04:00
Liza Katz 268a279930
[Data][Es Query] Use ES types in Filters (#108378)
* es-query types

* jest and lint

* cc

* options

* type

* types for kuery FUNCTIONS

* doc

* types for filters

* sec fixes

* filtersss

* typey type

* typey type

* comparator options

* test typescript

* test

* fixes

* test types

* test

* cr

* cleanup a bit more

* Jest fix + types

* Remove geo bounding box and geo polygon filters

* delete geo filters

* geo

* geo

* Fix tests \_0_/

* doc

* types and fixes

* jests

* ts

* Remove geo bounding box and geo polygon filters

* delete geo filters

* delete geo filters

* geo

* remove geo docs

* ts

* plg ts

* types

* cast

* Update types.ts

* Update create_threat_signal.ts

* Update packages/kbn-es-query/src/es_query/migrate_filter.ts

Co-authored-by: Lukas Olson <olson.lukas@gmail.com>

* Code review

* revert change

* docs

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Lukas Olson <olson.lukas@gmail.com>
2021-08-24 11:28:22 +02:00
Matthias Wilhelm 42527e4188
[Discover] Remove Angular from doc viewer (#109368)
* Remove angular from doc viewer

* Remove types

* Remove plugin_functional for angular doc_view, since testing angular is no longer necessary
2021-08-24 10:50:22 +02:00
Pete Harverson e733b6ae0d
[ML] Removes hardcoded datafeed indices for security auth and network modules (#109692) 2021-08-24 09:22:10 +01:00
Dima Arnautov 20529be326
[ML] Update API docs generation script to comply with new docs format (#109343)
* [ML] update deps

* [ML] fix script

* [ML] add header

* [ML] generate header
2021-08-24 10:03:37 +02:00
Angela Chuang e4bb6a91c4
fix disabled dropdown in alerts table (#109724) 2021-08-24 08:59:15 +01:00
Søren Louv-Jansen 114dbb4cd9
Improve APM issue template (#109561)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-24 09:50:46 +02:00
Uladzislau Lasitsa 1e8609b3db
[Saved Search] Interrupted Loading Throws Console Error (#108926)
* Add check if embeddable was destroyed.

* Move isDestroyed inside SavedSearchEmbeddable

* Use destroyed variable from parent

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-24 10:37:03 +03:00
Clint Andrew Hall b382500a6b
[canvas] Fix numeric variable casting (#109744) 2021-08-23 22:41:58 -05:00
Jason Stoltzfus d9e0b981df
Remove CrawlerLanding page (#109712)
* Remove CrawlerLanding page

The CrawlerLanding page was being shown in non-development versions.
Now that we are at 7.15, CrawlerOverview should be shown all of the
time instead.

* Remove translations from ja-JP and zh-CN

Co-authored-by: Byron Hulcher <byronhulcher@gmail.com>
2021-08-23 22:27:59 -04:00
Cauê Marcondes a466382aa3
adding e2e test (#109723) 2021-08-23 19:34:26 -04:00
Felix Stürmer 627b2fd6c6
[RAC] [Observability] Temporarily enable RAC feature flags (#109113)
* Temporarily enable Observability RAC feature flags

This enables the feature flags for two weeks until a decision is made
about keeping it on or reverting to the disabled-by-default state.

* Adapt uptime functional test

* Adapt additional functional tests

* Adapt cases functional test

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-24 01:05:44 +02:00
gchaps c1808ee1c9
[DOCS] Updates create index pattern (#106935)
* [DOCS] Updates create index pattern

* [DOCS] Adds info on refresh

* Update docs/concepts/index-patterns.asciidoc

Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>

* Update docs/concepts/index-patterns.asciidoc

Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>

* Update docs/concepts/index-patterns.asciidoc

Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>

* Update docs/concepts/index-patterns.asciidoc

Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>

* Update docs/concepts/index-patterns.asciidoc

Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>

* [DOCS] Addresses more review comments

* [DOCS] Updates images

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>
2021-08-23 14:31:36 -07:00
Joe Portner c3086b0ec7
Fix buggy validation when editing an existing space (#109709) 2021-08-23 16:22:38 -04:00
Steph Milovic a0bd0affdd
[Security Solution] [Bugfix] Fix analyzer missing from alert table (#109183)
* fix n test heyyyy

* more dead code

* fix type things

* change field type to const
* type fix
2021-08-23 12:38:56 -06:00
Spencer 238152287d
[tests] prevent unhandled rejection (#109560)
Co-authored-by: spalger <spalger@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-23 14:38:01 -04:00
Gloria Hornero fe6e97f0f9
[Security Solution] Fixes the Alerts timeline failing test on master (#109644)
* fixes 'Alerts timeline' tests

* adds data test subj for the loading spinner
2021-08-23 20:13:38 +02:00
mgiota 098a797636
[Logs UI] stop accordion chart preview from auto expanding/collapsing (#109581)
* stop propagation to the criterion popovers

* fix toggling issue with criteria popovers

* Fixes for more popovers staying open

* another toggling fix "for the last" popover
2021-08-23 20:08:24 +02:00
Michael Olorunnisola 953e21b20e
[Security Solution][RAC] Remove toggle column when not usable (#109534) 2021-08-23 13:51:45 -04:00
Mikhail Shustov ab054df509
update renovate config for elasticsearch-js client (#109672) 2021-08-23 19:36:04 +02:00
Tiago Costa 25cf47bac8
skip failing es promotion suites (#109703) 2021-08-23 18:13:06 +01:00
Anton Dosov bea4865374
[DataViews] Fix excessive resolve_index requests in create data view flyout (#109500) 2021-08-23 18:35:32 +02:00
Kyle Pollich 6f2629560f
[Fleet] Improve Integration Tests for Package Policy Upgrade API (#109448)
* Improve integration tests + fix various error cases for package policy upgrade API

* Fix test name

* Throw string error when validation fails instead of array

* Update validatePackagePolicy tests to include bool check

* Address PR feedback + use IngestError class

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-23 12:35:17 -04:00
Sergi Massaneda 7a4a5d8ff6
typo fixed (#109407) 2021-08-23 12:34:18 -04:00
Lukas Olson 0a8d42c80b
[data.search] Remove deprecated courier:batchSearches advanced setting (#109350)
* [data.search] Handle warnings inside of headers

* Update docs

* Add tests

* Remove isWarningResponse

* Remove deprecated courier:batchSearches advanced setting

* Update docs

* Remove legacy tests

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-23 09:31:13 -07:00
Robert Oskamp de846fb07e
[ML] Functional tests - add UI tests for jobs spaces management (#109431)
This PR adds functional UI tests for anomaly detection (AD) and data frame analytics (DFA) job spaces management via the stack management jobs UI.
2021-08-23 18:12:38 +02:00
Greg Thompson 873f2e23a9
Upgrade EUI to v37.3.0 (#109157)
* eui to 37.3.0

* i18n tokens

* reinstate discover_grid_flyout test

* more i18n tokens

* snapshot updates

* fix jest failures

* update cell position pattern

* clean up pattern

* buttongroup click -> change

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-23 11:12:02 -05:00
Michael Olorunnisola d49519149b
[Security Solution][RAC] - Remove timestamp from reason field (#109492)
* remove timestamp from reason

* fix test type errors

* update tests
2021-08-23 11:31:34 -04:00
CJ Cenizal d07c73330f
Add more details to and reformat the Cloud plugin README. (#109529) 2021-08-23 08:24:56 -07:00
Matthias Wilhelm 6f7ded9fd4
[Discover][Context] Set trackTotalHits to false in requests to Elasticsearch (#108661) 2021-08-23 17:03:47 +02:00
Tiago Costa 9a3e8ef054
chore(NA): moving @kbn/securitysolution-t-grid to babel transpiler (#109442)
* chore(NA): moving @kbn/securitysolution-t-grid to babel transpiler

* chore(NA): fix package.json

* chore(NA): finetunning package

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-23 15:54:15 +01:00
Tiago Costa 3128c99d54
chore(NA): moving @kbn/securitysolution-es-utils to babel transpiler (#109426)
* chore(NA): moving @kbn/securitysolution-es-utils to babel transpiler

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

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

* chore(NA): correct deps

* chore(NA): finetunning package

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Frank Hassanabad <frankhassanabad@gmail.com>
2021-08-23 15:51:31 +01:00