Newly added Field Not available for aggregations

Elasticsearch 7.9.1
Kibana 7.9.1 - 4 docker containers

Updated the index mapping to add new field of type keyword.
Waited for new index to be created.
Refreshed the index pattern in Kibana.
Searched for that field in the Field list in kibana.

  • field is string, searchable and aggregatable
    Field shows up as unknown field in discover
    When trying to create a visualization and aggregate by this field, I cannot find the new field in terms list.

Side note: when refreshing the index pattern, the field would show up then disappear a few moments later, at which point I would have to refresh the index pattern again.

hi @lzukel,

  • What is the actual mapping of that field in Elasticsearch?
  • Do you have documents that have populated values for that field (or does it only exist in the Elasticsearch-mapping)?

the mapping for the field is keyword.
Yes there are many documents that have populated with that field

Screen Shot 2021-01-15 at 9.26.34 AM Screen Shot 2021-01-15 at 9.27.22 AM

After refreshing the index template page... The field has mysteriously disappeared from the index pattern:

When searching that field in the discover tab with that index pattern there is no cached mapping for that field:
Screen Shot 2021-01-15 at 9.33.55 AM

Any ideas? This is a blocking issue for some users

@thomasneirynck still need help resolving this issue

Bump...
This is still an issue

Upon further inspection, I am seeing the following error in Kibana logs when trying to refresh the index_pattern:

{"type":"error","@timestamp":"2021-02-11T17:15:51Z","tags":[],"pid":16,"level":"error","error":{"message":"Internal Server Error","name":"Error","stack":"Error: Internal Server Error\n    at HapiResponseAdapter.toError (/usr/share/kibana/src/core/server/http/router/response_adapter.js:132:19)\n    at HapiResponseAdapter.toHapiResponse (/usr/share/kibana/src/core/server/http/router/response_adapter.js:86:19)\n    at HapiResponseAdapter.handle (/usr/share/kibana/src/core/server/http/router/response_adapter.js:81:17)\n    at Router.handle (/usr/share/kibana/src/core/server/http/router/router.js:162:34)\n    at process._tickCallback (internal/process/next_tick.js:68:7)"},"url":{"protocol":null,"slashes":null,"auth":null,"host":null,"port":null,"hostname":null,"hash":null,"search":null,"query":{},"pathname":"/api/saved_objects/index-pattern/8be439c0-cd83-11e8-8da8-33f92a7b1a47","path":"/api/saved_objects/index-pattern/8be439c0-cd83-11e8-8da8-33f92a7b1a47","href":"/api/saved_objects/index-pattern/8be439c0-cd83-11e8-8da8-33f92a7b1a47"},"message":"Internal Server Error"}

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