Skip to content

Commit 10b2380

Browse files
kaiyan-shenggizas
andauthored
Update packages/awsfirehose/data_stream/logs/elasticsearch/ingest_pipeline/default.yml
Co-authored-by: Andrew Gizas <andreas.gkizas@elastic.co>
1 parent 35b6d6a commit 10b2380

File tree

1 file changed

+1
-1
lines changed
  • packages/awsfirehose/data_stream/logs/elasticsearch/ingest_pipeline

1 file changed

+1
-1
lines changed

packages/awsfirehose/data_stream/logs/elasticsearch/ingest_pipeline/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ processors:
4343
ctx.event.dataset = 'aws.firewall_logs';
4444
}
4545
46-
// AWS Route53 Resolver Logs
46+
// AWS Route53 Resolver Logs - This needs to be before the Route53 Public Logs
4747
else if (message_lower.contains('"version":') && message_lower.contains('"account_id":') && message_lower.contains('"region":') &&
4848
message_lower.contains('"vpc_id":') && message_lower.contains('"query_timestamp":')) {
4949
ctx.event.dataset = 'aws.route53_resolver_logs';

0 commit comments

Comments
 (0)