mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Update README.md
This commit is contained in:
parent
ac45c1fae0
commit
79a0d05d56
1 changed files with 6 additions and 4 deletions
|
@ -1,15 +1,17 @@
|
|||
# Settings
|
||||
|
||||
The settings application is broken up into three pages: [Indices](#settings-indices), [Advanced](#settings-advanced), and [Object](#settings-objects).
|
||||
The settings application is broken up into three pages: Indices, Advanced, and Object.
|
||||
|
||||
## Indices
|
||||
|
||||
The Indices page manages Index Patterns. Index Patterns represent one or more indices in Elasticsearch and track associated meta-data, like field types and pattern interval.
|
||||
The Indices page manages Index Patterns. Before you can do anything in Kibana you will need to create an Index Pattern, and it will follow you throughout all of the other apps. Index Patterns represent one or more indices in Elasticsearch and track associated meta-data, like field types and pattern interval.
|
||||
|
||||
## Advanced
|
||||
|
||||
The Advanced page allows modification of individual configuration parameters. Each of the parameters can be tweaked to customize the entire Kibana installation (changes apply to all users).
|
||||
The Advanced page allows modification of individual configuration parameters. Each of these parameters can be tweaked to customize the entire Kibana installation. This means that your changes will apply to all users. Please, **use caution** on this page, because the advanced editor will let you break things. This could prevent the application from loading if used incorrectly.
|
||||
|
||||
## Objects
|
||||
|
||||
The Objects page manages all of the saved objects except Index Patterns. Today, that includes Dashboards, Visualizations, and Searches. Most apps give you all of the tools needed, but when they fall short you can come here to beat your objects into submission.
|
||||
The Objects page manages all of the objects created by Kibana (except Index Patterns which are handled but the Indices page). Today, that includes Dashboards, Visualizations, and Searches (created by the Discover app). Most apps give you all the tools needed to manage objects they create, but if/when they fall short you can come here to beat your objects into submission.
|
||||
|
||||
Just like the Advanced editor, it is pretty easy to break things with the objects editor so please **use caution**.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue