[DOCS]Adds info on index naming conventions (#33321)

This commit is contained in:
Sarah Hersh 2019-03-18 09:33:46 -04:00 committed by GitHub
parent 364325b1be
commit f64fde7353
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -122,7 +122,8 @@ which is proxied through the Kibana server.
`kibana.index:`:: *Default: ".kibana"* Kibana uses an index in Elasticsearch to
store saved searches, visualizations and dashboards. Kibana creates a new index
if the index doesnt already exist.
if the index doesnt already exist. If you configure a custom index, the name must
be lowercase, and conform to {es} {ref}/indices-create-index.html[index name limitations].
`logging.dest:`:: *Default: `stdout`* Enables you specify a file where Kibana
stores log output.