All the fields are not imported

Im new to kibana, while creating an index pattern using JSON file, not all fields in my json file are created.


this is my json file:

[ 
 {
    "_id": "c3d15040-198c-11td-a32c-8562022990ba",
    "_type": "index-pattern",
    "_source": {
      "title": "stats-*",
      "timeFieldName": "@timestamp",
      "fields": "[{\"name\":\"@timestamp\",\"type\":\"date\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"@version\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"Competence_COMP0005\",\"type\":\"string\",\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true}]"
    },
    "_migrationVersion": {
      "index-pattern": "6.5.0"
    },
    "_references": []
  }
]

Any suggestion please

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.