# Data type for filebeat data being ignored

**URL:** https://discuss.elastic.co/t/data-type-for-filebeat-data-being-ignored/165395
**Category:** Beats
**Tags:** filebeat
**Created:** [January 23, 2019, 11:50am UTC](https://discuss.elastic.co/t/data-type-for-filebeat-data-being-ignored/165395 "2019-01-23T11:50:17Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![ethrbunny](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/ethrbunny/32/34603_2.png) [@ethrbunny](https://discuss.elastic.co/u/ethrbunny)
#### Post date: [January 23, 2019, 11:50am UTC](https://discuss.elastic.co/t/data-type-for-filebeat-data-being-ignored/165395/1 "2019-01-23T11:50:17Z")

</div>

I have data coming in from kubernetes -\> stdout -\> filebeat -\> logstash -\> elastic. Looking at the data in Kibana I see that it doesn't have a recognized type. (IE it's marked with a '?' and can't be searched for a chart).

Doing a **GET /filebeat-2019.01.22** I can see a mapping for the relevant fields:

```
"lagmonitor" : {
  "properties" : {
     "consumer" : {
        "properties" : {
           "group" : {
              "type" : "text",
              "fields" : {
                "keyword" : {
                   "type" : "keyword",
                   "ignore_above" : 256
                }
             }
           },
           "sum" : {
             "type" : "text",
             "fields" : {
                "keyword" : {
                  "type" : "keyword",
                  "ignore_above" : 256
            }
         }
      }

```

and so on.

My questions:

- why isn't kibana showing the "consumer.group" type as text / keyword?
- how do I change the "sum" field to be numeric?

---

<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: [February 20, 2019, 12:04pm UTC](https://discuss.elastic.co/t/data-type-for-filebeat-data-being-ignored/165395/2 "2019-02-20T12:04:27Z")

</div>

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