Stack_trace is coming under ignore_fields section

since stack_trace is marked as an ignored_field, I'm unable to search for stack traces

  "_ignored": [
    "stack_trace"
  ],

how can i move it out of the ignored_field?

Hi,

if you want to index and search the stack_trace field, you will need to update the mapping of your index and increase the ignore_above limit or remove it entirely for the stack_trace field.

Regards

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