Rename nested field name

Hello,

Trying to rename the fields [field][subfield] to [subfield] for all the dynamic subfields I receive under my field.

"field" : {
"subfield_1" : "value1",
"subfield_2" : "value2",
.
.
"subfield_n" : "value3"
}

Expected output fields names to be ingested to ES for above nested JSON would be

"subfield_1" : "value1",
"subfield_2" : "value2",
.
.

Regards,
Sai

See here.

:+1: thanks for that

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