Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

indexing particular sequence in parsed structured log file #35

Open
shoaib-intro opened this issue Oct 13, 2022 · 0 comments
Open

indexing particular sequence in parsed structured log file #35

shoaib-intro opened this issue Oct 13, 2022 · 0 comments

Comments

@shoaib-intro
Copy link

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:

  1. generate_test
  2. fixed_window
  3. 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!

mohitgurnani pushed a commit to mohitgurnani/logbert that referenced this issue Jul 26, 2023
)

* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant