Joe Portner
88d64dc3bb
Add "phase 2" dev docs for sharing saved objects ( #128037 )
2022-03-22 18:56:41 -04:00
gchaps
93cb99db5d
[DOCS] Minor tweaks to upgrade docs ( #125538 )
2022-02-14 09:31:40 -08:00
gchaps
a13dafc7dd
[DOCS] Updates the Upgrade docs ( #125288 )
...
* [DOCS] Adds redirect for Standard Upgrade doc
* [DOCS] Updates Upgrade docs
* [DOCS] Incorporates review comments
* [DOCS] Adds info on saved objects
* [DOCS] Fixes broken link
* [DOCS] Fixes placement of section on unknown saved objects
* [DOCS] Removes duplicate topic
2022-02-10 15:46:58 -08:00
Christiane (Tina) Heiligers
483483e788
Adds developer docs for uiSettings ( #124648 )
2022-02-04 17:30:48 -07:00
Joe Portner
89b1f9056c
Prevent endless loop for saved object migrations ( #120146 )
2021-12-03 08:42:54 -05:00
Christiane (Tina) Heiligers
9189066b0c
[docs-logging]: move developer/architecture docs to user docs ( #119125 )
...
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-11-24 16:42:28 -05:00
Pierre Gayvallet
a4b74bd398
[8.0] Remove legacy logging ( #112305 )
...
* remove kbn-legacy-logging package
* remove legacy service
* remove legacy appender
* remove LegacyObjectToConfigAdapter
* gix types
* remove @hapi/good / @hapi/good-squeeze / @hapi/podium
* remove `default` appender validation for `root` logger
* remove old config key from kibana-docker
* fix FTR config
* fix dev server
* remove reference from readme
* fix unit test
* clean CLI args and remove quiet option
* fix type
* fix status test config
* remove from test config
* fix snapshot
* use another regexp
* update generated doc
* fix createRootWithSettings
* fix some integration tests
* another IT fix
* yet another IT fix
* (will be reverted) add assertion for CI failure
* Revert "(will be reverted) add assertion for CI failure"
This reverts commit 78d5560f9e
.
* switch back to json layout for test
* remove legacy logging config deprecations
* address some review comments
* update documentation
* update kibana.yml config examples
* add config example for `metrics.ops`
Co-authored-by: Tyler Smalley <tyler.smalley@elastic.co>
2021-10-05 13:30:56 +02:00
Joe Portner
c21272cc5b
Sharing saved objects developer guide ( #107099 )
2021-08-10 16:02:45 -04:00
Christiane (Tina) Heiligers
d29abdfa15
[DOCS] Adds user-facing docs for the new KP logging configuration ( #94993 )
...
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
2021-03-30 07:54:15 -07:00
Mikhail Shustov
b3a9754394
[Core] Explicit typings for request handler context ( #88718 )
...
* move context to server part. couple with RequestHandlerContext
Context implementation will be simplified in follow-up.
* adopt core code
* adopt bfetch code
* adopt data code
* adopt search examples
* adopt vis_type_timelion
* adopt vis_type_timeseries
* adopt plugin functional tests
* adopt actions
* adopt alerting plugin
* adopt APM plugin
* adopt beats_management
* adopt case plugin
* adopt cross_cluster_replication
* adopt data_enhanced
* adopt event_log
* adopt global_search
* adopt index_management
* adopt infra
* adopt licensing
* adopt lists
* adopt logstash
* adopt reporting
* adopt observability
* adopt monitoring
* adopt rollup
* adopt so tagging
* adopt security
* adopt security_solutions
* adopt watcher
* adopt uptime
* adopt spaces
* adopt snapshot_restore
* adopt features changes
* mute error when null used to extend context
* update docs
* small cleanup
* add type safety for return type
* refactor registerRouteHandlerContext type
* update docs
* update license header
* update docs
* fix type error. fetch body does not accept array of strings
* fix telemetry test
* remove unnecessary ts-ignore
* address comments
* update docs
2021-01-21 15:20:22 +01:00
Mikhail Shustov
ab8a2f7427
[docs] Convert migration guide to asciidoc ( #82600 )
...
* Initial conversion to asciidoc
* Update and split migration guide
* Convert MIGRATION_EXAMPLES to asciidoc
* build with --focus flag
* convert migration guide to asciidoc
* cleanup migration_examples
* fix wrong Heading size
* update links in docs
* Apply suggestions from code review
Co-authored-by: Rudolf Meijering <skaapgif@gmail.com>
* Apply suggestions from code review
Co-authored-by: Rudolf Meijering <skaapgif@gmail.com>
* add tooling section
* explain purpose of each lifecycle method
* cleanup docs
* cleanup p2
* fix wrong link
* resturcture core docs
* fix wrong link
* update missing links
* Apply suggestions from code review
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* address comments
* add a commenta about plugin-helpers preconfigured
* improve density of tables
* fix lik
* remove links to the migration guide
* address comments
* Apply suggestions from code review
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* address @gchaps comments
* Apply suggestions from code review
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* change format of ES client change list
Co-authored-by: Josh Dover <me@joshdover.com>
Co-authored-by: Rudolf Meijering <skaapgif@gmail.com>
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2020-11-24 09:46:19 +01:00