Skip to content

Commit 1980852

Browse files
committed
fixup of non-working links
Signed-off-by: mrgarris0n <[email protected]>
1 parent 02fb5ff commit 1980852

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

doc/_admin-guide/070_Destinations/030_Elasticsearch-http/001_Elasticsearch-http_options.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ This destination is available in syslog-ng OSE version 3.21 and later.
1818
{% include doc/admin-guide/options/batch-lines.md %}
1919

2020
For details on how this option influences batch mode, see
21-
Batch mode and load balancing
21+
Batch mode and load balancing with ElasticSearch.
2222

2323
{% include doc/admin-guide/options/batch-timeout.md %}
2424

2525
For details on how this option influences batch mode, see
26-
Batch mode and load balancing
26+
Batch mode and load balancing with ElasticSearch.
2727

2828
{% include doc/admin-guide/options/ca-dir.md %}
2929

@@ -68,7 +68,7 @@ index (_id).
6868
{% include doc/admin-guide/options/delimiter.md %}
6969

7070
For details on how this option influences batch mode, see
71-
Batch mode and load balancing
71+
Batch mode and load balancing with ElasticSearch.
7272

7373
{% include doc/admin-guide/options/disk-buffer.md %}
7474

doc/_admin-guide/070_Destinations/070_HDFS/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ destination d_hdfs {
6868
```
6969

7070
- To install the software required for the hdfs destination, see
71-
Prerequisites.
71+
[[Prerequisites|adm-dest-hdfs-pre]].
7272
- For details on how the hdfs destination works, see
7373
How syslog-ng OSE interacts with HDFS.
7474
- For details on using MapR-FS, see

doc/_admin-guide/070_Destinations/270_sql/003_sql_destination_options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ following sections.
231231
## values()
232232

233233
| Type: | string list|
234-
|Default: | "${R_YEAR}-${R_MONTH}-${R_DAY}, ${R_HOUR}:${R_MIN}:${R_SEC}", "${FACILITY}", "${LEVEL}", "${HOST}", "${PROGRAM}", "${PID}", "${MSGONLY}"|
234+
|Default: | "[[${R_YEAR}]]-[[${R_MONTH}]]-[[${R_DAY}]], ${R_HOUR}:${R_MIN}:${R_SEC}", "${FACILITY}", "${LEVEL}", "${HOST}", "${PROGRAM}", "${PID}", "${MSGONLY}"|
235235

236236
*Description:* The parts of the message to store in the fields specified
237237
in the columns() parameter.

doc/_admin-guide/070_Destinations/270_sql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ sql(database_type host_parameters database_parameters [options]);
1515
```
1616

1717
The sql() driver has the following required parameters:
18-
type(), database(), table(), columns()
18+
type(), [[database()|adm-dest-sql-opt#database]], table(), [[columns()|adm-dest-sql-opt#columns]]
1919
and values().
2020

2121
>![]({{ site.baseurl}}/assets/images/caution.png) **CAUTION:**

doc/_admin-guide/070_Destinations/290_Sumologic/003_sumologic_http_options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ id: adm-dest-sumologic-http-opt
55

66

77
The sumologic-http() destination supports all
8-
HTTP destination options.
8+
[[HTTP destination options|adm-dest-http-nonjava-opt]].
99
In addition, the sumologic-http() destination also has the following
1010
options.
1111

doc/_admin-guide/120_Parser/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ following application logs:
4646

4747
- Apache HTTP server access logs. For details, see
4848
Apache access log parser.
49-
- Cisco devices. For details, see Cisco parserCisco parser.
49+
- Cisco devices. For details, see Cisco parser.
5050

5151
- Messages formatted using the enterprise-wide message model (EWMM) of
5252
syslog-ng OSE. For details, see

0 commit comments

Comments
 (0)