Skip to content

Commit 8d8af58

Browse files
committed
External link fixes and blog references revert
Signed-off-by: mrgarris0n <gergely.karacsonyi@gmail.com>
1 parent d78a65c commit 8d8af58

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

_data/external_links.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
bb-syslog-ng-mail-list:
2121
id: bb-syslog-ng-mail-list
2222
url: https://lists.balabit.hu/mailman/listinfo/syslog-ng
23-
title: [ "syslog-ng mailing list" ]
23+
title: [ "syslog-ng OSE mailing list" ]
2424

2525
gh-pages:
2626
id: gh-pages
2727
url: https://syslog-ng.github.io
28-
title: [ "syslog-ng documentation center" ]
28+
title: [ "syslog-ng OSE documentation center" ]
2929

3030
gh-syslog-ng:
3131
id: gh-syslog-ng
@@ -35,17 +35,17 @@ gh-syslog-ng:
3535
gh-syslog-ng-doc:
3636
id: gh-syslog-ng-doc
3737
url: https://github.com/syslog-ng/syslog-ng.github.io
38-
title: [ "syslog-ng Doc on GitHub" ]
38+
title: [ "syslog-ng OSE Doc on GitHub" ]
3939

4040
gh-syslog-ng-doc-issue-tracker:
4141
id: gh-syslog-ng-doc-issue-tracker
4242
url: https://github.com/syslog-ng/syslog-ng.github.io/issues
43-
title: [ "syslog-ng documentation issue tracker on GitHub" ]
43+
title: [ "syslog-ng OSE documentation issue tracker on GitHub" ]
4444

4545
gh-syslog-ng-issue-tracker:
4646
id: gh-syslog-ng-issue-tracker
4747
url: https://github.com/syslog-ng/syslog-ng/issues
48-
title: [ "syslog-ng issue tracker on GitHub" ]
48+
title: [ "syslog-ng OSE issue tracker on GitHub" ]
4949

5050
oi-sn-pe:
5151
id: oi-sn-pe
@@ -80,7 +80,7 @@ sn-con-sup:
8080
sn-docker:
8181
id: sn-docker
8282
url: https://syslog-ng.com/blog/central-log-server-docker/
83-
title: [ "syslog-ng docker image" ]
83+
title: [ "syslog-ng OSE docker image" ]
8484

8585
sn-docker-log:
8686
id: sn-docker-log
@@ -110,7 +110,7 @@ sn-prod-binaries-dl:
110110
sn-selinux:
111111
id: sn-selinux
112112
url: https://syslog-ng.com/blog/using-syslog-ng-with-selinux-in-enforcing-mode/
113-
title: [ "Using syslog-ng with SELinux in enforcing mode" ]
113+
title: [ "Using syslog-ng OSE with SELinux in enforcing mode" ]
114114

115115

116116
### One Identity site links ###

_includes/doc/admin-guide/manpages-footnote.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ The {{ site.product.short_name }} manual page
77
>If you experience any problems or need help with {{ site.product.short_name }}, visit
88
>the {{ site.product.short_name }} mailing list.
99
>
10-
>For news and notifications about {{ site.product.short_name }}, visit the {{ site.product.short_name }} blogs.
10+
>For news and notifications about {{ site.product.short_name }}, visit the syslog-ng blogs.
1111
{: .notice--info}

doc/_admin-guide/030_Installing_syslog-ng/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ description: >-
1717
- You can use a {{ site.product.short_name }} docker image.
1818

1919
For detailed information on how to run your central log server in Docker and
20-
other Docker-related {{ site.product.short_name }} use cases, see the Logging in Docker using {{ site.product.short_name }} white paper.
20+
other Docker-related {{ site.product.short_name }} use cases, see the Logging in Docker using syslog-ng white paper.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description: >-
1414

1515
For more information about the benefits of using {{ site.product.short_name }} as a data
1616
collection, processing, and filtering tool in a Hadoop environment, see
17-
the blog post Filling your data lake with log messages: the {{ site.product.short_name }} Hadoop (HDFS) destination.
17+
the blog post Filling your data lake with log messages: the syslog-ng Hadoop (HDFS) destination.
1818

1919
Note the following limitations when using the {{ site.product.short_name }} hdfs
2020
destination:

doc/_admin-guide/070_Destinations/260_Splunk/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ description: >-
99

1010
For details on forwarding log messages to Splunk with {{ site.product.short_name }} see the following posts on the Splunk blog:
1111

12-
* {{ site.product.short_name }} and HEC: Scalable Aggregated Data Collection in Splunk
12+
* syslog-ng and HEC: Scalable Aggregated Data Collection in Splunk
1313

14-
* Using {{ site.product.short_name }} with Splunk
14+
* Using syslog-ng with Splunk
1515

1616
From version 4.2 {{ site.product.short_name }} can send messages to the Splunk HTTP Event Collector(HEC). For details, see splunk-hec-event: Send log messages to Splunk HEC.

doc/_admin-guide/130_Correlating_log_messages/000_Correlating_messages_with_grouping-by.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,5 @@ parser auditd_groupingby {
138138
};
139139
```
140140

141-
For another example, see [The grouping-by() parser in {{ site.product.short_name }} blog
141+
For another example, see [The grouping-by() parser in syslog-ng blog
142142
post](https://www.syslog-ng.com/community/b/blog/posts/the-grouping-by-parser-in-syslog-ng-3-8)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ aggregate(
3737
)
3838
```
3939

40-
For another example, see The grouping-by() parser in {{ site.product.short_name }} blog
40+
For another example, see The grouping-by() parser in syslog-ng blog
4141
post.
4242

4343
If you do not know in which message of the context contains the

doc/_dev-guide/chapter_7/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Docker images for syslog-ng
2+
title: Docker images for {{ site.product.short_name }}
33
id: dev-docker-imgs
44
---
55

0 commit comments

Comments
 (0)