Skip to content

Commit b1df1f3

Browse files
committed
Added missing descriptions: Chapter 120
Signed-off-by: mrgarris0n <gergely.karacsonyi@gmail.com>
1 parent cce25fe commit b1df1f3

File tree

37 files changed

+96
-83
lines changed

37 files changed

+96
-83
lines changed

doc/_admin-guide/120_Parser/000_Parsing_syslog_messages/000_Syslog_parser_options.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Options of syslog-parser() parsers
33
id: adm-parser-opt
4+
description: >-
5+
This section describes the options of the syslog-parser() in {{ site.product.short_name }}.
46
---
57

68
The syslog-parser() has the following options:

doc/_admin-guide/120_Parser/001_Parsing_messages_with_comma/000_CSV_parser_options.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Options of CSV parsers
33
id: adm-parser-csv-opt
4+
description: >-
5+
This section describes the options of the csv-parser() in {{ site.product.short_name }}.
46
---
57

68
The csv-parser() has the following options:

doc/_admin-guide/120_Parser/002_Parsing_key-value_pairs/000_kv_parser_options.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Options of key=value parsers
33
parser: kv-parser
44
prefix: kv
55
id: adm-parser-kv-opt
6+
description: >-
7+
This section describes the options of the kv-parser() in {{ site.product.short_name }}.
68
---
79

810
The kv-parser has the following options.

doc/_admin-guide/120_Parser/003_JSON_parser/000_JSON_parser_options.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Options of JSON parsers
33
id: adm-parser-json-opt
4+
description: >-
5+
This section describes the options of the json-parser() in {{ site.product.short_name }}.
46
---
57

68
The JSON parser has the following options.

doc/_admin-guide/120_Parser/004_XML_parser/000_Limitations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Limitations of the XML parsers
33
id: adm-parser-xml-lim
4+
description: >-
5+
This section describes the limitations of the xml-parser() in {{ site.product.short_name }}.
46
---
57

68
The XML parser comes with certain limitations.

doc/_admin-guide/120_Parser/004_XML_parser/001_XML_Parser_options.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Options of the XML parsers
33
id: adm-parser-xml-opt
4+
description: >-
5+
This section describes the options of the xml-parser() in {{ site.product.short_name }}.
46
---
57

68
## drop-invalid()

doc/_admin-guide/120_Parser/005_Parsing_dates/000_Date_parser_options.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Options of date-parser() parsers
33
id: adm-parser-date-opt
4+
description: >-
5+
This section describes the options of the date-parser() in {{ site.product.short_name }}.
46
---
57

68
The date-parser() parser has the following options.

doc/_admin-guide/120_Parser/008_Apache_access_log_parser/000_Apache_parser_options.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Options of apache-accesslog-parser() parsers
33
parser: apache-accesslog
44
prefix: apache
55
id: adm-parser-apache-opt
6+
description: >-
7+
This section describes the options of the apache-accesslog-parser() in {{ site.product.short_name }}.
68
---
79

810
{% include doc/admin-guide/options/prefix.md %}

doc/_admin-guide/120_Parser/009_Linux_audit_parser/000_Linux_audit_parser_options.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Options of linux-audit-parser() parsers
33
parser: linux-audit
44
prefix: auditd
55
id: adm-parser-linux-opt
6+
description: >-
7+
This section describes the options of the linux-audit-parser() in {{ site.product.short_name }}.
68
---
79

810
The linux-audit-parser() has the following options.

doc/_admin-guide/120_Parser/010_Cisco_parser.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
title: Cisco parser
33
parser: cisco
44
id: adm-parser-cisco
5+
description: >-
6+
The Cisco parser can parse the log messages of various Cisco devices.
57
---
68

7-
The Cisco parser can parse the log messages of various Cisco devices.
8-
99
{% include doc/admin-guide/parser-intro.md %}
1010

1111
The parser can parse variations of the following

0 commit comments

Comments
 (0)