logbert
logbert copied to clipboard
indexing particular sequence in parsed structured log file
Is there any way to index (mark) anomaly log sequence back into parsed file usually named log_structured from drain?
I tried to use following workflow for LineId from structured file along sequences to keep track of each logkey location in parsed structured file:
-
generate_test -
fixed_window -
LogDataset
Inside LogDateset > random_item I could not pertain the sequence of LineId and sequence of logKey because of random function.
could you please suggest another way to mark anomalies back into parsed structured file to visualize actual logline contents!