fedora-copr / logdetective

Analyze logs using Language Model (LLM) and Drain template miner.
Apache License 2.0
5 stars 8 forks source link

Chunks instead of lines for drain #10

Closed jpodivin closed 4 months ago

jpodivin commented 4 months ago

The original log will be split into chunks. At this time the chunks will be delimited by whitespace or backslash. This does cover most of the cases I have encountered so far.

A more general solution would be list of patterns. However those would require more significant testing.