Filter by Key Value
Filter JSONL by a specific key, such as event=signup or level=error.
Open in AppHow it works
- Open JSONL in GigaSieve.
- Select the key you want to filter.
- Enter the target value.
- Keep only matching objects.
Sample Input and Output
Input
{"event":"signup","user":"a"}
{"event":"login","user":"b"} Output
{"event":"signup","user":"a"} Tip
Use contains filters for partial matches like tags or prefixes.