Skip to content

Commit 9beea8d

Browse files
committed
Clarify comment
1 parent c85d42b commit 9beea8d

File tree

1 file changed

+5
-3
lines changed
  • packages/azure/data_stream/events/elasticsearch/ingest_pipeline

1 file changed

+5
-3
lines changed

packages/azure/data_stream/events/elasticsearch/ingest_pipeline/default.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ processors:
2929
target_field: tmp_json
3030
description: 'Parses the message field as JSON and stores it in a temporary field to identify the event dataset.'
3131

32-
# Unfortunately, some log categories come in uppercase, violating the spec [1].
33-
# To properly identify the event dataset and apply the correct routing rules,
34-
# we need to convert them to lowercase.
32+
# Unfortunately, some Azure services produce logs with field names capitalized,
33+
# violating the spec [1].
34+
#
35+
# We need to convert them to lowercase to properly identify the event dataset
36+
# and apply the correct routing rules.
3537
#
3638
# Note: the target data stream is responsible to deal with the capitalized names.
3739
#

0 commit comments

Comments
 (0)