-
When clicking the green "download" button I receive "404 Not Found" (http://192.168.1.50:5000/api/logs/download/app.log")
The red "trash" icon does delete the respective log file
-
OK bear with me here - I wanted to use this to view kubernetes pod logs, easy:
```
kubectl logs job-123 -f | tl
```
Except most of my time in kubernetes is spent using [k9s](https://k9scli.io)
…
-
Issue: Students running containers in rhods-notebooks will often have their pvc deleted randomly. Because we don't store logs anywhere we don't have a good way to investigate this behavior and what is…
-
## System details (run `AWS: About` and/or `Amazon Q: About`)
- OS: MacOS Sequoia 15.0.1 (24A348)
- Visual Studio Code version: 1.94.2
- AWS Toolkit version: v3.29.0
- Amazon Q version:
…
-
We use an `ILIKE` on e.g. `url` so we need a `gin_trgm_ops` index. But we need to keep in mind https://iamsafts.com/posts/postgres-gin-performance/.
ezekg updated
2 years ago
-
Following the directions, clicking on the view archive link and accepting the SSL cert results in the following
![screenshot from 2017-02-15 08-50-50](https://cloud.githubusercontent.com/assets/816…
-
### Windows Version
Microsoft Windows [Version 10.0.22635.4000]
### WSL Version
2.3.25.0
### Are you using WSL 1 or WSL 2?
- [x] WSL 2
- [ ] WSL 1
### Repro Steps
From time to time entire WSL …
-
### Windows Version
Microsoft Window 10.0.22621.4317
### WSL Version
WSL 버전: 2.3.24.0
### Are you using WSL 1 or WSL 2?
- [x] WSL 2
- [ ] WSL 1
### Kernel Version
5.15.153.1-2
### Distro Versi…
-
The current user interface is basic and could benefit from several visual and functional improvements.
- resizing elements
- enhancing the layout
- making the package list scrollable (fixing the…
-
## :notebook: Summary
https://github.com/elastic/kibana/pull/168910 adds caching of the field list to data views. When on-boarding new datasets we rely on new data becoming available, so we need to…