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-pipeline-parser/src/main/java/org/opensearch/dataprepper/pipeline/parser/rule/RuleEvaluator.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@ public RuleEvaluator(TransformersFactory transformersFactory) {
Copy file name to clipboardExpand all lines: data-prepper-pipeline-parser/src/main/java/org/opensearch/dataprepper/pipeline/parser/transformer/DynamicConfigTransformer.java
Copy file name to clipboardExpand all lines: data-prepper-pipeline-parser/src/main/resources/templates/documentdb-template.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -78,4 +78,4 @@
78
78
interval: "60s"
79
79
processor: "<<$.<<pipeline-name>>.processor>>"
80
80
sink: "<<$.<<pipeline-name>>.sink>>"
81
-
routes: "<<$.<<pipeline-name>>.routes>>"
81
+
routes: "<<$.<<pipeline-name>>.routes>>"# In placeholder, routes or route (defined as alias) will be transformed to route in json as route will be primarily picked in pipelineModel.
Copy file name to clipboardExpand all lines: data-prepper-pipeline-parser/src/test/java/org/opensearch/dataprepper/pipeline/parser/TestConfigurationProvider.java
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,9 @@ public class TestConfigurationProvider {
0 commit comments