cyclops-ui / cyclops

customizable UI for Kubernetes workloads 👁️
https://cyclops-ui.com
Apache License 2.0
582 stars 60 forks source link

Filter Deployment logs #341

Open petar-cvit opened 2 weeks ago

petar-cvit commented 2 weeks ago

Is your feature request related to a problem? Please describe. Cyclops shows logs for running pods here. Scope of the task is to add a search for logs that you can use to filter out the log you are looking for.

Describe the solution you'd like Add a search bar to the top of the logs modal and show all logs that contain the search input.

doncicuto commented 2 days ago

Hi @petar-cvit would the search box that comes with React Ace would fit your need?

image

petar-cvit commented 2 days ago

@doncicuto Actually yeah, I actually searched for something out of the box like this, but didn't find it. Exactly what we need. Could you open a PR for it?

doncicuto commented 2 days ago

Perfect @petar-cvit you can assign the issue to me then and do you want the Search button to show for every React Ace editor or just for the one for Deployment logs?

petar-cvit commented 2 days ago

Just the one with the logs will do