mirror of https://github.com/MISP/misp-book
Formatting fix for ASCII table with data
parent
ed5e347945
commit
55a2f1ae28
|
@ -361,6 +361,7 @@ select ip,email,count(id) as c from logs WHERE ip IS NOT NULL group by ip,email
|
||||||
```
|
```
|
||||||
|
|
||||||
This will give you a top 10 table per ip and username:
|
This will give you a top 10 table per ip and username:
|
||||||
|
```
|
||||||
+----------------+----------------------------------+------+
|
+----------------+----------------------------------+------+
|
||||||
| ip | email | c |
|
| ip | email | c |
|
||||||
+----------------+----------------------------------+------+
|
+----------------+----------------------------------+------+
|
||||||
|
@ -369,3 +370,4 @@ This will give you a top 10 table per ip and username:
|
||||||
| 9.10.11.12 | fred@somewhere.eu | 1317 |
|
| 9.10.11.12 | fred@somewhere.eu | 1317 |
|
||||||
| 13.14.15.16 | SYSTEM | 16 |
|
| 13.14.15.16 | SYSTEM | 16 |
|
||||||
+----------------+----------------------------------+------+
|
+----------------+----------------------------------+------+
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue