Commit graph

39710 commits

Author SHA1 Message Date
gchaps
75449cb2ec
[DOCS] Adds docs for search sessions (#94661) (#95076)
* [DOCS] Adds docs for search sessions

* [DOCS] Improves intro and title for search sessions doc

* [DOCS] Fixes bulleted list

* [DOCS] Makes doc title more descriptive

* [DOCS] Incorporates review comments

* [DOCS] Includes a better explanation of restore action

* [DOCS] Changed titled and fixed setting names

* [DOCS] Verified content about maps and restored session

* [DOCS] Fixes setting names

* [DOCS] Changes order of last two steps

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-03-22 12:45:22 -04:00
David Sánchez
f101d67639
[SECURITY_SOLUTION] Better BE validation message for multiple same fields (#94935) (#95047)
* WIP: Use schema.conditional instead of schema.oneOf to ensure the right schema validation from an specific field type

* Adds some comments on new schema definition

* Use validate functions to set custom messages

* Fixes type issue after schema changes. An overwrite of the schema inferred type is needed to match with the NewTrustedApp custom type

* Updates schema test after schema changes

* Changes error key by type. Updates related unit test

* WIP: Parse BE message into an user friendly one. Waiting for final texts

* Updates text messages for create trusted app errors

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-03-22 12:09:18 -04:00
Matthew Kime
0eaaade078
fix count and custom label on runtime fields (#95019) (#95053) 2021-03-22 11:42:38 -04:00
Josh Dover
be92bf37ba
Add ESS icon to server.publicBaseUrl docs (#93949) (#95055) 2021-03-22 09:46:40 -04:00
Jonathan Budzenski
341014b120 skip telemetry app usage test. #94513 2021-03-22 08:43:25 -05:00
Rudolf Meijering
953ee4bdc3
EsArchiver: support for injecting kibana version and use it for spaces tests (#94420) (#95030)
* EsArchiver: support for injecting kibana version and use it for speeding up spaces tests

* Use kbn/utils to get current kibana version in tests

* Review feedback: improve test by splitting variable over chunks
# Conflicts:
#	x-pack/test/functional/es_archives/saved_objects_management/spaces_integration/mappings.json
#	x-pack/test/saved_object_api_integration/common/fixtures/es_archiver/saved_objects/spaces/mappings.json
#	x-pack/test/spaces_api_integration/common/fixtures/es_archiver/saved_objects/spaces/mappings.json
2021-03-22 09:48:28 +01:00
Madison Caldwell
17cdb8107c
[Security Solution][Detections][Threshold Rules][7.12] Threshold summary view (#94345) (#95025)
* Add threshold summary view items

* Add threshold field desgination

* Add threshold fields to signal doc

* Fix unit test

* Handle error
2021-03-21 12:16:15 -04:00
Nathan Reese
c0c6272307
[ml] migrate file_data_visualizer/analyze_file to file_upload plugin (#94259) (#95022)
* [ml] migrate file_data_visualizer/analyze_file to file_upload plugin

* tslint

* give analyze route access to ml user

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-03-20 19:14:17 -04:00
Kibana Machine
d6fd548ef9
[ML] Data Frame Analytics: Fix ROC Curve Chart for binary classification. (#94791) (#95020)
- Updates the ROC Curve Chart to show only one line for binary classification.
- Improves type specs for the evaluate panel's data.

Co-authored-by: Walter Rafelsberger <walter@elastic.co>
2021-03-20 15:54:23 -04:00
Luke Elmers
16f79b9f5b
[docs] Document known issue with alerting connectors in 7.11.2 (#94994) 2021-03-20 12:58:14 -06:00
Tiago Costa
3c50e20061
skip flaky suite (#84440) 2021-03-19 23:22:25 +00:00
Walter Rafelsberger
f310cc9db7
[ML] Functional Tests: Extend canvas assertion options. (#91473) (#95017)
Updates the canvas element assertion service and stabilizes tests.
# Conflicts:
#	x-pack/test/functional/apps/ml/data_frame_analytics/outlier_detection_creation.ts
2021-03-19 18:15:26 -04:00
Jonathan Budzenski
b9933d566c skip "doc table should show popover" #94889 2021-03-19 12:12:26 -05:00
Pierre Gayvallet
ad4977d293
[7.x] remove legacy doc links file (#94274) (#94863)
* remove legacy doc links file (#94274)

* remove legacy doc links file

* remove entry from watch paths

* remove unused invalid link

* fix alerting.indexThreshold link

* fix more links

* update generated doc

* update generated doc

* update generated doc
2021-03-19 07:12:43 -04:00
Pierre Gayvallet
4e4f0cf430
add banners settings doc (#94672) (#95005)
* add banners settings doc

* address review comments

* add link to the correct file

* use singular for banner
2021-03-19 03:23:41 -04:00
Kibana Machine
3e32ee02d4
[core.savedObjects] Fix maxImportExportSize config & update docs. (#94019) (#94999)
Co-authored-by: Luke Elmers <luke.elmers@elastic.co>
2021-03-18 21:42:14 -04:00
Kibana Machine
0fb2c64ebf
Re-Enabling Grok Debugger Functional UI Tests (#91274) (#94997)
* Adding .only clause for testing purposes.

* Removing .only and reenabling test. Also changing back to group 13.

* Removing .only and reenabling test. Also changing back to group 13.

* Removed comment mentioning github issue.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: John Dorlus <silne.dorlus@elastic.co>
2021-03-18 21:35:31 -04:00
Kibana Machine
290f0cda55
[Curation] Add Result Manually flyout/search (#94887) (#94991)
* Set up curation search server route

- not really sure which API endpoint to use, hedging my bets

* Set up AddResultLogic

- fairly simple, mostly concerned with flyout behavior & search query
- could likely be reused (or replaced with??) query tester logic in the future

* Add main AddResultFlyout component

- with custom isPromoted / isHidden logic & actions

* Update AddResultButton to open flyout

* Update Curation page to render the flyout

* PR feedback: reset search query on flyout re-open

Co-authored-by: Constance <constancecchen@users.noreply.github.com>
2021-03-18 20:03:42 -04:00
Kibana Machine
7946d2707e
[Security Solution][Detection Rules] Fixes rule details activate switch (#94010) (#94990)
Co-authored-by: Davis Plumlee <56367316+dplumlee@users.noreply.github.com>
2021-03-18 20:01:11 -04:00
Kibana Machine
5063525a8d
[Fleet] Fix version on agent details screen (#94867) (#94979)
Co-authored-by: Nicolas Chaulet <nicolas.chaulet@elastic.co>
2021-03-18 18:19:41 -04:00
Kaarina Tungseth
135b196544
[DOCS] Fixes Timelion link from UI to docs (#94985) (#94988) 2021-03-18 16:29:58 -05:00
Kaarina Tungseth
b3064413e3
[DOCS] Reformats Dashboard and adds Lens reference (#89615) (#94986)
* [DOCS] Reformats Dashboard and adds Lens reference

* ⚗️ First trial of Lens FAQ

* Fixes broken title levels

* Link fix

* Fixes tsvb link

* Fixes tsvb link

* [DOCS] Reformats Dashboard and adds Lens reference

* ⚗️ First trial of Lens FAQ

* Fixes broken title levels

* Link fix

* Fixes tsvb link

* Fixes tsvb link

* [Lens] Add drag and drop keyboard navigation docs

* remove unlinked files

* [Lens] tutorial advanced first version

* corrections

* Kaarinas changes

* corrections after CR

* Update docs/user/dashboard/lens-advanced.asciidoc

* 📝 Add more Lens related FAQ

* Updates Lens page

* Update docs/user/dashboard/lens.asciidoc

* drag and drop copy and gif

* some corrections after Wylie's second review

* Review comments

* Final changes

* Update lens-advanced.asciidoc

ordering fixed

* Comment organization

* Final clean up

Co-authored-by: dej611 <dej611@gmail.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Marta Bondyra <marta.bondyra@elastic.co>
Co-authored-by: Marta Bondyra <marta.bondyra@gmail.com>

Co-authored-by: dej611 <dej611@gmail.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Marta Bondyra <marta.bondyra@elastic.co>
Co-authored-by: Marta Bondyra <marta.bondyra@gmail.com>
2021-03-18 16:20:09 -05:00
Rudolf Meijering
70446af9f0
[7.x] Speed up spaces tests by letting v2 migrations do less work (#91829) (#94797)
* Speed up spaces tests by letting v2 migrations do less work (#91829)

* Don't mess with v2 migration's index

* Speed up spaces tests by letting v2 migrations do less work

* Add disabled mapping for spaces so that plugin can be disabled

* Add security as codeowners of xpack saved object api integration suite
# Conflicts:
#	.github/CODEOWNERS
#	packages/kbn-es-archiver/src/lib/indices/kibana_index.ts
#	x-pack/test/functional/es_archives/saved_objects_management/spaces_integration/mappings.json
#	x-pack/test/saved_object_api_integration/common/fixtures/es_archiver/saved_objects/spaces/mappings.json

* Apply suggestions from code review

* Fix backport for ES _types

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-03-18 17:16:09 -04:00
Jonathan Budzenski
f5b2ac4870 skip "navigates to doc view from embeddables" #93670 2021-03-18 16:12:07 -05:00
Devon Thomson
ce839022dc
Removed codeowners file mistakenly added in 94589 (#94983) 2021-03-18 16:28:55 -04:00
Kibana Machine
9bc095906f
Expose filter item from data plugin (#94546) (#94964)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Shahzad <shahzad.muhammad@elastic.co>
2021-03-18 16:27:25 -04:00
Alison Goryachev
7d26c3e665
[Upgrade Assistant] use request hook (#94473) (#94960)
# Conflicts:
#	x-pack/plugins/upgrade_assistant/public/application/components/tabs/checkup/__snapshots__/checkup_tab.test.tsx.snap
2021-03-18 15:57:53 -04:00
Devon Thomson
52e0a43e21
[Time to Visualize] Add Discrete Library Option to Save Modal (#94589) (#94961)
* save modal UI and Redirect and save to library

Co-authored-by: Poff Poffenberger <poffdeluxe@gmail.com>
# Conflicts:
#	.github/CODEOWNERS
2021-03-18 15:56:01 -04:00
Michael Dokolin
8b22bd10b3
Fix focus state of the changing all filters button after closing popover (#93475) (#94919) (#94959) 2021-03-18 15:53:58 -04:00
Matthew Kime
fe2662cba6
add icon tip for runtime field (#94882) (#94955)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-03-18 15:37:16 -04:00
Stratoula Kalafateli
817dc83ba1
[XY axis] Update the sample data to work with the default eui palette (#94781) (#94953) 2021-03-18 15:14:00 -04:00
Kibana Machine
515ac4b373
Define schema for monitoring-sourced telemetry (#94434) (#94816)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Alejandro Fernández Haro <alejandro.haro@elastic.co>
2021-03-18 18:43:37 +00:00
Kibana Machine
cef122f9db
[optimizer] Compress javascript assets (#94717) (#94946)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Jonathan Budzenski <jon@budzenski.me>
2021-03-18 14:42:54 -04:00
Michael Dokolin
de37bf8fee
Fix links to the numeral formatting (#94858) (#94945)
* Fix links to the numeral formatting in the advanced settings (#84167)
* Fix a link to the numeral formatting in the index pattern field settings (#84167)
# Conflicts:
#	docs/development/core/public/kibana-plugin-core-public.doclinksstart.md
2021-03-18 14:25:06 -04:00
Kibana Machine
1c249c2eb4
Improve responsiveness of promoted/hidden panel button actions (#94888) (#94940)
Co-authored-by: Constance <constancecchen@users.noreply.github.com>
2021-03-18 14:09:34 -04:00
Alison Goryachev
582d2cb64b
[Upgrade Assistant] Address copy feedback (#94730) (#94939) 2021-03-18 14:00:43 -04:00
Kibana Machine
7735cd6789
[test] Unskips delete component template test (#94856) (#94934)
Test was skipped to allow for the promotion of the ES snapshot.

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>

Co-authored-by: Tyler Smalley <tyler.smalley@elastic.co>
2021-03-18 13:08:04 -04:00
Anton Dosov
dfd730732a
[Search Session] Make session name editable (#94610) (#94922) 2021-03-18 11:51:00 -04:00
Kibana Machine
4355e16a83
[Lens] Improves lost indexpattern scenario in saved visualization (#91377) (#94917)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Marco Liberati <dej611@users.noreply.github.com>
2021-03-18 11:47:48 -04:00
Kibana Machine
951d0ac5a4
[App Search] Result settings logic - actions and reducers (#94629) (#94916)
Co-authored-by: Jason Stoltzfus <jastoltz24@gmail.com>
2021-03-18 11:44:00 -04:00
Kibana Machine
4dbf3e7687
[DOCS][Usage Collection] Show the _meta.description in every example (#94902) (#94914)
Co-authored-by: Alejandro Fernández Haro <alejandro.haro@elastic.co>
2021-03-18 11:24:29 -04:00
Kibana Machine
fb283cf837
[Fleet] Remove unused Fleet settings package|agent auto upgrade (#94805) (#94915)
Co-authored-by: Nicolas Chaulet <nicolas.chaulet@elastic.co>
2021-03-18 11:20:19 -04:00
EamonnTP
2f0fd74d27
[DOCS] Update APM filter and query content (#94446) (#94910)
* Update filter and query content

* Edits following review

* Minor edit
2021-03-18 09:06:04 -04:00
Marco Liberati
606dca834c
[Lens] Expose ES errors in workspace (#94606) (#94899)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-03-18 07:35:54 -04:00
Anton Dosov
2df4d5ca96
[QueryBar] a11y improvements, focus glitches fixes, unskip tests (#94148) (#94806)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-03-18 07:26:44 -04:00
Jean-Louis Leysens
6af6593118
[Ingest Pipelines] Fix serialization and deserialization of user input for "patterns" fields (#94689) (#94896)
* updated serialization and deserialization behavior of dissect and gsub processors, also addded a test

* also fix grok processor

* pivot input checking to use JSON.stringify and JSON.parse

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-03-18 07:19:09 -04:00
Christos Nasikas
bc9310dd57
[Cases] Add SIR connector in case connector schema (#94786) (#94837)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-03-18 06:23:28 -04:00
Kibana Machine
b5eb34f3d1
add mocks for Lens plugin (#94593) (#94891)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Joe Reuter <johannes.reuter@elastic.co>
2021-03-18 09:36:21 +00:00
Kibana Machine
184b01ad97
[Lens] Runtime field editor (#91882) (#94892)
Co-authored-by: Joe Reuter <johannes.reuter@elastic.co>
2021-03-18 05:36:16 -04:00
Peter Pisljar
b388d36971
kql, lucene and timerange functions (#93043) (#94829)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-03-18 04:40:49 -04:00