# Kibana's Configure an index pattern

**URL:** https://discuss.elastic.co/t/kibanas-configure-an-index-pattern/69148
**Category:** Kibana
**Created:** [December 15, 2016, 10:29am UTC](https://discuss.elastic.co/t/kibanas-configure-an-index-pattern/69148 "2016-12-15T10:29:55Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![lester015](https://avatars.discourse-cdn.com/v4/letter/l/cc9497/32.png) [@lester015](https://discuss.elastic.co/u/lester015)
#### Post date: [December 15, 2016, 10:29am UTC](https://discuss.elastic.co/t/kibanas-configure-an-index-pattern/69148/1 "2016-12-15T10:29:55Z")

</div>

Dear Teams,  
I'm insert an index into the ES, the format just like that:

{  
"p2-2016.12.15" : {  
"mappings" : {  
"applog" : {  
"properties" : {  
"appName" : {  
"type" : "string"  
},  
"column1" : {  
"type" : "string"  
},  
"column10" : {  
"type" : "string"  
},  
"column11" : {  
"type" : "string"  
},  
"column12" : {  
"type" : "string"  
},  
"column13" : {  
"type" : "string"  
},  
"column14" : {  
"type" : "string"  
},  
"column15" : {  
"type" : "string"  
},  
"column16" : {  
"type" : "string"  
},  
"column2" : {  
"type" : "string"  
},  
"column3" : {  
"type" : "string"  
},  
"column4" : {  
"type" : "string"  
},  
"column5" : {  
"type" : "string"  
},  
"column6" : {  
"type" : "string"  
},  
"column7" : {  
"type" : "string"  
},  
"column8" : {  
"type" : "string"  
},  
"column9" : {  
"type" : "string"  
},  
"ip" : {  
"type" : "string"  
},  
"logPath" : {  
"type" : "string"  
},  
"logType" : {  
"type" : "string"  
}  
}  
}  
}  
}  
}  
when I add the index patten at the kibana

 ![](https://us1.discourse-cdn.com/elastic/original/2X/5/5cb31cb82b9f8878df9c6e878997dd1999abd1aa.png)

There is No value in Time-field area. How can I do?

Levi  
Thanks!

---

<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: [December 15, 2016, 2:29pm UTC](https://discuss.elastic.co/t/kibanas-configure-an-index-pattern/69148/2 "2016-12-15T14:29:31Z")

</div>

hi @lester015,

thanks for your question.

in that form when you create the index patter, uncheck that text-box that says "Index contains time-based events". That will do it.

---

<div class="post-metadata">

### Author: ![lester015](https://avatars.discourse-cdn.com/v4/letter/l/cc9497/32.png) [@lester015](https://discuss.elastic.co/u/lester015)
#### Post date: [December 16, 2016, 5:19am UTC](https://discuss.elastic.co/t/kibanas-configure-an-index-pattern/69148/3 "2016-12-16T05:19:38Z")

</div>

Thanks for your quick response!

Levi

---

<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: [January 13, 2017, 5:19am UTC](https://discuss.elastic.co/t/kibanas-configure-an-index-pattern/69148/4 "2017-01-13T05:19:39Z")

</div>

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