File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
packages/azure/data_stream/events/elasticsearch/ingest_pipeline Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff 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 #
You can’t perform that action at this time.
0 commit comments