This field does not work with the selected function

I have a dashboard but I don't understand why the field status_request seem is error

Please help me resolve the above error

I just check and see text:

"status_request": {

"type": "keyword",

"ignore_above": 1024

},

hmm I think the field seem error

Yes. It needs to be number.

Can you help me how do change mapping field in the index existing.

You need to delete the index (which removes existing data) and create the index again with the right mapping.
Have a look at Numeric field types | Elasticsearch Guide [8.12] | Elastic

Is it possible that we no longer have an intervention solution to edit the existing index field?

You might be able to do something by creating a runtime field but it's not ideal as this will be harder and slower.

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