You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data-prepper-plugins/mutate-event-processors/src/main/java/org/opensearch/dataprepper/plugins/processor/mutateevent/AddEntryProcessor.java
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,6 @@
30
30
importjava.util.List;
31
31
importjava.util.Map;
32
32
importjava.util.Objects;
33
-
importjava.util.UUID;
34
33
importjava.util.function.Consumer;
35
34
importjava.util.function.Supplier;
36
35
@@ -315,9 +314,7 @@ private Object retrieveValue(final AddEntryProcessorConfig.Entry entry, final Ev
Copy file name to clipboardExpand all lines: data-prepper-plugins/mutate-event-processors/src/main/java/org/opensearch/dataprepper/plugins/processor/mutateevent/AddEntryProcessorConfig.java
+2-57Lines changed: 2 additions & 57 deletions
Original file line number
Diff line number
Diff line change
@@ -166,12 +166,6 @@ public static class Entry {
166
166
})
167
167
privatebooleanflattenKey = true;
168
168
169
-
@JsonProperty("generate_uuid")
170
-
@JsonPropertyDescription("When set to <code>true</code>, generates a random UUID (version 4) as the value of the new entry. " +
171
-
"Each event receives its own unique UUID, providing globally unique identifiers across distributed deployments " +
172
-
"without any coordination between nodes. Cannot be used together with <code>value</code>, <code>format</code>, or <code>value_expression</code>.")
Copy file name to clipboardExpand all lines: data-prepper-plugins/mutate-event-processors/src/test/java/org/opensearch/dataprepper/plugins/processor/mutateevent/AddEntryProcessorTests.java
+35-27Lines changed: 35 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -1089,39 +1089,50 @@ public void testAddFlattenedNestedEntryIterateOn() {
0 commit comments