kubetail-org / kubetail

Web dashboard for Kubernetes logs that lets you view multiple log streams simultaneously, in real-time. Runs on desktop or in cluster.
https://www.kubetail.com/demo
Apache License 2.0
366 stars 16 forks source link

Filter search Functinality #107

Open sawan22071995 opened 2 months ago

sawan22071995 commented 2 months ago

Hi team, I went through this application Its quite good but Its will more advanced and better working and more adaptable if it will come with log search filter with multple index or entries . One issue i faced that most of the time screen went ot 'loading' mode while scrolling or putting filter. Feature added which which will provide advantages and hoping for improvement specially from frontend side on console level:

  1. Client Search individual logs
  2. Logs must be expand in each line entries instead of whole console log 'wrap'
  3. Logs entries must be dyanmically fit in browser row of console instead of overalapping each other . Please check attached document. image

There is still lot of scope of improvement is there as far devOps cloud prespective I can see potentials because I remember similar application I want to develop quite 1 years ago. If team want to help I will definately help with respect to improvement and testing application for live world

I Hope ans wish may be next release will come up with improvement.

amorey commented 2 months ago

Thanks for the feedback!

  1. Client Search individual logs

We're actively working on search and we hope to have a version with search enabled soonish (~2 months). It would be great to get your feedback when it's ready.

  1. Logs must be expand in each line entries instead of whole console log 'wrap'

Did you try toggling the "Wrap" option in the settings drop down (click on the gear icon in the upper-right corner)? Let me know if that addresses your issue.

  1. Logs entries must be dyanmically fit in browser row of console instead of overalapping each other . Please check attached document.

Based on your screenshot, it looks like there's a bug related to your setup that I haven't seen myself. This is what the console should look like with "Wrap" enabled:

Screenshot 2024-08-30 at 12 42 31 PM

Here are some questions for you:

amorey commented 1 month ago

Here's an update related to search: https://github.com/kubetail-org/kubetail/issues/13#issuecomment-2370690081