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
DeDe Morton
1aa7033fc8
Fix links to Fleet guide ( #86366 ) ( #86380 )
2020-12-17 13:04:12 -08: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
DeDe Morton
f6f1d494c8
Fix links to Fleet docs ( #83358 ) ( #83489 )
...
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-11-16 15:09:39 -08:00
Thomas Watson
3c82fde4f7
Upgrade Node.js to version 12 ( #61587 ) ( #83343 )
2020-11-13 10:07:13 +01:00
gchaps
7e9e7f2d01
[DOCS] Updates add data content ( #81093 ) ( #82171 )
...
* [DOCS] Updates add data content
* [DOCS] Incorporated review comments
* [DOCS] Adds content for geojson upload
* [DOCS] Fixes link
* [DOCS] Incorporates review comments
* [DOCS] Minor edits
* Update docs/setup/connect-to-elasticsearch.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/setup/connect-to-elasticsearch.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/setup/connect-to-elasticsearch.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/setup/connect-to-elasticsearch.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
* Update docs/setup/connect-to-elasticsearch.asciidoc
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co>
# Conflicts:
# docs/setup/connect-to-elasticsearch.asciidoc
2020-10-30 11:24:23 -07:00
Kaarina Tungseth
49928b336b
[7.x] [DOCS] 7.10 Core UI changes ( #80407 ) ( #81491 )
...
* [DOCS] 7.10 screenCore UI changes
* Kibana access options
* Removed Kibana from Set up Kibana
* Removed rogue symbols
* Update docs/spaces/index.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/management/managing-beats.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Review comments
* Update docs/user/introduction.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Review comments
* Changed menu to main menu
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2020-10-26 09:01:01 -05:00
Nathan Reese
ca735f5409
[maps] 7.10 documentation updates ( #79917 ) ( #81073 )
...
* [maps] 7.10 documenation updates
* clean up
* clean up connect-to-elasticsearch reference to renamed page
* Update docs/maps/vector-layer.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* review feedback
* move upload intro sentences into geospatial import block
* improvements to Import geospatial data
* fix typo
* Update docs/maps/import-geospatial-data.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/import-geospatial-data.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/import-geospatial-data.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/import-geospatial-data.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Update docs/maps/import-geospatial-data.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* review feedback
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2020-10-19 15:55:39 -06:00
Kaarina Tungseth
52ebad4bdb
[DOCS] Adds quick start ( #78822 ) ( #80074 )
...
* [DOCS] Getting started refresh
* Dashboard changes
* Discover and Dashboard changes
* [DOCS] Adds quick start
* Redirects
* Redirects pt 2
* Redirects pt
* More redirect issues
* Removed second chunk of KQL tasks
* Review comments
# Conflicts:
# docs/getting-started/tutorial-define-index.asciidoc
# docs/getting-started/tutorial-full-experience.asciidoc
# docs/images/tutorial-dashboard.png
# docs/images/tutorial-full-inspect1.png
# docs/images/tutorial-pattern-1.png
# docs/images/tutorial-visualize-bar-1.5.png
# docs/images/tutorial-visualize-map-2.png
# docs/images/tutorial-visualize-md-2.png
# docs/images/tutorial-visualize-pie-2.png
# docs/images/tutorial-visualize-pie-3.png
# docs/images/tutorial-visualize-wizard-step-1.png
2020-10-12 10:52:21 -05: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
Aleh Zasypkin
07e272034f
[7.x] Add support for the encryption key rotation to the encrypted saved objects. ( #79349 )
2020-10-02 23:07:29 +02: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
Kaarina Tungseth
75b20b3dc1
[DOCS] Dashboard-first docs refresh ( #76194 ) ( #76717 )
...
* [DOCS] Dashboard-first refresh
* Fixes broken links and partinto error
* Fixes images in panel table
* Fixes broken links
* Fixes broken drilldowns link
* Fixes images and table
* Removed un needed files and added edit content
* Update docs/getting-started/tutorial-visualizing.asciidoc
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
* Review comments
* Review comments
* Removed blocks
* Typo fix
* Update docs/getting-started/tutorial-sample-data.asciidoc
Co-authored-by: Wylie Conlon <wylieconlon@gmail.com>
* Update docs/getting-started/tutorial-discovering.asciidoc
Co-authored-by: Wylie Conlon <wylieconlon@gmail.com>
* Update docs/getting-started/tutorial-sample-data.asciidoc
Co-authored-by: Wylie Conlon <wylieconlon@gmail.com>
* Update docs/getting-started/tutorial-visualizing.asciidoc
Co-authored-by: Wylie Conlon <wylieconlon@gmail.com>
* Update docs/user/dashboard/edit-dashboards.asciidoc
Co-authored-by: Wylie Conlon <wylieconlon@gmail.com>
* Update docs/user/dashboard/dashboard.asciidoc
Co-authored-by: Wylie Conlon <wylieconlon@gmail.com>
* Update docs/user/dashboard/dashboard.asciidoc
Co-authored-by: Wylie Conlon <wylieconlon@gmail.com>
* Update docs/user/dashboard/aggregation-reference.asciidoc
Co-authored-by: Wylie Conlon <wylieconlon@gmail.com>
* Review comments
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
Co-authored-by: Wylie Conlon <wylieconlon@gmail.com>
# Conflicts:
# docs/user/visualize.asciidoc
# docs/visualize/heatmap.asciidoc
2020-09-04 08:13:44 -05: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
Aleh Zasypkin
2bf5a2c28b
[7.x] Implement Server-Side sessions ( #75265 )
...
# Conflicts:
# .github/CODEOWNERS
# x-pack/plugins/security/server/authentication/authenticator.ts
# x-pack/plugins/security/server/authentication/index.ts
# x-pack/plugins/security/server/authentication/providers/saml.test.ts
# x-pack/plugins/security/server/authentication/providers/saml.ts
# x-pack/plugins/security/server/config.ts
# x-pack/plugins/security/server/routes/authentication/saml.ts
# x-pack/scripts/functional_tests.js
2020-08-18 12:36:40 +02:00
Spencer
47897a2780
[7.x] Remove legacy optimizer ( #73154 ) ( #74966 )
...
Co-authored-by: spalger <spalger@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-08-13 12:36:25 -07:00
Matthew Kime
1c47a5dcca
Empty index patterns page re-design ( #68819 ) ( #74903 )
...
Empty index patterns page re-design
Co-authored-by: Caroline Horn <549577+cchaos@users.noreply.github.com>
2020-08-12 18:31:06 -05:00
Tyler Smalley
8e459ffe46
[deb/rpm] fix config folder path ( #73001 ) ( #73612 )
...
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Co-authored-by: Tyler Smalley <tyler.smalley@elastic.co>
Co-authored-by: Jonathan Budzenski <jon@budzenski.me>
2020-07-28 22:46:12 -07:00
Lisa Cawley
4defcd6404
[DOCS] Removes occurrences of X-Pack Security and Reporting ( #72302 ) ( #72357 )
2020-07-17 15:16:11 -07:00
Tiago Costa
bf08e8ad99
Node options from cfg file for production ( #62468 ) ( #71463 )
...
* chore(NA): load NODE_OPTIONS from options files across environments
* chore(NA): move node.ci.options to config folder
* docs(NA): update docs to explain how to set node options from the cfg fil
* chore(NA): removed test npm scripts
* fix(NA): typo on setup script for CI
* chore(NA): add debug info
* chore(NA): export options on CI
* chore(NA): remove debug info
* chore(NA): support for configurable config folder using env var
* chore(NA): add node.options file into docker img
* fix(NA): use calculated config dir on node options for ci
* chore(NA): node bin scripts bootstrap and node_with_options implementation for bash
* chore(NA): complete node_with_options scripts with bat version
* chore(NA): add bin/node dev script and remove cli for run_with_node_options
* chore(NA): increase default maxBuffer
* chore(NA): remove run with options script from package.json
* chore(NA): include kbn-node script and underlying usage of it
* chore(NA): remove change on eslint
* chore(NA): correct typo on kbn node script comment
Co-authored-by: Tyler Smalley <tylersmalley@me.com>
* chore(NA): correct typo on kbn node script comment
Co-authored-by: Tyler Smalley <tylersmalley@me.com>
* chore(NA): add line to describe each option should be specified in a separated line
* chore(NA): remove node options from dev and ci env
* chore(NA): remove changes from package.json
* chore(NA): fix docker image build
* chore(NA): change value for example of --max-old-space-size in the node.options file
Co-authored-by: Tyler Smalley <tylersmalley@me.com>
* chore(NA): remove --no-warnings from node.options and force it in the bin scripts
* chore(NA): prevent 'The system cannot find the file' error message
* chore(NA): introduce slash when building path for %DIR%
* chore(NA): read options from file only if it exists
Co-authored-by: Jonathan Budzenski <jbudz@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Co-authored-by: Tyler Smalley <tylersmalley@me.com>
Co-authored-by: Jonathan Budzenski <jbudz@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Co-authored-by: Tyler Smalley <tylersmalley@me.com>
2020-07-13 18:27:23 +01:00
István Zoltán Szabó
6a9bcc37dc
[7.x][DOCS] Fixes wording in Upload a CSV section ( #70040 )
...
* [7.x][DOCS] Fixes wording in Upload a CSV section.
* Apply suggestions from code review
* Apply suggestions from code review
2020-06-26 09:02:56 +02:00
István Zoltán Szabó
bf4557321b
[7.x][DOCS] Emphasizes where File Data Visualizer is located. ( #69895 )
2020-06-25 11:28:50 +02:00
gchaps
638de55e16
[DOCS] Updates titles in Maps docs ( #68703 ) ( #69425 )
...
* [DOCS] Updates titles in Maps docs
* [DOCS] Changes Elastic Maps to Maps to match the UI
* [DOCS] Fixes titles
Co-authored-by: Elastic Machine
<elasticmachine@users.noreply.github.com>
2020-06-17 14:07:01 -07:00
Lisa Cawley
52cfd56444
[DOCS] Fixes license management links ( #69347 ) ( #69351 )
2020-06-16 17:39:14 -07:00
Kaarina Tungseth
fb64e71a76
[DOCS] Adds environment variable warning ( #67623 ) ( #68943 )
...
* [DOCS] Adds wenvironment variable warning
* Updated note
2020-06-11 14:48:39 -05: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
bc8d78bba6
Fixes merge conflict ( #68801 )
2020-06-10 11:01:19 -07: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
gchaps
757a347fa2
[DOCS] Adds note about configuring File Data Visualizer ( #68407 ) ( #68426 )
2020-06-05 11:59:18 -07:00
gchaps
7dc41d77bf
[DOCS] Revises doc on adding data ( #68038 ) ( #68416 )
...
* [DOCS] Revises doc on adding data
* Update docs/setup/connect-to-elasticsearch.asciidoc
Co-authored-by: debadair <debadair@elastic.co>
* Update docs/setup/connect-to-elasticsearch.asciidoc
Co-authored-by: debadair <debadair@elastic.co>
* Update docs/setup/connect-to-elasticsearch.asciidoc
Co-authored-by: debadair <debadair@elastic.co>
* Update docs/setup/connect-to-elasticsearch.asciidoc
Co-authored-by: debadair <debadair@elastic.co>
* Update docs/setup/connect-to-elasticsearch.asciidoc
Co-authored-by: debadair <debadair@elastic.co>
* Update docs/setup/connect-to-elasticsearch.asciidoc
Co-authored-by: debadair <debadair@elastic.co>
* Update docs/setup/connect-to-elasticsearch.asciidoc
Co-authored-by: debadair <debadair@elastic.co>
* [DOCS] Minor edits to add data doc
* [DOCS] Incorporated review comments
* [DOCS] Incorporates review comments
* [DOCS] Removes link to advanced settings
Co-authored-by: debadair <debadair@elastic.co>
Co-authored-by: debadair <debadair@elastic.co>
2020-06-05 11:13:37 -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
Chris Roberson
ad01a544e6
[Monitoring] Update docs based on config change ( #63860 ) ( #64316 )
...
* Update a bunch of docs
* PR feedback
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-04-24 15:39:25 -04:00
Ben Skelker
013aeee650
[Docs]Adds saved object key setting to load balancing kib instances ( #63935 ) ( #64038 )
...
* adds saved object key setting to load balancing kib instances
* SIEM section doc updates
* Revert "SIEM section doc updates" - wrong PR
This reverts commit fc55d90a6d
.
* corrections
2020-04-21 09:43:21 +03: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