Skip to content

Commit 710bce0

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

File tree

6 files changed

+15
-6
lines changed

6 files changed

+15
-6
lines changed

doc/_admin-guide/130_Correlating_log_messages/001_Referencing_previous_messages_grouping-by.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Referencing earlier messages of the context
33
id: adm-cor-prev
4+
description: >-
5+
This chapter describes how to reference earlier messages of the context in {{ site.product.short_name }}
46
---
57

68
When creating the aggregated message, or in the various parameters of

doc/_admin-guide/130_Correlating_log_messages/002_grouping-by_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 grouping-by parsers
33
id: adm-cor-grouping-by-opt
4+
description: >-
5+
This section describes the options of the grouping-by() parser in {{ site.product.short_name }}.
46
---
57

68
The grouping-by has the following options.

doc/_admin-guide/140_Enriching_log_messages_with_external_data/000_Adding_metadata_from_external_file/002_add-contextual-data_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 add-contextual-data()
33
id: adm-enrich-add-contextual-data-opt
4+
description: >-
5+
This section describes the options of add-contextual-data() in {{ site.product.short_name }}.
46
---
57

68
The add-contextual-data() has the following options.

doc/_admin-guide/140_Enriching_log_messages_with_external_data/001_Looking_up_geoip2_data/000_Referring_to_parts_of_the_message_as_a_macro.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
22
title: Referring to parts of the message as a macro
33
id: adm-enrich-geoip-macro
4+
description: >-
5+
You can refer to the separated parts of the message using the key of the
6+
value as a macro. For example, if the message contains
7+
KEY1=value1,KEY2=value2, you can refer to the values as ${KEY1} and ${KEY2}.
48
---
59

6-
You can refer to the separated parts of the message using the key of the
7-
value as a macro. For example, if the message contains
8-
KEY1=value1,KEY2=value2, you can refer to the values as ${KEY1} and
9-
${KEY2}.
10-
11-
for example, if the default prefix (.geoip2) is used, you can determine
10+
For example, if the default prefix (.geoip2) is used, you can determine
1211
the country code using **${.geoip2.country.iso\_code}**.
1312

1413
To look up all keys:

doc/_admin-guide/140_Enriching_log_messages_with_external_data/001_Looking_up_geoip2_data/001_Using_the_geoip2_parser.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Using the GeoIP2 parser
33
id: adm-enrich-geoip-using
4+
description: >-
5+
This section describes how to use the geoip2() parser in {{ site.product.short_name }}.
46
---
57

68
**Declaration**

doc/_admin-guide/140_Enriching_log_messages_with_external_data/001_Looking_up_geoip2_data/003_geoip2_parser_options.md

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

79
The geoip2 parser has the following options.

0 commit comments

Comments
 (0)