Coalesce field values together

Is there a way to coalesce field content values into one value so that when we visualize in Kibana it shows up as one value, e.g. Say I have a field that has several values, 2 of them being system_test, and system_Test. Is there a way to put them together so that in Kibana the field will show a single value category system_Test (containing the items for both system_test and system_Test) ?
Thanking you.

Is there a way to coalesce field content values into one value

Yes, create a scripted field that merges the two fields into a single field

1 Like

Thank you @Nathan_Reese for your response. If you can please give me a short snippet or example of merging two fields into a single fields to create a scripted field that will be awesome!
Thanking you.

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