Skip to content

Commit cce25fe

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

File tree

7 files changed

+17
-7
lines changed

7 files changed

+17
-7
lines changed

doc/_admin-guide/110_Template_and_rewrite/000_Customize_message_format/002_Date_related_macros.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Date-related macros
33
id: adm-temp-date-macro
4+
description: >-
5+
This chapter describes the date-related macros of {{ site.product.short_name }}.
46
---
57

68
The macros related to the date of the message (for example: ${ISODATE},

doc/_admin-guide/110_Template_and_rewrite/000_Customize_message_format/005_Example.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: 'Example use case: using the ${DESTIP}, the ${DESTPORT}, and the ${PROTO} macros'
33
short_title: Example use case
44
id: adm-temp-example
5+
description: >-
6+
This section describes scenarios when One Identity recommends using the
7+
${DESTIP}, the ${DESTPORT}, and the ${PROTO} macros.
58
---
69

7-
This section describes scenarios when One Identity recommends using the
8-
${DESTIP}, the ${DESTPORT}, and the ${PROTO} macros.
9-
1010
Using the ${DESTIP}, the ${DESTPORT}, and the ${PROTO} macros is relevant
1111
when multiple sources are configured to receive messages on the
1212
{{ site.product.short_name }} side. In this case, the hostname and IP address on the

doc/_admin-guide/110_Template_and_rewrite/000_Customize_message_format/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Customize message format using macros and templates
33
id: adm-temp-custom
4+
description: >-
5+
The following sections describe how to customize the names of logfiles,
6+
and also how to use templates, macros, and template functions in {{ site.product.short_name }}.
47
---
58

6-
The following sections describe how to customize the names of logfiles,
7-
and also how to use templates, macros, and template functions.
8-
99
- Formatting messages, filenames, directories, and tablenames
1010
explains how macros work.
1111

@@ -19,5 +19,5 @@ and also how to use templates, macros, and template functions.
1919
- Using template functions explains what template
2020
functions are and how to use them.
2121

22-
- Template functions of {{ site.product.short_name }}
22+
- Template functions of {{ site.product.short_name }}
2323
lists the template functions available in {{ site.product.short_name }}.

doc/_admin-guide/110_Template_and_rewrite/001_Modifying_messages/000_Replace.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Replacing message parts
33
id: adm-temp-replace
4+
description: >-
5+
This section describes how to replace message parts in {{ site.product.short_name }}.
46
---
57

68
To replace a part of the log message, you have to:

doc/_admin-guide/110_Template_and_rewrite/001_Modifying_messages/001_Setting_fields.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Setting message fields to specific values
33
id: adm-temp-set
4+
description: >-
5+
This section describes how to set a message field in {{ site.product.short_name }}.
46
---
57

68
To set a field of the message to a specific value, you have to:

doc/_admin-guide/110_Template_and_rewrite/001_Modifying_messages/005_Setting_match.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Setting match variables with the set-matches() rewrite rule
33
short_title: Setting match variables
44
id: adm-temp-match
5+
description: >-
6+
This section describes how to set match variables in {{ site.product.short_name }}.
57
---
68

79
Match macros (**$1, $2, \... $255**) are temporary variables. You can

doc/_admin-guide/110_Template_and_rewrite/001_Modifying_messages/012_Adding_deleting_tags.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: Adding and deleting tags
33
id: adm-temp-add-del-tag
4+
description: >-
5+
This section describes how to add or delete a tag in {{ site.product.short_name }}.
46
---
57

68
To add or delete a tag, you can use rewrite rules. To add a tag, use the

0 commit comments

Comments
 (0)