Elastic / Kibana Configuration

Date: 2021-01-11
  1. Log/documents are inserted into an Index (with any name starting with a pattern e.g. logging-*)
  2. To configure multiple index templates with settings/mappings/date-format create a ‘component template’
  3. To configure multiple index(/indices) create a ‘index template’ with the created ‘component template’ linked
    match the indices with the ‘index pattern’ setting
  4. To use the indices in the GUI: create an ‘Index pattern’, match the indices with the ‘index pattern’ setting and set the correct Time Filter Field for enabling the time filter

Elastic date mapping

Add date mappings as seen below:

44340cookie-checkElastic / Kibana Configuration