How do Patterns understand specific data formats? #1110
Unanswered
RajeshSiraskar-PhD
asked this question in
Q&A
Replies: 1 comment
-
My guess is that you could give a major hint to the AI by telling it what log type you are giving it (ex. JUnit). And then, I think you are right that it would be able to handle that due to the fact it has seen 1000s of different log types. But by giving it a hint would help reduce the chance of it not correctly identifying the correct log source and type. Just a guess.... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I just came across Fabric and the entire Human 3.0 concept! What an amazing ground breaking work this is.
I'm trying to understand how Fabric works. How does a pattern like "analyze_logs" - understand the format of a log file?
I tried to study the Pattern - but was unable to understand how it can figure out "anamolies" for example, if doesn't know the underlying log data structure or schema. Another example: One of the instructions in the pattern is "Look for any recurring patterns or persistent issues".
In my opinion, there could only be two ways it can:
Many thanks for helping.
Beta Was this translation helpful? Give feedback.
All reactions