From 13172fc490615e07b97d55151040f9321cab46d0 Mon Sep 17 00:00:00 2001 From: AlteredCoder <64792091+AlteredCoder@users.noreply.github.com> Date: Tue, 19 Jan 2021 11:35:41 +0100 Subject: [PATCH] add link to exported fields (#584) Co-authored-by: AlteredCoder --- docs/v1.X/docs/write_configurations/parsers.md | 3 +++ docs/v1.X/docs/write_configurations/scenarios.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/docs/v1.X/docs/write_configurations/parsers.md b/docs/v1.X/docs/write_configurations/parsers.md index 5aaabe54e..4a4567504 100644 --- a/docs/v1.X/docs/write_configurations/parsers.md +++ b/docs/v1.X/docs/write_configurations/parsers.md @@ -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 : diff --git a/docs/v1.X/docs/write_configurations/scenarios.md b/docs/v1.X/docs/write_configurations/scenarios.md index 106dcbd69..139edd66e 100644 --- a/docs/v1.X/docs/write_configurations/scenarios.md +++ b/docs/v1.X/docs/write_configurations/scenarios.md @@ -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