redpanda-data / redpanda-data/console

Feature Request: Pre-configured topic search filters

Open
#167 0 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

backend feature frontend
Dominant language
TypeScript
Stars
4.3k
Forks
432
Avg merge
3d 6h
Merged PRs (30d)
40

Description

The topic search filter is a fantastic feature, but it must be created by each user and is only stored in the browser client.

It would be beneficial if Kowl could include support for pre-configured search filters per topic available to all users.

Here are my initial thoughts on what the config block could look like.

searchFilters:
  filterName1: 
    topic: topic-name   ## name of the topic
    filter: "if (key == 'example') return true"  ## filter function
    enabled: true  ## enabled or disabled by default

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files or tests. Start by locating the topic search filter and the browser-stored filter configuration, then determine where shared configuration is loaded; done means users can receive per-topic filters that are enabled or disabled by default.

Written by the indexing model from the issue text.

Assessment

Tech stack
kafka, react, typescript
Domain
frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.