Skip to content
Closed
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/source/docset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,9 @@ toc:
- folder: content
- file: index.md
- folder: versioning
- folder: reference-overview
children:
- file: index.md
- file: kibana-reference.md
children:
- file: kibana-configuration.md
1 change: 0 additions & 1 deletion docs/source/markup/admonitions.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---

Check warning on line 1 in docs/source/markup/admonitions.md

View workflow job for this annotation

GitHub Actions / docs

'title' is no longer supported in yaml frontmatter please use a level 1 header instead.
title: Admonitions
---

Expand Down Expand Up @@ -60,4 +60,3 @@
## Link to admonitions
You can add a 'name' option to an admonition, so that you can link to it elsewhere

Here is a [link to attention](#caution_ref)
5 changes: 5 additions & 0 deletions docs/source/reference-overview/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Reference
---

This is a placeholder for the top-level reference overview.
31 changes: 31 additions & 0 deletions docs/source/reference-overview/kibana-configuration.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: Kibana configuration reference
navigation_title: "Configuration reference"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a minor thing for now, but for the future do we want to keep the term "reference" in the navigation title?

---

Configuration settings enable you to customize the behavior of Kibana apps and features.
This reference provides details about each setting, such as its purpose, default behavior, and availability in Elastic Cloud environments.

% TO-DO: For information about how to update these settings, refer to "Configure Kibana" (link to appropriate deployment pages) %

The settings are grouped by feature or purpose, for example:

- AI Assistant
- Alerting
- APM
- Banners
- Cases
- Enterprise Search
- Fleet
- Internationalization
- Logging
- Logs
- Metrics
- Monitoring
- Reporting
- Search sessions
- Security
- Spaces
- Task Manager
- Telemetry
- URL drilldown
15 changes: 15 additions & 0 deletions docs/source/reference-overview/kibana-reference.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Kibana reference
navigation_title: "Kibana"
---

% TO-DO: Add links to "What is Kibana?"%

This section of the documentation contains reference information for Kibana apps and Elastic Cloud Serverless management features, including:

* Settings
* Audit events
* Connectors
* Plugins
* Command line tools
* Osquery fields and packs
Loading