Skip to content

Commit 848d8dd

Browse files
committed
Fixed a missing [] from our custom markdown notation usage and reordered an oracle doc part that refers to an example to get it closer to the referred example
Signed-off-by: Hofi <hofione@gmail.com>
1 parent 7bd6c2b commit 848d8dd

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

doc/_admin-guide/020_The_concepts_of_syslog-ng/007_The_structure_of_a_log_message/001_IETF_syslog_messages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A syslog message consists of the following parts:
1212
- [[STRUCTURED-DATA|adm-struct-ietf#the-structured-data-message-part]]
1313
- [[MSG|adm-struct-ietf#the-msg-message-part]]
1414

15-
The following is a sample syslog message [(source)|rfc-5424]:
15+
The following is a sample syslog message [[(source)|rfc-5424]]:
1616

1717
><34>1 2003-10-11T22:14:15.003Z mymachine.example.com su - ID47 - BOM'su root' failed for lonvick on /dev/pts/8
1818

doc/_admin-guide/070_Destinations/270_sql/000_Using_sql_driver_with_Oracle.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ to note.
2525
- As certain database versions limit the maximum length of table
2626
names, macros in the table names should be used with care.
2727

28+
- The Oracle Instant Client used by {{ site.product.short_name }} supports only the
29+
following character sets:
30+
31+
- Single-byte character sets: US7ASCII, WE8DEC, WE8MSWIN1252, and
32+
WE8ISO8859P1
33+
34+
- Unicode character sets: UTF8, AL16UTF16, and AL32UTF8
35+
2836
- In the current version of {{ site.product.short_name }}, the types of database
2937
columns must be explicitly set for the Oracle destination. The
3038
column used to store the text part of the syslog messages should be
@@ -34,14 +42,6 @@ to note.
3442
messages can be set using the log-msg-size() option.) For details,
3543
see the following example.
3644

37-
- The Oracle Instant Client used by {{ site.product.short_name }} supports only the
38-
following character sets:
39-
40-
- Single-byte character sets: US7ASCII, WE8DEC, WE8MSWIN1252, and
41-
WE8ISO8859P1
42-
43-
- Unicode character sets: UTF8, AL16UTF16, and AL32UTF8
44-
4545
### Example: Using the sql() driver with an Oracle database
4646

4747
The following example sends the log messages into an Oracle database

0 commit comments

Comments
 (0)