Skip to content

Unknown field [missing] in terms in transforms #48243

Open
@akleandrov

Description

@akleandrov

"reason": "[1:500] [data_frame_terms_group] unknown field [missing], parser not found"

PUT _data_frame/transforms/testconc
{
  "source": {
    "index": "from"
  },
  "pivot": {
    "group_by": {
      "period": {
        "terms": {
          "field": "period"
        }
      },
      "nullablefield": {
        "terms": {
          "field": "myfield",
          "missing": "n/a"
        }
      }
    },
    "aggregations": {
      "u": {
        "sum": {
          "field": "u"
        }
      }
    }
  },
  "dest": {
    "index": "trindex"
  },
  "frequency": "5m",
  "sync": {
    "time": {
      "field": "createdAt",
      "delay": "30s"
    }
  }
}

ES 7.4 (original elasticsearch image)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions