Skip to content

Commit

Permalink
Added really primitive main page
Browse files Browse the repository at this point in the history
  • Loading branch information
fingon committed May 3, 2024
1 parent 02f4323 commit d53e95b
Show file tree
Hide file tree
Showing 7 changed files with 469 additions and 203 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,14 @@ local Lixie instance which probably does not exist.

## Features

- add graph(s) to homepage
- log lines over time?
- pie chart about spam vs ham?

- add error messages if log retrieval fails

- fix fts to update counters too

- summary log rules page

## Big features

- Optimize rule evaluation (it could be also used when generating rules for
Expand All @@ -63,9 +65,9 @@ local Lixie instance which probably does not exist.

- Rethink how rules are stored; just big json file can get bit unwieldy?

- Write library which handles request -> config, and config -> query
parameter transformations (manully written stuff is quite ugly, error
prone, and non DRY)
- summary log rules page

- show by e.g. source, and some nice statistics about hits?

## Robustness

Expand Down
76 changes: 38 additions & 38 deletions base_templ.go

Large diffs are not rendered by default.

168 changes: 84 additions & 84 deletions log_rule_templ.go

Large diffs are not rendered by default.

Loading

0 comments on commit d53e95b

Please sign in to comment.