mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Added README.md for Settings
This commit is contained in:
parent
6e01387e49
commit
ac45c1fae0
1 changed files with 15 additions and 0 deletions
15
src/kibana/apps/settings/README.md
Normal file
15
src/kibana/apps/settings/README.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Settings
|
||||
|
||||
The settings application is broken up into three pages: [Indices](#settings-indices), [Advanced](#settings-advanced), and [Object](#settings-objects).
|
||||
|
||||
## 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.
|
||||
|
||||
## 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).
|
||||
|
||||
## 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.
|
Loading…
Add table
Add a link
Reference in a new issue