github.com/replicatedhq/ship@v0.55.0/integration/init/kibana/expected/.ship/upstream/ci/dashboard-values.yaml (about)

     1  ---
     2  # enable the dashboard init container with dashboard embedded in configmap
     3  
     4  dashboardImport:
     5    dashboards:
     6      1_create_index: |-
     7        {
     8          "version": "6.4.2",
     9          "objects": [
    10            {
    11              "id": "a88738e0-d3c1-11e8-b38e-a37c21cf8c95",
    12              "version": 2,
    13              "attributes": {
    14                "title": "logstash-*",
    15                "timeFieldName": "@timestamp",
    16                "fields": "[{\"name\":\"@timestamp\",\"type\":\"date\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true}]"
    17              }
    18            }
    19          ]
    20        }
    21