There was an error while loading. Please reload this page.
1 parent 5037240 commit fa70e31Copy full SHA for fa70e31
packages/aws/data_stream/elb_logs/elasticsearch/ingest_pipeline/default.yml
@@ -229,7 +229,7 @@ processors:
229
field: aws.elb.tls_connection_creation_time_str
230
target_field: aws.elb.tls_connection_creation_time
231
formats: ["ISO8601"]
232
- "if": "ctx?.aws?.elb?.tls_connection_creation_time_str != null && ctx?.aws?.elb?.tls_connection_creation_time_str != '-' && ctx?.aws?.elb?.tls_connection_creation_time_str != ''"
+ "if": "ctx.aws?.elb?.tls_connection_creation_time_str != null && ctx.aws?.elb?.tls_connection_creation_time_str != '-' && ctx.aws?.elb?.tls_connection_creation_time_str != ''"
233
- remove:
234
235
ignore_missing: true
0 commit comments