Commit graph

213 commits

Author SHA1 Message Date
Thomas Watson 8a39a113a0
Finalize removal of legacy audit logger (#116282) 2021-10-30 22:33:37 +01:00
Kaarina Tungseth bd2a7cefa5
[DOCS] Fixes monitoring setting (#116309) 2021-10-27 13:42:11 -05:00
Chris Roberson 6d6cb5c836
Remove ability to configure index (#114558)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-25 19:10:03 -04:00
Thomas Watson f152787a68
Remove deprecated xpack.security.enabled config option (#111681)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-25 14:12:05 -04:00
Brandon Morelli 2daadc0d74
docs: update links to APM docs (#115664) 2021-10-20 09:43:30 -07:00
Aleh Zasypkin 83f12a9d82
Change default session idle timeout to 8 hours. (#115565) 2021-10-19 18:38:27 +02:00
Joe Portner 0f1c7ccc98
Prevent Spaces from being disabled (#115283) 2021-10-18 16:17:04 +01:00
Luke Elmers 94aa791a49
[Breaking] Remove deprecated enabled settings from plugins. (#113495) 2021-10-17 16:54:30 +01:00
Pierre Gayvallet 21c3675caf
fix default appender config example (#115159)
* fix default appender config example

* fix doc examples

* use json layout in example
2021-10-15 16:24:05 +02:00
Kaarina Tungseth 21f45283be
[DOCS] Documents monitoring.cluster_alerts.allowedSpaces (#114669)
* [DOCS] Documents monitoring.cluster_alerts.allowedSpaces

* Update docs/settings/spaces-settings.asciidoc

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

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2021-10-13 13:29:50 -05:00
Giorgos Bamparopoulos 767f007bb3
Update namespace for indices (#114612)
* Update namespace for indices

* Update default index for transactions

Co-authored-by: Søren Louv-Jansen <sorenlouv@gmail.com>
2021-10-13 15:57:31 +01:00
Tim Sullivan 636581ac26
[Reporting/Docs] remove note about host name set to "0" (#114710) 2021-10-12 14:04:41 -07:00
Kaarina Tungseth 9594574d65
[DOCS] Reformats the Spaces settings tables into definition lists (#114146) 2021-10-12 11:08:47 -05:00
Kaarina Tungseth 511c085944
[DOCS] Reformats the Search sessions settings tables into definition lists (#114145) 2021-10-12 11:08:02 -05:00
Kaarina Tungseth be0a1e6c00
[DOCS] Reformats the Machine learning settings tables into definition lists (#114143) 2021-10-12 11:07:38 -05:00
Kaarina Tungseth 86af44854c
[DOCS] Reformats the Logs settings tables into definition lists (#114140) 2021-10-12 11:02:41 -05:00
Josh Dover b03237a72d
Enable bearer scheme by default to support service token authorization (#112654)
Co-authored-by: Aleh Zasypkin <aleh.zasypkin@gmail.com>
2021-10-11 12:16:26 -04:00
Giorgos Bamparopoulos b2108f4c2c
Add all APM configuration settings to the documentation (#114139)
* Add APM configuration settings to the documentation

* Rename  the deprecated apm_oss.* configurations to xpack.apm.*

* Remove new lines

* Add ess icon to config settings

* Add link to the APM configuration settings docs

Co-authored-by: Søren Louv-Jansen <sorenlouv@gmail.com>

Co-authored-by: Søren Louv-Jansen <sorenlouv@gmail.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-11 11:53:49 +01:00
Patrick Mueller e62b752516
[actions] update doc on customHostSettings config (#101768)
Improved the doc on the Kibana config for actions customHostSettings

Co-authored-by: ymao1 <ying.mao@elastic.co>
2021-10-07 15:48:29 -04:00
garanews 58f6d9002a
Fix typos in docs & dev_docs (#113746) 2021-10-07 14:30:32 -04:00
Cauê Marcondes e5e27cc863
[APM] Updating default option for searchAggregatedTransactions setting (#114174)
* updating default option for searchAggregatedTransactions setting

* updating
2021-10-06 15:47:47 -04:00
Chris Roberson 3f4240bdf1
[Alerting] Prevent our plugins from being disabled (#113461)
* No more disable

* Fix types

* Add event log and docker

* Fix test

* Remove unnecessary method

* Fix types, again

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-05 14:30:28 -05:00
Tim Sullivan e55593f2ed
[Reporting] Breaking: Remove setting for Reporting index (#113803) 2021-10-05 11:21:47 -07:00
Yuliia Naumenko b204b911e7
[Alerting] Allow rule types to specify custom timeout values (#113487)
* [Alerting] Allow rule types to specify custom timeout values

* fixed tests and docs

* -

* fixed due to comments

* Update x-pack/plugins/alerting/README.md

Co-authored-by: ymao1 <ying.mao@elastic.co>

* fixed tests and docs

* Update plugin.test.ts

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: ymao1 <ying.mao@elastic.co>
2021-10-05 08:55:13 -07: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
Yuliia Naumenko 25c946c6ad
[Alerting] Fixed docs to replace a copy/paste for Elastic Maps Server in our action docs (#113293) 2021-09-28 10:40:13 -07:00
Luke Elmers 878b1eeae9
Log deprecation warnings for plugins which won't be disable-able in 8.0 (#112602) 2021-09-22 15:58:57 -04:00
Nicolas Chaulet 659b295391
[Fleet] Allow to preconfigure alternative ES outputs (on the same cluster) (#111002) 2021-09-21 13:52:21 -04:00
Alejandro Fernández Haro a9d73311e0
[Docs] Logging settings: add explanation of appenders, loggers and root (#111013) 2021-09-03 15:06:36 -04:00
Tim Sullivan d25108e870
Update reporting-settings.asciidoc (#110752) 2021-09-01 12:55:23 -07:00
Tim Sullivan 1ea921368f
[Reporting/Docs] Clarify reporting user access control options (#110545)
* [Reporting/Docs] Clarify reporting user access control with kibana privileges

* add reporting docs to code owners

* Update docs/setup/configuring-reporting.asciidoc

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

* Update docs/settings/reporting-settings.asciidoc

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

* Update docs/setup/configuring-reporting.asciidoc

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

* Update docs/setup/configuring-reporting.asciidoc

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
2021-08-31 11:09:07 -07:00
Kaarina Tungseth a8c2a43834
[DOCS] Reformats the Alerting and action settings tables into definition lists (#107964)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-20 11:29:37 -04:00
Kaarina Tungseth 7323cdbbb9
[DOCS] Reformats the AleBanner settings tables into definition lists (#107966)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-20 10:03:51 -05:00
Kaarina Tungseth 385d24b48a
[DOCS] Reformats the Development tools settings tables into definition lists (#107967)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-20 10:03:31 -05:00
Kaarina Tungseth 970cf589c5
[DOCS] Reformats the Graph settings tables into definition lists (#108065) 2021-08-20 10:03:21 -05:00
Sandra G 7369bdf360
[Monitoring] document monitoring.ui.ccs.enabled (#109318)
* monitoring.ui.ccs.enabled doc

* fix links
2021-08-19 15:38:49 -04:00
Chris Roberson b5bd063f51
Deprecate ability to disable alerting, actions, task manager, stack alerts, and event log plugins (#108281)
* Add deprecation warnings for .enabled config for all our plugins

* Add tests

* Add stackAlerts

* Fix stack alerts

* Add tests

* Add triggers_action_ui

* Add deprecated warning to the docs
2021-08-12 21:34:05 -04:00
Chris Roberson fb215edf55
Revert "[Task Manager] [8.0] Remove xpack.task_manager.index (#108111)" (#108398)
This reverts commit 9dce033408.
2021-08-12 14:46:46 -04:00
Chris Roberson 9dce033408
[Task Manager] [8.0] Remove xpack.task_manager.index (#108111)
* Remove support for the config field index

* Fix type issues

* Remove references from a few more places
2021-08-11 16:23:58 -04:00
gchaps b52a2b8052
[DOCS] Updates description of (#107604) 2021-08-04 07:43:00 -07:00
Patrick Mueller 76881a241d
[actions] change cloud icon usage for the customHostSettings connector settings (#107481)
Adds the cloud icon to `xpack.actions.customHostSettings[n].ssl.verificationMode` and removes it from `xpack.actions.customHostSettings[n].ssl.rejectUnauthorized`, in the actions configuration documentation.  The doc was written before `verificationMode` was added and `rejectUnauthorized` was deprecated.
2021-08-03 12:06:45 -04:00
DeDe Morton 4f5e2a675a
Update Fleet settings for 7.14 (#103380)
* Update Fleet settings for 7.14

* Apply jen-huang's suggestions from code review

Co-authored-by: Jen Huang <its.jenetic@gmail.com>

* Add fixes from the review

Co-authored-by: Jen Huang <its.jenetic@gmail.com>
2021-07-26 09:11:38 -07:00
Luca Belluccini 5bd4762561
[DOC] APM settings fix (#106296) 2021-07-20 13:32:49 -07:00
Chris Roberson 1f798aac3f
[Alerting] Change execution of alerts from async to sync (#97311)
* added ability to run ephemeral tasks

* fixed typing

* added typing on plugin

* WIP

* Fix type issues

* Hook up the ephemeral task into the task runner for actions

* Tasks can now run independently of one another

* Use deferred language

* Refactor taskParams slightly

* Use Promise.all

* Remove deferred logic

* Add config options to limit the amount of tasks executing at once

* Add ephemeral task monitoring

* WIP

* Add single test so far

* Ensure we log after actions have executed

* Remove confusing * 1

* Add logic to ensure we fallback to default enqueueing if the total actions is above the config

* Add additional test

* Fix tests a bit, ensure we log the alerting:actions-execute right away and the tests should listen for alerts:execute

* Better tests

* If the queue is at capacity, attempt to execute the ephemeral task as a regular action

* Ensure we run ephemeral tasks before to avoid them getting stuck in the queue

* Do not handle the promise anymore

* Remove unnecessary code

* Properly handle errors from ephemeral task lifecycle

* moved acitons domain out of alerting and into actions plugin

* Remove some tests

* Fix TS and test issues

* Fix type issues

* Fix more type issues

* Fix more type issues

* Fix jest tests

* Fix more jest tests

* Off by default

* Fix jest tests

* Update config for this suite too

* Start of telemetry code

* Fix types and add missing files

* Fix telemetry schema

* Fix types

* Fix more types

* moved load event emission to pollingcycle and added health stats on Ephemeral tasks

* Add more telemetry data based on new health metrics for the ephemeral queue

* Fix tests and types

* Add separate request capacity for ephemeral queue

* Fix telemetry schema and add tests for usage collection

* track polled tasks by persistence and use in capacity estimation instead of executions

* fixed typing

* Bump default capacity

* added delay metric to ephemeral stats

* Fix bad merge

* Fix tests

* Fix tests

* Fix types

* Skip failing tests

* Exclude ephemeral stats from capacity estimation tests

* PR feedback

* More PR feedback

* PR feedback

* Fix merge conflict

* Try fixing CI

* Fix broken lock file from merge

* Match master

* Add this back

* PR feedback

* Change to queue and add test

* Disable ephemeral queue in tests

* Updated desc

* Comment out ephemeral-specific tests tha require the entire test suite to support ephemeral tasks

* Add clarifying comment

Co-authored-by: Gidi Meir Morris <github@gidi.io>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-20 13:24:24 -04:00
Aleh Zasypkin ca17b2dbb6
Provide sensible defaults for xpack.security.session.{lifespan|idleTimeout}. (#106061) 2021-07-20 18:30:36 +02:00
DeDe Morton e4a8363087
Remove beta admonitions for Fleet docs (#106010) 2021-07-19 11:51:36 -07:00
Thom Heymann e389c9260d
Security/document audit deprecation (#104685) 2021-07-19 07:47:34 +01:00
Brandon Morelli 9ab26cf089
docs: APM updates for 7.14 (#104232)
Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>
2021-07-12 15:12:56 -07:00
Kaarina Tungseth 524fe6dfe2
[DOCS] Updates to the Reporting docs (#101326)
* [DOCS] Updates to thee Reporting docs

* Adds the main sharing page

* Final changes

* Changed configuring-reporting link to secure-reporting

* Updates from meeting with Tim and Larry

* Moves reporting and sharing content above ML

* Update docs/setup/configuring-reporting.asciidoc

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

* Review comments from Tim and Larry

* Fixes broken links

* Fixes redirect

* Fixes broken link from ES docs

* Adds metadata to changed pages

* Review comments

Co-authored-by: Larry Gregory <lgregorydev@gmail.com>
2021-06-30 12:10:04 -05:00
debadair 0f4319c43e
[DOCS] Fixed another units xref (#103826) 2021-06-30 08:43:15 -07:00