Commit graph

125 commits

Author SHA1 Message Date
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
Gidi Meir Morris
1d032ef590
[Alerting][Docs] Adds Alerting & Task Manager Scalability Guidance & Health Monitoring (#91171) (#93604)
Documentation for scaling Kibana alerting, what configurations can change, what impacts they have, etc.
Scaling Alerting relies heavily on scaling Task Manager, so these docs also document Task manager Health Monitoring and scaling.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-03-04 20:42:57 +00:00
Gidi Meir Morris
da7ab81bdb
[Docs][Alerting] fixed link to TM settings (#91368) (#91488)
Fixed link to TM settings doc
2021-02-16 15:00:32 +00:00
Jonathan Budzenski
fe770250e5 [docs] Include setup instructions for environment variable KBN_PATH_CONF (#90794) 2021-02-10 10:04:02 -06:00
Christiane (Tina) Heiligers
7879757a92
[7.x] [core.logging] Uses host timezone as default (#90368) (#90897)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
# Conflicts:
#	docs/migration/migrate_8_0.asciidoc
#	src/core/server/config/deprecation/core_deprecations.ts
2021-02-10 02:54:08 -05:00
Josh Dover
2a5f6797ce
[7.x] Deprecate and remove usages of elasticsearch.logQueries (#89296) (#89879)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-02-01 11:22:25 -07:00
Chris Cressman
9fd1df80a8
add enterpriseSearch.host (#88587) (#89012)
part of #76669

(cherry picked from commit f5c346cf1ebd22ba38d6b3058099b96dfbf4d7a7)

Co-authored-by: DanielHabenicht <daniel-habenicht@outlook.de>
2021-01-21 14:00:39 -05:00
Luca Belluccini
d6edde4cc2
[DOC] Document SIGHUP to reload logging settings (#85831) (#88233)
* [DOC] Document SIGHUP to reload logging settings

It is possible to reload `logging*` settings issuing a SIGHUP to Kibana process.

* Update docs/setup/settings.asciidoc

Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
2021-01-14 10:26:11 +01:00
Nick Peihl
35e137ab75
[Docs] Elastic Maps Server documentation (#85532) (#86351)
* Elastic Maps Server documentation

* Revise product name and docker image

* Review feedback

* Provide example for map.emsUrl

* Update docs/maps/connect-to-ems.asciidoc

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

* Update docs/maps/connect-to-ems.asciidoc

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

Co-authored-by: Nick Peihl <nick.peihl@elastic.co>
Co-authored-by: Nick Peihl <nickpeihl@gmail.com>
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

Co-authored-by: Jorge Sanz <jorge.sanz@elastic.co>
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2020-12-17 11:26:42 -08:00
Mikhail Shustov
f125b0feb2
align cors settings names with elasticsearch (#85738) (#85768)
* align cors settings names with elasticsearch

* server.cors.origin: * --> server.cors.origin: ["*"]
2020-12-14 18:30:58 +01:00
Mikhail Shustov
ca97dcd4cd
Add ability to specify CORS accepted origins (#84316) (#85570)
* add settings

* update abab package to version with types

* add test case for CORS

* add tests for cors config

* fix jest tests

* add deprecation message

* tweak deprecation

* make test runable on Cloud

* add docs

* fix type error

* add test to throw on invalid URL

* address comments

* Update src/core/server/http/http_config.test.ts

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

* Update docs/setup/settings.asciidoc

Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>

* allow kbn-xsrf headers to be set on CORS request

Co-authored-by: Larry Gregory <lgregorydev@gmail.com>
Co-authored-by: Brandon Kobel <brandon.kobel@gmail.com>
# Conflicts:
#	src/core/server/config/deprecation/core_deprecations.ts
#	x-pack/scripts/functional_tests.js
2020-12-10 19:15:58 +01:00
Josh Dover
5ea8281627
[7.x] Add server.publicBaseUrl config (#85075) (#85361) 2020-12-09 16:10:16 -07:00
Mikhail Shustov
645eae82b7
[7.x] Rename server.xsrf.whitelist to server.xsrf.allowlist (#84791) (#84861)
* Rename server.xsrf.whitelist to server.xsrf.allowlist (#84791)

* rename xsrd.whitelist to xsrf.allowlist

* update docs

* update telemetry schema

* update kbn-config tests
# Conflicts:
#	src/core/server/config/deprecation/core_deprecations.ts

* Update core_deprecations.ts

* miss import
2020-12-03 15:51:44 +01:00
Brandon Kobel
599074caba
Deprecate kibana.index setting (#83988) (#84276)
* Deprecating `kibana.index` setting

* Using ela.st service so this can be changed to the blog in the future

* Adding unit tests

* Revising deprecation log message

* Changing the deprecation log message to be more consistent with others

* Updating kibana.index docs also

* Using rename deprecation as the "standard" for the deprecation messages

* /s/'/`
2020-11-25 06:35:54 -08:00
Thomas Watson
3c82fde4f7
Upgrade Node.js to version 12 (#61587) (#83343) 2020-11-13 10:07:13 +01:00
DeDe Morton
effa319dce
[docs] Rename ingest manager to fleet (#79731) (#79879)
* [docs] Rename ingest manager to fleet

* remove commented out todo
# Conflicts:
#	docs/fleet/index.asciidoc
2020-10-07 10:39:51 -07:00
Rudolf Meijering
e51a87abec
Remove unused elasticsearch.preserverHost setting (#78608) (#78921)
* Remove unused elasticsearch.preserverHost setting

* deprecate and remove elasticsearch.startupTimeout config
# Conflicts:
#	src/core/server/config/deprecation/core_deprecations.ts
2020-10-01 13:27:04 +02:00
gchaps
9b918a41b4
[DOCS] Removes duplicate entry from settings doc (#78343) (#78361) 2020-09-24 10:22:45 -07:00
gchaps
43296f3d4d
Add acnchors to Kibana docs-settings (#78115) (#78307)
* Add acnchors to Kibana docs-settings

* Address PR comments

Co-authored-by: PavithraCP <31021423+PavithraCP@users.noreply.github.com>
2020-09-23 09:03:10 -07:00
Josh Dover
f5b698034e
[7.x] Move metrics to setup and add cgroup metrics (#76730) (#77108) 2020-09-09 16:49:28 -06:00
Joe Portner
dd29eb360e
[Docs] Fix typo in docs for server.xsrf.disableProtection (#76102) (#76114) 2020-08-27 14:05:33 -04:00
Joe Portner
1ed1756b85
[Docs] Add server.xsrf.disableProtection to settings docs (#76022) (#76096) 2020-08-27 11:07:58 -04:00
Josh Dover
bd71bdbea7
Add support for reading request ID from X-Opaque-Id header (#71019) (#75502)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-08-21 11:23:53 -06:00
DeDe Morton
bfee5472ec
[DOCS] Fix table formatting in ingest manager settings (#68824) (#68832) 2020-06-10 15:55:58 -07:00
Nicolas Chaulet
2894c4c788
[Ingest Manager] Document fleet configuration flags (#66736) (#68767) 2020-06-10 14:20:51 -04:00
gchaps
9caf354378
[DOCS] Edits titles in Setup section for consistency (#68451) (#68590)
* [DOCS] Fixes titles in Setup section for consistency

* [DOCS] Fixes to titles and orders of docs in Set up
2020-06-08 16:15:20 -07:00
Joe Reuter
945a0e3c00
Deprecate kibana.defaultAppId setting (#67635) (#68070) 2020-06-03 15:31:04 +02:00
Lisa Cawley
bf6fbf5105
[DOCS] Replace docdir attribute with kib-repo-dir (#67907) (#67910) 2020-06-01 15:51:19 -07:00
Nik Richers
34926acc52
Add cloud icon for supported settings and embed single-sourced getting started (#65610) (#66656)
* Add cloud icon for supported settings

* Remove delimited block from single-sourced content, edits

* Remove delimited block from single-sourced content, edits

* Remove ifeval to simplify life

* Switch to docs-root

* Add ECE icons
2020-05-14 15:08:18 -07:00
gchaps
a31f3a50d4
[DOCS] Makes telemetry settings visible (#66329) 2020-05-12 16:29:24 -07:00
Kaarina Tungseth
4cdd065a16
[DOCS] Reformats settings tables (#64844) (#65094)
* Formats settings into tables

* Formatting

* Formatting
# Conflicts:
#	docs/settings/general-infra-logs-ui-settings.asciidoc
#	docs/settings/telemetry-settings.asciidoc
#	docs/setup/settings.asciidoc
2020-05-04 10:48:29 -05:00
Aleh Zasypkin
df091d25f1
[7.x] Document new xpack.security.authc.* settings and related 8.0.0 breaking changes. (#62177) 2020-04-01 22:57:21 +02:00
Tiago Costa
192d348632
fix(NA): log rotation watchers usage (#60956) (#61024)
* fix(NA): log rotation watchers usage

* docs(NA): add old value to the example

* chore(NA): change warning messages
2020-03-24 13:58:07 +01:00
Kaarina Tungseth
64a1e7fc13
[7.x] [DOCS] Removed Coordinate and Region Maps (#59828) (#59909)
* [DOCS] Removed Coordinate and Region Maps (#59828)

* [DOCS] Removed Coordinate and Region Maps

* Review comment

* Added redirect for visualize-maps

* Fixed build errors
2020-03-16 13:59:36 -05:00
Kaarina Tungseth
88e6d24d77
[DOCS] Removed spatial references (#59595) (#59681)
* [DOCS] Removed ss above spatial references

* Removed above from n numeral formatting page
2020-03-09 11:45:48 -05:00
Josh Dover
465b6af09c
[7.x] Remove documentation for server.cors settings (#59096) (#59378)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-03-05 14:38:04 -07:00
Kaarina Tungseth
4f66defd4d
[7.x] [DOCS] Consolidates map content (#57736) (#58741)
* [DOCS] Consolidates map content (#57736)

* [DOCS] Consolidates map content

* Section reorganization

* Navigation options

* Added images and cleaned up text

* Added tilemap.html to redirects

* Review comments

* Fixed fetch error
2020-03-02 09:48:11 -06:00
Thomas Neirynck
1c039d42a0
[Maps] Add EPSG-code to docs (#58378) (#58516)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-02-25 20:16:04 -05:00
Joe Reuter
ecc03e9468
Migrate vega and graph configs to new platform (#57011) (#57661) 2020-02-14 14:12:54 +01:00
Peter Schretlen
2148dfe17e
Add docs for alerting and action settings (#57035) (#57158) 2020-02-10 10:56:27 -05:00
Joe Portner
99c0eb1951
Clarify documentation for TLS encryption setup (#55739) (#56326) 2020-01-29 14:45:17 -05:00
Thomas Neirynck
a7fffffdcc
remove incorrect config (#55427) (#55475) 2020-01-22 09:02:33 -05:00
Joe Portner
74ebdf9b11
Add support for certificates in PKCS#12 (P12) key stores (#53810) (#54383)
Kibana now supports the usage of PKCS#12 (P12) key stores and trust stores for certificates and keys.
2020-01-09 14:47:16 -05:00
Court Ewing
a735483148
[DOCS] consolidate telemetry settings to core (#52634) (#54261)
* docs: consolidate telemetry settings to core

Telemetry is no longer part of monitoring.

* docs: revise telemetry settings text

* docs: tweak telemetry setting text
2020-01-08 11:02:07 -05:00
Patrick Mueller
6e620ed444
adds per-actionType enablement via config xpack.actions.enabledActionTypes (#52967) (#53300)
* adds per-actionType enablement via config xpack.actions.enabledTypes

resolves: https://github.com/elastic/kibana/issues/52326
2019-12-17 12:27:04 -05:00
Tiago Costa
98adaee778
Increases log rotation file size minimum limit (#53169) (#53248)
* fix(NA): increase log rotation minimum log filesize to rotate limit

* chore(NA): correct interval

* docs(NA): add comments to explain everyBytes limits
2019-12-17 12:49:05 +00:00
Patrick Mueller
e9dc27c323
change kibana.yml xpack.actions.whitelistedHosts to default to ['*'] (#52827) (#53188)
resolves https://github.com/elastic/kibana/issues/52597

The previous default was `[]`, which meant no hosts were whitelisted,
which would require a Kibana admin to set this value for any actions
that accessed 3rd party services (currently email and webhook, longer
term slack and pagerduty).
2019-12-16 17:59:45 -05:00
Kaarina Tungseth
5119ef2536
[DOCS] Updates for API usage (#51989) (#53147)
* [DOCS] Updates for API usage

* Changes from Larry

* Update docs/api/using-api.asciidoc

Co-Authored-By: Larry Gregory <lgregorydev@gmail.com>

* Comments from Larry

* Comment from Larry
2019-12-16 11:15:13 -06:00
Melori Arellano
f84f46fbf0
[DOCS]Clarify that by default server.host only allows local connections (#52802) (#52947)
* [DOCS]Clarify that by default server.host only allows local connections

* Update docs/setup/access.asciidoc

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

* Update docs/setup/settings.asciidoc

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

* Update docs/setup/settings.asciidoc

Co-Authored-By: gchaps <33642766+gchaps@users.noreply.github.com>
2019-12-12 13:06:10 -07:00
gchaps
c65a4d0d94
[DOCS] Updtes description of elasticsearch.requestHeadersWhitelist (#52675) (#52689) 2019-12-10 14:42:52 -08:00