-
Notifications
You must be signed in to change notification settings - Fork 35
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
Got error when handling a large file #73
Comments
Thanks, we're looking into better ways to handle. (And to report the max sizes.) What are you trying to accomplish with the log analysis? Instead of downloading the file, then analyzing it, are you able to just run a |
As you can see, in the case of nginx ingress, it's important to note that requests and errors can originate from any of the nginx ingress pods. If there is a deployment with 10 pods, investigating each one individually becomes necessary, so it waste time. Our primary goal is to minimize the time spent on investigation, isn't it? It's worth mentioning that errors might be located anywhere within the log. Even if you limit the log reading to the last 10000 lines, the errors could potentially be found only at the last 10500 linesI, so the result willl returned something like be: |
@aantn : I think we should implement two things:
|
What is the trigger for the investigation? (Meaning what is the initial breadcrumb that you saw which caused you to start investigating at all?) Your ideas are good. I would also be interested in exploring a third option: give the AI a tool to search the logs (e.g. grep). We have an internal framework for benchmarking the results of different approaches. If you're interested in jumping on a short call, I'd love to explore this use case in a little more depth. That might help us find the best solution. |
What max size is allowed?How can I handle a large file?
The text was updated successfully, but these errors were encountered: