Commit graph

1434 commits

Author SHA1 Message Date
Nik Richers
e48483d246
Switch to standard ESS trial attribute (#58309)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-02-26 11:45:22 -08:00
Josh Dover
4cb9bc4472
Add ScopedHistory to AppMountParams (#56705) 2020-02-26 12:43:12 -07:00
Wylie Conlon
07fec2f725
Documentation for numeral pattern formatting (#57616)
* Documentation for Elastic Numeral formatting

* Tweaks from feedback

* Updates from feedback

* Fix and update examples

* Add TODOs

* Fix typo

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-02-26 14:17:59 -05:00
Justin Juno
4b8b9a4218
[DOCS] Add Homebrew start + stop instructions for Kibana (#58495)
* add brew start and stop instructions to docs

* add float to start-stop doc

* Update start-stop.asciidoc

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-02-26 08:13:53 -08:00
Pierre Gayvallet
8524303b6e
Allow savedObjects types registration from NP (#57430)
* expose `registerType` API

* expose `getTypeRegistry` API

* change SavedObjectMigrationFn signature to add context

* fix exported types

* update generated doc

* update migration documentation

* fix legacy service test

* fix typings

* update service setup description

* add saved_objects server folder convention

* fix unit test

* documentation NITs

* add typeRegistry to SavedObjectClientWrapperOptions
2020-02-26 16:22:35 +01:00
Thomas Neirynck
d9e3d744ba
[Maps] Add EPSG-code to docs (#58378) 2020-02-25 14:21:25 -05:00
Søren Louv-Jansen
13eacb51f0
[APM] Stabilize agent configuration API (#57767) 2020-02-24 23:43:40 +01:00
Lukas Olson
7e087633d2
Remove unused indexPattern:fieldMapping:lookBack advanced setting (#58147)
* Remove unused indexPattern:fieldMapping:lookBack advanced setting

* Remove unused translations

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-02-24 14:44:03 -07:00
Mikhail Shustov
d61ef267d5
force savedObject API consumers to define SO type explicitly (#58022)
* force savedObject consumers to define type explicitly

* address comments

* regen docs
2020-02-21 22:11:05 +01:00
Mikhail Shustov
a08070ec1a
Expose elasticsearch config schema (#57655)
* expose elasticsearch config schema

* update docs

* mark export as alpha since it can be deleted

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-02-21 09:32:23 +01:00
Josh Dover
5238493381
Expose serverBasePath on client-side (#58070) 2020-02-20 14:43:15 -07:00
Michail Yasonik
5cfc5ef9ff
Reverting grouped nav UI (#57724)
* reverting grouped nav ui

* removing Management name change
2020-02-20 09:14:11 -05:00
Kaarina Tungseth
6fe508448b
[DOCS] Fixed typo in dashboard import API (#57862) 2020-02-18 10:31:51 -06:00
gchaps
52a566d095
[DOCS] Adds link to migration guide (#57702) 2020-02-14 11:33:25 -08:00
gchaps
356e3a4776
[DOCS] Adds Save to Advanced Settings doc (#57696)
* [DOCS] Adds Save to Advanced Settings doc

* [DOCS] Incorporates review comments
2020-02-14 08:24:27 -08:00
Joe Reuter
104d4abecf
Migrate vega and graph configs to new platform (#57011) 2020-02-14 11:10:41 +01:00
Pierre Gayvallet
302c598e56
Preserve the original error name instead of returning raw AbortError (#57550)
* Preserve the original error name instead of returning raw AbortError

* use Error as the default error name
2020-02-14 08:58:20 +01:00
Brandon Morelli
b63e90c372
[logs][metrics][docs] Update screenshots for 7.6 (#57254) 2020-02-13 09:26:37 -08:00
Pierre Gayvallet
26ad756596
add absolute option to getUrlForApp (#57193) 2020-02-13 10:49:12 +01:00
Ahmad Bamieh
06df2b0db6
[Telemetry] Migrate public to NP (#56285)
* NP telemetry plugin barebones

* fully migrate telemetry sender

* license plugin to use NP telemetry

* fully migrated public to NP

* finish components testing

* fix all tests

* self code review

* remove commented code

* bracket notication for private methods

* bracket notication for private methods

* update license management tests

* afharo code review fixes

* type safe private method access in tests

* fix typecheck

* more type check fixes

* i18n check

* fix welcome page tests

* i18n optedInNoticeBanner title

* fix advanced settings field settings

* field name

* fix home snapshots

* listen to app id change

* NP code review fixes

* NP code review fixes

* update telemetry configs with np deprecations

* pass telemetry from setup instead of npStart

* type check

* update core snapshots with new api exposed

* remove debugging logs

* update home contract

* update home contract

* fix test eslint import

* navigate back to dashboard before start of next case for reporting

* gitignore reporting failure_debug generated dir

* use gotoDashboardEditMode instead of switch

* = instead of :

* merge master

* escape unused forced types in Field

* rename mock to mocks for eslint

* Update src/plugins/telemetry/public/components/telemetry_management_section.tsx

Co-Authored-By: Alejandro Fernández Haro <afharo@gmail.com>

* fix save/clear type

Co-authored-by: Alejandro Fernández Haro <afharo@gmail.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-02-13 09:44:01 +02:00
Brandon Morelli
532f14f0f4
docs: feedback from @sqren (#57405) 2020-02-12 09:42:54 -08:00
gchaps
fa9fdfce6b
[DOCS] Condenses limitations docs (#57393) 2020-02-12 08:18:58 -08:00
Kaarina Tungseth
45d9562816
[DOCS] Improved dashboard tools content (#57032)
* [DOCS] Improved dashboard tools content

* Examples and images

* Fixed broken links

* Removed rogue bullet

* Fixed index issue

* Added metric.asciidoc

* Rendered Dashboard toolss in bold

* Fixed example

* Link testing

* Added new markdown examplples

* Added controls definition content
2020-02-12 08:54:36 -06:00
Michail Yasonik
6207b74f80
Adding the Accessibility Statement to docs (#57153)
* adding accessibility statement to docs
2020-02-11 17:31:43 -05:00
Brandon Morelli
3e95a84b37
[APM][docs] 7.6 documentation updates (#57124) 2020-02-11 11:43:03 -08:00
gchaps
682d3672c2
[DOCS] Removes reference to IRC (#57245) 2020-02-10 13:35:06 -08:00
Ben Skelker
404ac3bc28
siem 7.6 updates (#57169) 2020-02-10 21:59:28 +02:00
Kaarina Tungseth
ba875c4e66
[DOCS] Canvas embed objects (#57156) 2020-02-10 11:05:01 -06:00
Aris Papadopoulos
b13acff23d
Kibana Kerberos documentation (#51883)
* kerberos
b Please enter the commit message for your changes. Lines starting

* Apply suggestions from code review

Co-Authored-By: Brandon Kobel <brandon.kobel@gmail.com>
Co-Authored-By: Lisa Cawley <lcawley@elastic.co>

Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-02-10 12:32:55 +00:00
Peter Schretlen
e4e46d1f94
Add docs for alerting and action settings (#57035) 2020-02-07 17:30:02 -05:00
Brandon Morelli
b2c9beb00f
[APM][docs] Add troubleshooting for non-indexed fields (#54948) 2020-02-07 13:15:25 -05:00
Chris Koehnke
12fcf015cb
[docs] Fix spaces api example json (#50411)
Make this example properly formatted json.

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-02-07 07:19:32 -08:00
Rudolf Meijering
ff608998cd
Saved Objects testing (#56965)
* Expose core/public savedObjectsServiceMock

* Test docs for Saved Objects unit and integration tests

* Review comments

* Update api types / docs
2020-02-07 16:03:58 +01:00
Michail Yasonik
a08116f542
Adding docs for grouped nav advanced setting (#57013)
* Adding docs for grouped nav advanced setting
2020-02-06 18:00:21 -05:00
Thomas Neirynck
e939c7389f
[Maps] Remove EMS catalogue url from docs (#57020)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-02-06 17:20:36 -05:00
gchaps
f4464a4309
[DOCS] Adds Apple notarization info to install doc (#57042) 2020-02-06 13:24:19 -08:00
gchaps
3c80ea22eb
[DOCS] Improves Management section in docs (#56669)
* [DOCS] Improves Management section in docs

* [DOCS] Fixes build error

* [DOCS] Incorporates review comments in management docs
2020-02-06 09:16:32 -08:00
Pierre Gayvallet
ea7c78d10e
Restructure SavedObject types internal representation (#56378)
* adapt types and tests to prepare for new NP api

* rename and export public types

* update generated doc

* first implementation of registerMappings

* adapt es archiver to convert legacy mappings

* update generated doc

* fix more tests

* add unit tests

* add legacy-compat unit test

* add documentation and examples

* Introduce SavedObjectTypeRegistry and SavedObjectType types

* add and fix tests

* expose createSerializer API and fix usages

* remove registerMappings API, add internal registerType

* revert changes to migration guide

* adapt ES-archiver migrator creation

* export serializer-related types

* update generated doc

* add and use convertTypesToLegacySchema

* remove / move to internal some mapping types

* fix forEach closure context

* add missing docs

* fix core path

* some nits

* fix so_mixin tests

* fix integration tests

* fix integration tests for real

* add documentation on serializer + restructure files and types

* nit

* add and use the ISavedObjectTypeRegistry interface

* Add documentation, deprecates migrationLogger#warning

* better typing for SavedObjectsRawDoc._source

* nits

* update generated doc

* remove exposition of SavedObjectsTypeMappingDefinitions, update doc

* creates so internal contracts mocks

* improve documentation
2020-02-06 10:30:55 +01:00
Ben Skelker
152eb9f7a2
[Docs][SIEM] 7.6 updates (#56844)
* adds detections description

* 7.6 updated and screenshots
2020-02-05 18:05:30 +02:00
Tyler Smalley
9af0157b4f
[docs] Update upgrade version path (#56658)
When upgrading to the next major version, users should first upgrade to
the last minor in the previous release. In 6.x this is 6.8.

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2020-02-04 14:00:15 -08:00
Aleh Zasypkin
79ecc408df
Mention changed SAML ACS endpoint URL in breaking changes doc. (#56613) 2020-02-04 09:18:52 +01:00
Pierre Gayvallet
4bb56c80b7
Add getServerInfo API to http setup contract (#56636)
* add getServerInfo http setup api

* update generated doc
2020-02-04 08:03:36 +01:00
Nick Partridge
186a82669f
Kibana property config migrations (#55937)
* Move defaultAppId config param into kibanaLegacy
* Move disableWelcomeScreen config param into Home plugin
* Update api and docs with silent option for renameFromRoot
2020-02-03 22:17:27 -06:00
Greg Thompson
94be839a24
Upgrade EUI to v18.3.0 (#56228)
* eui to 18.3.0

* ts interface update

* src snapshot updates

* x-pack snapshot updates

* icons in nav

* Homepage updates, nav drawer and tests

* feedback

* more feedback

* euiIconType for observability and security

* remove unused translations

Co-authored-by: dave.snider@gmail.com <dave.snider@gmail.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-02-03 16:37:35 -06:00
Larry Gregory
74ee0d0ba4
[Docs] - Deprecate kibana_user role (#54606)
* rename kibana_user => kibana_admin

* add migration note

* [DOCS] Fixes link for use in multiple books

* i18n fixes after merge from master

* fix i18n

* Apply suggestions from code review

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>

* Apply suggestions from code review

Co-Authored-By: Brandon Kobel <brandon.kobel@gmail.com>

Co-authored-by: Lisa Cawley <lcawley@elastic.co>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>
2020-01-31 14:26:12 -05:00
Kaarina Tungseth
440a37a6db
[DOCS] Share options for Visualize (#56407)
* [DOCS] Share options for Visualize

* Removed files

* Comments from Gail
2020-01-31 11:11:07 -06:00
Kerg09
1bb4d77479
Adds Query.AI to known-plugins.asciidoc (#50516)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-01-31 11:45:37 -05:00
gchaps
472e7fbb71
[DOCS] Updates example in Timelion doc (#56444) 2020-01-30 13:21:54 -08:00
Chris Roberson
c28f7bacda
[Monitoring] Change all configs to monitoring.* (#56215)
* Revert "Revert "[Monitoring] Change all configs to `monitoring.*`" (#56214)"

This reverts commit bd08eb7efc.

* Fix missing config changes

* More fixes

* Doc changes

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-01-30 11:13:14 -05:00
Kaarina Tungseth
2ff9d8b5c3
Added LDAP to Kibana autthentication provider page (#56045) 2020-01-29 14:49:33 -06:00