Moved Redis guide to site
This commit is contained in:
parent
987fdf0b3f
commit
369befc30b
@ -1,23 +1 @@
|
|||||||
# Redis backend
|
Page was moved to our [site](https://fastnetmon.com/docs/redis/)
|
||||||
|
|
||||||
I introduced Redis support for storing information about attacks. Redis support is bundled to project installer now. Please use installer with flag --use-git-master if you want Redis support.
|
|
||||||
|
|
||||||
Please call ```redis-cli``` and input following commands
|
|
||||||
|
|
||||||
```bash
|
|
||||||
keys *
|
|
||||||
1) "10.10.10.200_flow_dump"
|
|
||||||
2) "10.10.10.200_information"
|
|
||||||
3) "10.10.10.200_packets_dump"
|
|
||||||
```
|
|
||||||
|
|
||||||
Basic information about attack (stored immediately)
|
|
||||||
```get 10.10.10.200_information```
|
|
||||||
|
|
||||||
Complete flow dump for attack if flow tracking enabled (stored immediately)
|
|
||||||
```get 10.10.10.200_flow_dump```
|
|
||||||
|
|
||||||
Complete per packet attack dump (stored with some delay; can be absent in some cases of slow attacks)
|
|
||||||
```get 10.10.10.200_packets_dump```
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user