Bad performance with large text field

Hi,

Have an index witch contains a large text field (not extreme 2000 lines max).
The field does not have to be searchable. Wanna be able to view the data in the discover tab.

Currently i have the following mapping:

"requestBody": {
"type": "object",
"enabled": false
},

Is this correct or is there a better approach?
Even with only 10000 documents the discover tab in kibana gets extremly slow.

Kind regards Tim

How many characters would that be on average?

Even with only 10000 documents

Is that documents in the index or are you trying to load them all in the discover tab? I'm not exactly sure how that works in kibana and how many documents it loads by default, that's why I'm asking

"requestBody": {
"type": "object",
"enabled": false
},

Why is this an object? It shouldn't matter but I think you don't need it, "enabled": false should do the trick.

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