# Want to know what is the file are present in indecies

**URL:** https://discuss.elastic.co/t/want-to-know-what-is-the-file-are-present-in-indecies/130808
**Category:** Elasticsearch
**Created:** [May 7, 2018, 10:13am UTC](https://discuss.elastic.co/t/want-to-know-what-is-the-file-are-present-in-indecies/130808 "2018-05-07T10:13:38Z")
**Posts on this page:** 1
**Showing post:** 11

<div class="post-metadata">

### Author: ![Tamal\_Kundu](https://avatars.discourse-cdn.com/v4/letter/t/439d5e/32.png) [@Tamal\_Kundu](https://discuss.elastic.co/u/Tamal_Kundu)
#### Post date: [May 7, 2018, 1:00pm UTC](https://discuss.elastic.co/t/want-to-know-what-is-the-file-are-present-in-indecies/130808/11 "2018-05-07T13:00:41Z")

</div>

We are not ingesting the same data. The payload is consuming some space.

Is it possible to filter the data out before indexing. I believe our payload is so high that it is consuming much space.

{  
"fuselog-2018.05.04": {  
"aliases": {},  
"mappings": {  
"log": {  
"properties": {  
"@timestamp": {  
"type": "date"  
},  
"@version": {  
"type": "text",  
"fields": {  
"keyword": {  
"type": "keyword",  
"ignore\_above": 256  
}  
}  
},  
"GUID": {  
"type": "text",  
"fields": {  
"keyword": {  
"type": "keyword",  
"ignore\_above": 256  
}  
}  
},  
"ReferenceID": {  
"type": "text",  
"fields": {  
"keyword": {  
"type": "keyword",  
"ignore\_above": 256  
}  
}  
},  
"TargetService": {  
"type": "text",  
"fields": {  
"keyword": {  
"type": "keyword",  
"ignore\_above": 256  
}  
}  
},  
"beat": {  
"properties": {  
"hostname": {  
"type": "text",  
"fields": {  
"keyword": {  
"type": "keyword",  
"ignore\_above": 256  
}  
}  
},  
"name": {  
"type": "text",  
"fields": {  
"keyword": {  
"type": "keyword",  
"ignore\_above": 256  
}  
}  
},  
"version": {  
"type": "text",  
"fields": {  
"keyword": {  
"type": "keyword",  
"ignore\_above": 256  
}  
}  
}  
}  
},  
"bundle": {  
"type": "text",  
"fields": {  
"keyword": {  
"type": "keyword",  
"ignore\_above": 256  
}  
}  
},  
"elapsed\_time": {  
"type": "float"  
},  
"elapsed\_timestamp\_start": {  
"type": "date"  
},  
"errorCode": {  
"type": "text",  
"fields": {  
"keyword": {  
"type": "keyword",  
"ignore\_above": 256  
}  
}  
},  
"first\_word": {  
"type": "text",  
"fields": {  
"keyword": {  
"type": "keyword",  
"ignore\_above": 256  
}  
}  
},  
"host": {  
"type": "text",  
"fields": {  
"keyword": {  
"type": "keyword",  
"ignore\_above": 256  
}  
}  
},  
"input\_type": {  
"type": "text",  
"fields": {  
"keyword": {  
"type": "keyword",  
"ignore\_above": 256  
}  
}  
},  
"level": {  
"type": "text",  
"fields": {  
"keyword": {  
"type": "keyword",  
"ignore\_above": 256  
}  
}  
},  
"logPoint": {  
"type": "text",  
"fields": {  
"keyword": {  
"type": "keyword",  
"ignore\_above": 256  
}  
}  
},  
"logTimestamp": {  
"type": "text",  
"fields": {  
"keyword": {  
"type": "keyword",  
"ignore\_above": 256  
}  
}  
},  
"logdetails": {  
"type": "text",  
"fields": {  
"keyword": {  
"type": "keyword",  
"ignore\_above": 256  
}  
}  
},  
"managedServer": {  
"type": "text",  
"fields": {  
"keyword": {  
"type": "keyword",  
"ignore\_above": 256  
}  
}  
},  
"message": {  
"type": "text",  
"fields": {  
"keyword": {  
"type": "keyword",  
"ignore\_above": 256  
}  
}  
},  
"offset": {  
"type": "long"  
},  
"serviceName": {  
"type": "text",  
"fields": {  
"keyword": {  
"type": "keyword",  
"ignore\_above": 256  
}  
}  
},  
"serviceNameOld": {  
"type": "text",  
"fields": {  
"keyword": {  
"type": "keyword",  
"ignore\_above": 256  
}  
}  
},  
"source": {  
"type": "text",  
"fields": {  
"keyword": {  
"type": "keyword",  
"ignore\_above": 256  
}  
}  
},  
"sourceSystemID": {  
"type": "text",  
"fields": {  
"keyword": {  
"type": "keyword",  
"ignore\_above": 256  
}  
}  
},  
"tags": {  
"type": "text",  
"fields": {  
"keyword": {  
"type": "keyword",  
"ignore\_above": 256  
}  
}  
},  
"thread": {  
"type": "text",  
"fields": {  
"keyword": {  
"type": "keyword",  
"ignore\_above": 256  
}  
}  
},  
"type": {  
"type": "text",  
"fields": {  
"keyword": {  
"type": "keyword",  
"ignore\_above": 256  
}  
}  
}  
}  
}  
},  
"settings": {  
"index": {  
"creation\_date": "1525392001724",  
"number\_of\_shards": "5",  
"number\_of\_replicas": "1",  
"uuid": "Cq1Cluf8SEK6F2wv3NFNGw",  
"version": {  
"created": "5050099"  
},  
"provided\_name": "fuselog-2018.05.04"  
}  
}  
}  
}

---

_[View the full topic](https://discuss.elastic.co/t/want-to-know-what-is-the-file-are-present-in-indecies/130808)._
