Skip to content

Commit

Permalink
[DOCS] Adds Global Settings (elastic#157769)
Browse files Browse the repository at this point in the history
  • Loading branch information
KOTungseth authored May 15, 2023
1 parent 8ecd2d6 commit 037ff39
Showing 1 changed file with 51 additions and 10 deletions.
61 changes: 51 additions & 10 deletions docs/management/advanced-options.asciidoc
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[[advanced-options]]
== Advanced Settings

*Advanced Settings* control the behavior of {kib}. For example, you can change the format used to display dates,
specify the default data view, and set the precision for displayed decimal values.
*Advanced Settings* control the behavior of {kib}. You can change the settings that apply to spaces, or to all of {kib}. For example, you can change the format used to display dates,
specify the default data view, and apply your own branding.

. Open the main menu, then click *Stack Management > Advanced Settings*.
. Scroll or search for the setting.
. Make your change, then click *Save changes*.
WARNING: Changing a setting can affect {kib} performance and cause problems
that are difficult to diagnose. Setting a property value to a blank field
reverts to the default behavior, which might not be compatible with other
configuration settings. Deleting a custom setting permanently removes it from {kib}.

[float]
=== Required permissions
Expand All @@ -25,12 +26,14 @@ For more information on granting access to {kib}, refer to <<xpack-security-auth

[float]
[[kibana-settings-reference]]
=== {kib} settings reference
=== Change the space settings

WARNING: Changing a setting can affect {kib} performance and cause problems
that are difficult to diagnose. Setting a property value to a blank field
reverts to the default behavior, which might not be compatible with other
configuration settings. Deleting a custom setting permanently removes it from {kib}.
Change the settings that apply only to {kib} spaces.

. Open the main menu, then click *Stack Management > Advanced Settings*.
. Click *Space Settings*.
. Scroll or search for the setting.
. Make your change, then click *Save changes*.

[float]
[[kibana-general-settings]]
Expand Down Expand Up @@ -554,3 +557,41 @@ only production-ready visualizations are available to users.
[[telemetry-enabled-advanced-setting]]`telemetry:enabled`::
When enabled, helps improve the Elastic Stack by providing usage statistics for
basic features.

[float]
[[kibana-global-settings-reference]]
=== Change the global settings

Change the settings that apply only to {kib} spaces.

. Open the main menu, then click *Stack Management > Advanced Settings*.
. Click *Global Settings*.
. Scroll or search for the setting.
. Make your change, then click *Save changes*.

[float]
[[kibana-custom-branding-settings]]
==== Custom branding

[horizontal]
[[custom-logo]]`xpackCustomBranding:logo`::
A custom image that appears in the header of all {kib} pages. Images must have a transparent background, and 128 x 128 pixels or smaller.

[[organization-name]]`xpackCustomBranding:customizedLogo`::
The custom text that appears in the header of all {kib} pages. Images must have a transparent background, and 200 x 84 pixels or smaller.

[[page-title]]`xpackCustomBranding:pageTitle`::
The custom text that appears on {kib} browser tabs.

[[favicon-svg]]`xpackCustomBranding:faviconSVG`::
The URL of a custom SVG image that appears on {kib} browser tabs. Images must be 16 x 16 pixels.

[[favicon-png]]`xpackCustomBranding:faviconPNG`::
The URL of a custom PNG image that appears on {kib} browser tabs.

[float]
[[kibana-usage-data-settings]]
==== Usage Data

[[provide-usage-data]]`telemetry:enabled`::
When enabled, helps manage and improve Elastic products and services by providing usage statistics.

0 comments on commit 037ff39

Please sign in to comment.