Skip to main content
Solved

Search LHE Field Duplication Issue With Prefix "data_"

  • April 8, 2026
  • 2 replies
  • 7 views

This message originated from Cribl Community Slack.
Click here to view the original link.

i have a situation in search/LHE where fields are getting duplicated, and the duplicated ones are prefixed with the phrase “data_“. Anyone ever see that? The datatype that I want is being used.

Links for this message:
image.png

Best answer by Jon Rust

i believe that happens when you've got extracted fields that were present outside of _raw, and the same fields in _raw, then _raw is parsed by your dataset rule

2 replies

Jon Rust
Forum|alt.badge.img
  • Employee
  • Answer
  • April 8, 2026
i believe that happens when you've got extracted fields that were present outside of _raw, and the same fields in _raw, then _raw is parsed by your dataset rule

Thanks! That was it.