IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

Index Settings

edit

The 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 the failover setting below is set to true 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