# Mystery field added to an index in Kibana

**URL:** https://discuss.elastic.co/t/mystery-field-added-to-an-index-in-kibana/43307
**Category:** Kibana
**Created:** [March 2, 2016, 9:01pm UTC](https://discuss.elastic.co/t/mystery-field-added-to-an-index-in-kibana/43307 "2016-03-02T21:01:10Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![yahoo](https://avatars.discourse-cdn.com/v4/letter/y/898d66/32.png) [@yahoo](https://discuss.elastic.co/u/yahoo)
#### Post date: [March 2, 2016, 9:01pm UTC](https://discuss.elastic.co/t/mystery-field-added-to-an-index-in-kibana/43307/1 "2016-03-02T21:01:10Z")

</div>

Hi,

(LS: 2.1.1, ES: 2.1.1, KB: 4.3.1)  
in the index setting page that shows all fields of an index there is a new mystery field called "column11".

In the Discover page, this field is included under the "Hide Missing Fields".  
It has no content.

Checking Elasticsearch template and data for the index does not show this field.

Logstash sends only fields that are included in the mapping template.

How can I debug to remove it?

Thanks

---

<div class="post-metadata">

### Author: ![Christian\_Dahlqvist](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/christian_dahlqvist/32/4617_2.png) [@Christian\_Dahlqvist](https://discuss.elastic.co/u/Christian_Dahlqvist)
#### Post date: [March 2, 2016, 9:09pm UTC](https://discuss.elastic.co/t/mystery-field-added-to-an-index-in-kibana/43307/2 "2016-03-02T21:09:09Z")

</div>

That sounds like the name the Logstash CSV filter would automatically create for a column for which a name has not been provided. If this is what is happening in your case, you can disable this automatic creation through the ['autogenerate\_column\_names' parameter](https://www.elastic.co/guide/en/logstash/current/plugins-filters-csv.html#plugins-filters-csv-autogenerate_column_names).

---

<div class="post-metadata">

### Author: ![yahoo](https://avatars.discourse-cdn.com/v4/letter/y/898d66/32.png) [@yahoo](https://discuss.elastic.co/u/yahoo)
#### Post date: [March 2, 2016, 10:04pm UTC](https://discuss.elastic.co/t/mystery-field-added-to-an-index-in-kibana/43307/3 "2016-03-02T22:04:48Z")

</div>

Hi @Christian_Dahlqvist  
Thank you.  
It worked.

---

<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: [July 6, 2017, 2:00pm UTC](https://discuss.elastic.co/t/mystery-field-added-to-an-index-in-kibana/43307/4 "2017-07-06T14:00:28Z")

</div>


