Skip to content

Commit

Permalink
Add screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
lezhnev74 committed Jan 12, 2024
1 parent 144656f commit f92b2f9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Binary file added HeaplogScreenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ It aims to take small disk space and allow fast searches using its query languag
- [Installation](#installation)
- [Configuration](#configuration)
- [Query Language](#query-language)
- [Design](#design)
- [Design Ideas](#design)
- [License](#licence)

<a href="https://github.com/lezhnev74/heaplog/blob/main/HeaplogScreenshot.png"><img src="HeaplogScreenshot.png" style="width:400px;"></a>

## Installation

### Docker Image
Expand Down Expand Up @@ -139,6 +141,15 @@ Samples:
| `!~error` | Inversion of a regular expression. |
| `report ~report\d+` | Combine exact match with the RE to use the index and improve search performance. |
## Access Control
Heaplog does not include any access control features. That is by design. You could use it by tunneling its port to your local machine over SSH.
Or use your existing app to authorize access and then redirect to Heaplog (example: via [nginx internal redirect](https://nginx.org/en/docs/http/ngx_http_internal_redirect_module.html)).
## Design
Read more details about how it works in [this blog post](https://lessthan12ms.com/heaplog.html).
## Licence
MIT

0 comments on commit f92b2f9

Please sign in to comment.