# Newbie problems with type

**URL:** https://discuss.elastic.co/t/newbie-problems-with-type/103559
**Category:** Kibana
**Created:** [October 11, 2017, 1:46pm UTC](https://discuss.elastic.co/t/newbie-problems-with-type/103559 "2017-10-11T13:46:00Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![davidsoler95](https://avatars.discourse-cdn.com/v4/letter/d/919ad9/32.png) [@davidsoler95](https://discuss.elastic.co/u/davidsoler95)
#### Post date: [October 11, 2017, 1:46pm UTC](https://discuss.elastic.co/t/newbie-problems-with-type/103559/1 "2017-10-11T13:46:00Z")

</div>

Hi,

We're starting to use Kibana to visualice a log data like...  
`[PRI]2017-10-03 23:52:14 T2: FPS STATS COV : E=19/M=5923/A=0 (AbdFPS,fpsCbTimerVaciado.c,83)`

We're tryng to visualize E=10/M=5923/A=0,  
Using filebeat we convert the data to Json

`{"@timestamp":"2017-10-03T23:50:15.000Z","EMP":"BAL","INST":"PRI","TIPO":"T2","MSG":"FPS STATS COV : E=0/M=946/A=0 ","MOD":"AbdFPS","FNT":"fpsCbTimerVaciado.c","LIN":"83","ID1":19,"ID2":5923,"ID3":0,"STR1":"","STR2":"","STR3":""}`

In the fields ID1, ID2 E ID3 is where will be the data of the logs. We can use it in Kibana but the ID1, ID2 and ID3 are STRING and it must be INTEGER. How to change it? Maybe documentation we must read? 😉  
 ![Captura](https://us1.discourse-cdn.com/elastic/original/3X/9/e/9e9bc18522d28cb1d8e541bb16a22a823f1f0bdb.PNG)

Thanks

---

<div class="post-metadata">

### Author: ![Marius\_Dragomir](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/marius_dragomir/32/42087_2.png) [@Marius\_Dragomir](https://discuss.elastic.co/u/Marius_Dragomir)
#### Post date: [October 11, 2017, 4:26pm UTC](https://discuss.elastic.co/t/newbie-problems-with-type/103559/2 "2017-10-11T16:26:24Z")

</div>

That is most likely a problem from the mapping. You can change the mapping and then reindex your data so that it will have the proper type in Kibana. Also if you want to set specific field types at ingest and and process data, you are going to have to pipe the data from Filebeat to Logstash before sending it to Elasticsearch.

---

<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, 2017, 4:26pm UTC](https://discuss.elastic.co/t/newbie-problems-with-type/103559/3 "2017-11-08T16:26:44Z")

</div>

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