Commit b5d950f
authored
Introduction variables for product name (#65)
In _config.yml two variables were introduced under "product" key:
- "name" for "syslog-ng Open Source Edition"
- "short_name" for "syslog-ng OSE"
You can refer them in markdown as **{{ site.product.name }}** and **{{
site.product.short_name }}**, respectively.
Please use them if you have to refer to syslog-ng OSE.
External link texts don't have to be adjusted.
All instances of "syslog-ng OSE", and "syslog-ng Open Source Edition"
texts were replaced with the variables above.
All instances of "syslog-ng" texts were replaced with short_name (where
it was applicable).
Possible known issue: see #61 , will fix title links in a separate PR.File tree
472 files changed
+2388
-2434
lines changed- _data
- _includes/doc/admin-guide
- notes
- options
- warnings
- doc
- _admin-guide
- 010_Introduction_to_syslog-ng
- 020_The_concepts_of_syslog-ng
- 007_The_structure_of_a_log_message
- 009_Structuring_macros
- 030_Installing_syslog-ng
- 040_Quick-start_guide
- 002_Configuring_syslog-ng_relays
- 050_The_configuration_file
- 006_Modules_in_syslog-ng
- 007_Managing_complex_syslog-ng_configurations
- 060_Sources
- 000_Default-network-drivers
- 010_Internal
- 020_File
- 025_Arr_logs
- 030_Wildcard-file
- 035_Jellyfin
- 040_Kubernetes
- 050_Linux-audit
- 060_mqtt
- 070_Network
- 001_Proxy_protocol_support
- 080_nodejs
- 085_macOS
- 090_mbox
- 100_osquery
- 105_pi-hole-FTL
- 110_Pipe
- 120_pacct
- 140_Python
- 145_qBittorrent
- 150_snmptrap
- 160_sun-streams
- 170_Syslog
- 180_System
- 190_systemd-journal
- 200_systemd-syslog
- 220_unix-stream_unix-dgram
- 230_stdin
- 070_Destinations
- 000_amqp
- 010_collectd
- 020_Discord
- 030_Elasticsearch-http
- 040_File
- 045_Google_bigQuery
- 047_Google_PubSub
- 050_Graphite
- 060_Graylog
- 070_HDFS
- 080_http
- 090_http_nonjava
- 100_Kafka-c
- 110_Loggly
- 120_Logmatic_io
- 125_Loki
- 130_MongoDB
- 140_mqtt
- 150_Network
- 153_OpenObserve
- 155_opensearch
- 160_osquery
- 170_Pipe
- 180_Program
- 200_Python
- 210_Redis
- 220_Riemann
- 225_Amazon-s3
- 230_Slack
- 240_SMTP
- 250_snmp
- 260_Splunk
- 270_sql
- 002_Interaction
- 275_stdout
- 280_Stomp
- 290_Sumologic
- 300_syslog
- 310_syslog-ng
- 320_tcp_tcp6_udp_udp6
- 330_Telegram
- 080_Log
- 000_Log_paths
- 000_Embedded_log_statements
- 010_Flow_control
- 020_Buffering
- 002_How_to_get_information
- 030_Filters
- 005_Filter_functions
- 090_Global_options
- 100_TLS-encrypted_message_transfer
- 001_Encrypting_log_messages_with_TLS
- 002_Mutual_authentication_using_TLS
- 110_Template_and_rewrite
- 000_Customize_message_format
- 001_Modifying_messages
- 002_Regular_expressions
- 000_Options_of_regular_expressions
- 120_Parser
- 000_Parsing_syslog_messages
- 001_Parsing_messages_with_comma
- 002_Parsing_key-value_pairs
- 003_JSON_parser
- 004_XML_parser
- 005_Parsing_dates
- 008_Apache_access_log_parser
- 009_Linux_audit_parser
- 014_panos_parser
- 017_metrics_probe_parser
- 022_regexp_parser
- 023_db_parser
- 000_Classifying_log_messages
- 001_Using_pattern_databases
- 002_Triggering_actions
- 003_Creating_pattern_databases
- 004_The_syslog-ng_patterndb_format
- 000_patterndb/000_ruleset
- 000_patterns
- 001_rules/000_rule
- 002_actions/000_action
- 000_create_context
- 003_tags
- 130_Correlating_log_messages
- 140_Enriching_log_messages_with_external_data
- 000_Adding_metadata_from_external_file
- 001_Looking_up_geoip2_data
- 150_Statistics_of_syslog-ng
- 160_Multithreading_and_scaling
- 170_Troubleshooting_syslog-ng
- 180_Best_practices_and_examples
- 002_Using_name_resolution
- 005_Load_balancing_logs
- 190_The_syslog-ng_manual_pages
- 200_About
- _dev-guide
- chapter_0
- chapter_1
- chapter_2
- section_2
- chapter_3
- chapter_4
- section_2
- macos-testing-status
- affile
- afprog
- afsocket
- tls-encryption
- mod-python
- system-source
- chapter_5
- chapter_6
- chapter_7
- chapter_8
- _doc-guide
- 02_Tools/01_Self_made_tools/01_Tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
472 files changed
+2388
-2434
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
1059 | 1059 | | |
1060 | 1060 | | |
1061 | 1061 | | |
1062 | | - | |
| 1062 | + | |
1063 | 1063 | | |
1064 | 1064 | | |
1065 | 1065 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
0 commit comments