ELK / Kibana : inaccessible runtime mapping causing problems

Viewed 4

Disclaimer : new ELK user so I might use wrong vocaublary here.

A coworker of mine defined a few months ago what we guess was a "runtime field" with a script (he's not sure, not really knowing the product either). A few software version updates later, this runtime field is causing issues and we would like to remove it.

The symptom is the following message :

kibana error message

In the "request" tab, I can find the problematic script listed as a "runtime_mapping" object :

Kibana error request detail

After some reading, I see that runtime field were removed in favor of runtime mappings. The actual runtime field is nowhere to be found in Kibana interface (I dig the index template interface, nothing here).

How can I remove those fields ?

0 Answers
Related