cloudfoundry / cloudfoundry/stratos
firehose search filters
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 267
- Forks
- 137
- Avg merge
- 5h 14m
- Merged PRs (30d)
- 77
Description
Detailed Description
Add some search filters to the Firehose to be able to narrow the number of logs on the screen so the operator can use it for quick debug and/or for some service monitor task.
Filters like:
- by app name
- by pod
- date range
- by log level
- by route name
Context
Possible Implementation
Add a search filter box that could take advantage of regexs or DSL, where the operator would create key/value pairs that represent resources like,
app: HelloWorld
instance: aks-eirinitp-14667766-0
date-ramge: '2019-01-01 12:00.00' AND '2019-01-02 12:00.00'
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the Firehose screen and inspect how logs are currently displayed and searched. Define the filter syntax and verify that operators can narrow logs by app name, pod, date range, log level, and route name for debugging or monitoring.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100