# Some index string fields not appearing in visualization aggregation

**URL:** https://discuss.elastic.co/t/some-index-string-fields-not-appearing-in-visualization-aggregation/71829
**Category:** Kibana
**Created:** [January 17, 2017, 8:44am UTC](https://discuss.elastic.co/t/some-index-string-fields-not-appearing-in-visualization-aggregation/71829 "2017-01-17T08:44:46Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![elasticheart](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/elasticheart/32/65189_2.png) [@elasticheart](https://discuss.elastic.co/u/elasticheart)
#### Post date: [January 18, 2017, 6:04am UTC](https://discuss.elastic.co/t/some-index-string-fields-not-appearing-in-visualization-aggregation/71829/3 "2017-01-18T06:04:19Z")

</div>

Hi @ppisljar

```
{
	"template": "mylogs-*",
	"mappings": {
		"_default_": {
			"_all": {
				"enabled": false
			},
			"properties": {
				"field1": {
					"type": "string"
				},
				"field2": {
					"type": "string"
				},
				"field3": {
					"type": "string"
				},
				"field4": {
					"type": "string"
				},
				"field5": {
					"type": "string"
				},
				"@version": {
					"type": "string"
				},
				"fielda": {
					"index": "not_analyzed",
					"type": "string"
				},
				"field6": {
					"type": "string"
				},
				"field7": {
					"type": "string"
				},
				"@timestamp": {
					"format": "strict_date_optional_time||epoch_millis",
					"type": "date"
				},
				"timea": {
					"format": "strict_date_optional_time||epoch_millis",
					"type": "date"
				},
				"server_ip": {
					"index": "not_analyzed",
					"type": "string"
				},
				"fieldb": {
					"index": "not_analyzed",
					"type": "string"
				},
				"request": {
					"type": "string"
				},
				"timeb": {
					"format": "strict_date_optional_time||epoch_millis",
					"type": "date"
				},
				"time_taken": {
					"type": "double"
				}
			}
		}
	}
}
```

---

_[View the full topic](https://discuss.elastic.co/t/some-index-string-fields-not-appearing-in-visualization-aggregation/71829)._
