Skip to content

Commit 6e68836

Browse files
jpipkin1kimsauce
andauthored
Update docs/cse/troubleshoot/troubleshoot-mappers.md
Co-authored-by: Kim (Sumo Logic) <[email protected]>
1 parent 79f43e9 commit 6e68836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cse/troubleshoot/troubleshoot-mappers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ For this example, let's assume no mapping matched `logType=json`, `vendor=micros
100100
A common mapping issue is where a record is created but certain fields are not normalized and are potentially causing downstream issues, such as false-negative or false-positive signals, or causing searches based on records to fail in some way.
101101
102102
1. Analyze the record.
103-
1. Determine what field(s) are missing. For example, `user_username` is not mapped, preventing the record from being considered for signals and correlation into insights
103+
1. Determine what field(s) are missing. For example, `user_username` is not mapped, preventing the record from being considered for signals and correlation into insights.
104104
1. Determine where does the data exist in the parsed log. Use the "fields" element in the record, which contains all parsed key value pairs from the original log, to find the location where the field needs to be mapped from. Note the key name.
105105
1. Analyze and correct the mapper.
106106
1. Determine which mapper a record is mapped from using `metadata_mapperName` or `metadata_mapperUid`.

0 commit comments

Comments
 (0)