Skip to content

Commit ae6cc74

Browse files
committed
add images to text version (with alt text).
1 parent 6f4af73 commit ae6cc74

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

archive/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Seq Cheat Sheets [![Download PDF](https://img.shields.io/badge/download-pdf-blue.svg)](https://github.com/datalust/seq-cheat-sheets/releases)
2+
3+
Cheat sheets for Seq filtering and querying syntax.
4+

src/img/chart-button-row.png

2.38 KB
Loading

src/img/refresh-btn.png

669 Bytes
Loading

src/img/searchbox.png

12.8 KB
Loading

src/seq-cheat-sheet.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ There are two ways to explore log data in Seq:
5555
- **Search expressions** for filtering and signals
5656
- **Queries** for analyzing and dashboarding
5757

58-
Run search expressions and queries in the same "search box" by pressing Enter, or clicking ![the refresh button](img-src).
58+
Run search expressions and queries in the same "search box" by pressing Enter, or clicking ![the refresh button](https://github.com/datalust/seq-cheat-sheets/blob/main/src/img/refresh-btn.png).
5959

60-
![A screenshot of the Seq search box, at the top left of the Events page](img-src)
60+
![A screenshot of the Seq search box, at the top left of the Events page](https://github.com/datalust/seq-cheat-sheets/blob/main/src/img/searchbox.png)
6161

6262
## Text Fragments
6363

@@ -400,7 +400,7 @@ limit 1000
400400

401401
Tip: Chart your query results as a line, bar, or pie chart directly in the events screen, using these buttons:
402402

403-
![A row of 4 buttons: 'Rowset', 'Line chart', 'Bar graph', 'Pie chart'](img-src)
403+
![A row of 4 buttons: 'Rowset', 'Line chart', 'Bar graph', 'Pie chart'](https://github.com/datalust/seq-cheat-sheets/blob/main/src/img/chart-button-row.png)
404404

405405
## Duration functions
406406

0 commit comments

Comments
 (0)