add link to exported fields (#584)

Co-authored-by: AlteredCoder <AlteredCoder>
This commit is contained in:
AlteredCoder 2021-01-19 11:35:41 +01:00 committed by GitHub
parent 25562e9575
commit 13172fc490
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

@ -8,6 +8,9 @@
> In the current example, we'll write a parser for the logs produced by `iptables` (netfilter) with the `-j LOG` target.
> This document aims at detailing the process of writing and testing new parsers.
!!! tips "Exported fields"
You can view some of the extracted fields of existing parsers in the [Hub](https://hub.crowdsec.net/fields)
## Base parser file
The most simple parser can be defined as :

View file

@ -15,6 +15,9 @@
> If you're writing scenario for existing logs, [take a look at the taxonomy](https://hub.crowdsec.net/fields) to find your way !
!!! tips "Exported fields"
You can view some of the extracted fields of existing parsers in the [Hub](https://hub.crowdsec.net/fields)
## Base scenario file