You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
)
* fixed documentation issues (verified from generated docs)
* small fix in documentation
* formatted docstring, capitalized, added period and removed param type
* formatted docstring, capitalized, added period and removed param type
* formatted docstring, capitalized, added period and removed param type
* Revise the sphinx docs
---------
Co-authored-by: yangwenzhuo08 <[email protected]>
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
fromstructured
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 ofLineId
and sequence oflogKey
because ofrandom
function.could you please suggest another way to mark anomalies back into parsed structured file to visualize actual logline
contents
!The text was updated successfully, but these errors were encountered: