# I'm Unable to create index pattern

**URL:** https://discuss.elastic.co/t/im-unable-to-create-index-pattern/150755
**Category:** Kibana
**Created:** [October 2, 2018, 7:46pm UTC](https://discuss.elastic.co/t/im-unable-to-create-index-pattern/150755 "2018-10-02T19:46:54Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![lzukel](https://avatars.discourse-cdn.com/v4/letter/l/4491bb/32.png) [@lzukel](https://discuss.elastic.co/u/lzukel)
#### Post date: [October 2, 2018, 7:46pm UTC](https://discuss.elastic.co/t/im-unable-to-create-index-pattern/150755/1 "2018-10-02T19:46:54Z")

</div>

Fresh install of Elasticsearch 6.3.2  
Clean install of Kibana 6.3.2 in Docker  
Searchguard plugin installed in both ES & Kibana

Issue as shown here:

 ![49%20PM](https://us1.discourse-cdn.com/elastic/original/3X/9/e/9e6972800d0d292d4cebccd0b36a84a2e0267c0c.png)

Indices exist with documents in the indices, following a standard naming convention:

 ![36%20PM](https://us1.discourse-cdn.com/elastic/original/3X/7/d/7dd11ae8cfc65a906e000fffc26940b80ceb87da.png)

Kibana\_index\_template:.kibana

```
{
  "order": 0,
  "index_patterns": [
    ".kibana"
  ],
  "settings": {
    "index": {
  "number_of_shards": "1",
  "auto_expand_replicas": "0-1"
}
  },
  "mappings": {
    "doc": {
  "dynamic": "strict",
  "properties": {
    "type": {
      "type": "keyword"
    },
    "updated_at": {
      "type": "date"
    },
    "config": {
      "dynamic": true,
      "properties": {
        "buildNum": {
          "type": "keyword"
        }
      }
    },
    "timelion-sheet": {
      "properties": {
        "description": {
          "type": "text"
        },
        "hits": {
          "type": "integer"
        },
        "kibanaSavedObjectMeta": {
          "properties": {
            "searchSourceJSON": {
              "type": "text"
            }
          }
        },
        "timelion_chart_height": {
          "type": "integer"
        },
        "timelion_columns": {
          "type": "integer"
        },
        "timelion_interval": {
          "type": "keyword"
        },
        "timelion_other_interval": {
          "type": "keyword"
        },
        "timelion_rows": {
          "type": "integer"
        },
        "timelion_sheet": {
          "type": "text"
        },
        "title": {
          "type": "text"
        },
        "version": {
          "type": "integer"
        }
      }
    },
    "graph-workspace": {
      "properties": {
        "description": {
          "type": "text"
        },
        "kibanaSavedObjectMeta": {
          "properties": {
            "searchSourceJSON": {
              "type": "text"
            }
          }
        },
        "numLinks": {
          "type": "integer"
        },
        "numVertices": {
          "type": "integer"
        },
        "title": {
          "type": "text"
        },
        "version": {
          "type": "integer"
        },
        "wsState": {
          "type": "text"
        }
      }
    },
    "index-pattern": {
      "properties": {
        "fieldFormatMap": {
          "type": "text"
        },
        "fields": {
          "type": "text"
        },
        "intervalName": {
          "type": "keyword"
        },
        "notExpandable": {
          "type": "boolean"
        },
        "sourceFilters": {
          "type": "text"
        },
        "timeFieldName": {
          "type": "keyword"
        },
        "title": {
          "type": "text"
        }
      }
    },
    "visualization": {
      "properties": {
        "description": {
          "type": "text"
        },
        "kibanaSavedObjectMeta": {
          "properties": {
            "searchSourceJSON": {
              "type": "text"
            }
          }
        },
        "savedSearchId": {
          "type": "keyword"
        },
        "title": {
          "type": "text"
        },
        "uiStateJSON": {
          "type": "text"
        },
        "version": {
          "type": "integer"
        },
        "visState": {
          "type": "text"
        }
      }
    },
    "search": {
      "properties": {
        "columns": {
          "type": "keyword"
        },
        "description": {
          "type": "text"
        },
        "hits": {
          "type": "integer"
        },
        "kibanaSavedObjectMeta": {
          "properties": {
            "searchSourceJSON": {
              "type": "text"
            }
          }
        },
        "sort": {
          "type": "keyword"
        },
        "title": {
          "type": "text"
        },
        "version": {
          "type": "integer"
        }
      }
    },
    "dashboard": {
      "properties": {
        "description": {
          "type": "text"
            },
            "hits": {
              "type": "integer"
            },
            "kibanaSavedObjectMeta": {
              "properties": {
                "searchSourceJSON": {
                  "type": "text"
                }
              }
            },
            "optionsJSON": {
              "type": "text"
            },
            "panelsJSON": {
              "type": "text"
            },
            "refreshInterval": {
              "properties": {
                "display": {
                  "type": "keyword"
                },
                "pause": {
                  "type": "boolean"
                },
                "section": {
                  "type": "integer"
                },
                "value": {
                  "type": "integer"
               }
              }
            },
            "timeFrom": {
              "type": "keyword"
        },
        "timeRestore": {
          "type": "boolean"
        },
        "timeTo": {
          "type": "keyword"
        },
        "title": {
          "type": "text"
        },
        "uiStateJSON": {
          "type": "text"
        },
        "version": {
          "type": "integer"
        }
      }
    },
    "url": {
      "properties": {
        "accessCount": {
          "type": "long"
        },
        "accessDate": {
          "type": "date"
        },
        "createDate": {
          "type": "date"
        },
        "url": {
          "type": "text",
          "fields": {
            "keyword": {
              "type": "keyword",
              "ignore_above": 2048
            }
          }
        }
     }
    },
    "server": {
      "properties": {
        "uuid": {
          "type": "keyword"
        }
      }
        }
      }
    }
  },
  "aliases": {}
}
```

---

<div class="post-metadata">

### Author: ![thomasneirynck](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/thomasneirynck/32/23313_2.png) [@thomasneirynck](https://discuss.elastic.co/u/thomasneirynck)
#### Post date: [October 2, 2018, 8:50pm UTC](https://discuss.elastic.co/t/im-unable-to-create-index-pattern/150755/2 "2018-10-02T20:50:22Z")

</div>

hi @lzukel,

What happens when you press the "check for new data" button? That should refresh the page in Kibana and give you the form to create an index pattern.

---

<div class="post-metadata">

### Author: ![lzukel](https://avatars.discourse-cdn.com/v4/letter/l/4491bb/32.png) [@lzukel](https://discuss.elastic.co/u/lzukel)
#### Post date: [October 2, 2018, 8:52pm UTC](https://discuss.elastic.co/t/im-unable-to-create-index-pattern/150755/3 "2018-10-02T20:52:01Z")

</div>

The first screenshot was taken after press the "check for new data" button

---

<div class="post-metadata">

### Author: ![lzukel](https://avatars.discourse-cdn.com/v4/letter/l/4491bb/32.png) [@lzukel](https://discuss.elastic.co/u/lzukel)
#### Post date: [October 3, 2018, 5:43pm UTC](https://discuss.elastic.co/t/im-unable-to-create-index-pattern/150755/4 "2018-10-03T17:43:38Z")

</div>

The first screenshot was taken after press the "check for new data" button  
Kibana attempts to find indices, then returns to the same as first screenshot

---

<div class="post-metadata">

### Author: ![lzukel](https://avatars.discourse-cdn.com/v4/letter/l/4491bb/32.png) [@lzukel](https://discuss.elastic.co/u/lzukel)
#### Post date: [October 4, 2018, 9:23pm UTC](https://discuss.elastic.co/t/im-unable-to-create-index-pattern/150755/5 "2018-10-04T21:23:00Z")

</div>

Still looking for a proposed resolution to this issue

---

<div class="post-metadata">

### Author: ![lzukel](https://avatars.discourse-cdn.com/v4/letter/l/4491bb/32.png) [@lzukel](https://discuss.elastic.co/u/lzukel)
#### Post date: [October 9, 2018, 3:35pm UTC](https://discuss.elastic.co/t/im-unable-to-create-index-pattern/150755/6 "2018-10-09T15:35:43Z")

</div>

Still having this issue

---

<div class="post-metadata">

### Author: ![bhavyarm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/bhavyarm/32/22392_2.png) [@bhavyarm](https://discuss.elastic.co/u/bhavyarm)
#### Post date: [October 11, 2018, 10:12am UTC](https://discuss.elastic.co/t/im-unable-to-create-index-pattern/150755/7 "2018-10-11T10:12:38Z")

</div>

@jen-huang - I am not sure whats happening here?

Thanks,  
Bhavya

---

<div class="post-metadata">

### Author: ![Bill\_McConaghy](https://avatars.discourse-cdn.com/v4/letter/b/ed655f/32.png) [@Bill\_McConaghy](https://discuss.elastic.co/u/Bill_McConaghy)
#### Post date: [October 11, 2018, 10:40am UTC](https://discuss.elastic.co/t/im-unable-to-create-index-pattern/150755/8 "2018-10-11T10:40:27Z")

</div>

@lzukel A couple of questions: where did you get the docker image you are using for Kibana? I did encounter an issue with a third party Docker image recently so wondering if this might be what you are using. Also, wondering if you can share the network requests that Kibana is making when you visit the create index page. That will help us to diagnose this issue.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [November 8, 2018, 10:49am UTC](https://discuss.elastic.co/t/im-unable-to-create-index-pattern/150755/9 "2018-11-08T10:49:25Z")

</div>

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