Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ledger view - enable search on Ledger system metadata #66

Open
aluccaroni opened this issue Mar 27, 2020 · 0 comments
Open

Ledger view - enable search on Ledger system metadata #66

aluccaroni opened this issue Mar 27, 2020 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@aluccaroni
Copy link
Contributor

Right now we are only able to search for Ledger additional metadata (such as broker-id and component/application). We need to be able to search inside the Ledger metadata, such as "Sate: CLOSED", "DigestType: CRC32C" and so on

Here an example of Ledger data:

Ledger 151356465
Age: 890 hours
Created at: Thu Mar 26 2020 17:44:13 GMT+0100 (Central European Standard Time)
State: CLOSED
Ensemble size: 2 (number of bookies)
WriteQuorumSize: 2 (number of copies)
AckQuorumSize: 2
Size: 256.17 MB
LastEntryId: 2665046
Password: dodo
DigestType: CRC32C
Closed: true
MetadataFormatVersion: 3

We need to be able to search for multiple information and also for ledger that do NOT contain a specific information.

For example:
"CLOSED",!"CRC32C"
Should search for all the ledger that contains "CLOSED" but do NOT contains "CRC32C".

We also need to be able to search for entry containing spaces, for example:
"State: CLOSED"

@aluccaroni aluccaroni added the enhancement New feature or request label Mar 27, 2020
@eolivelli eolivelli changed the title Ledger view - enable search on Ledger default metadata Ledger view - enable search on Ledger system metadata Nov 13, 2020
@eolivelli eolivelli added this to the 2.0.0 milestone Nov 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants