IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Index Settings
editIndex Settings
editThe index property contains information on the Elasticsearch index that Kibana communicates with.
"index": { "interval": "none", "default": "_all", "pattern": "[logstash-]YYYY.MM.DD", "warm_fields": false },
- interval: none, hour, day, week, month. This property describes the timestamping pattern that the index follows.
-
default: The index to use if
interval
is set to none or thefailover
setting below is set totrue
and no indices match the pattern -
pattern: If
interval
is set to anything other than none, parse this pattern, taking into consideration any time filters, to determine the indices to query. - warm_fields: If the mapping should be parsed to determine a list of fields