You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/_admin-guide/050_The_configuration_file/007_Managing_complex_syslog-ng_configurations/001_Reusing_config_blocks.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -222,7 +222,7 @@ source s_example {
222
222
### Example: Using arguments in blocks
223
223
224
224
The following example is the code of the
225
-
[[pacct() source driver]], which is actually a block that
225
+
[[pacct() source driver|adm-src-pacct]], which is actually a block that
(Message Queuing Telemetry Transport) server, see the
276
+
[Writing Python destination in syslog-ng: how to send log messages to MQTT](https://www.syslog-ng.com/community/b/blog/posts/writing-python-destination-in-syslog-ng-how-to-send-log-messages-to-mqtt) blog post.
279
277
280
278
### Example: Print logs in batch mode
281
279
@@ -299,4 +297,4 @@ class MyDestination(object):
299
297
```
300
298
301
299
For the list of available optional parameters, see
Copy file name to clipboardExpand all lines: doc/_admin-guide/070_Destinations/260_Splunk/000_Splunk-hec-event.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,6 @@ destination d_splunk_hec_raw {
72
72
};
73
73
```
74
74
75
-
The options of the `splunk-hec-raw()` destination are similar to the [[splunk-hec-event()]] destination, however, the `channel()` option is mandatory. The `channel()` option must be a globally unique channel identifier (GUID), this ID differentiates the data from different clients. Note that Splunk does not generate this ID, you must create it for yourself. When Splunk sees a new channel identifier, it creates a new channel.
75
+
The options of the `splunk-hec-raw()` destination are similar to the [[splunk-hec-event()|adm-dest-splunk-hec-event]] destination, however, the `channel()` option is mandatory. The `channel()` option must be a globally unique channel identifier (GUID), this ID differentiates the data from different clients. Note that Splunk does not generate this ID, you must create it for yourself. When Splunk sees a new channel identifier, it creates a new channel.
76
76
77
-
Use the `template()` option to set the content of the log message sent to Splunk. Avoid using the `event()` option, that is used in the [[splunk-hec-event()]] destination.
77
+
Use the `template()` option to set the content of the log message sent to Splunk. Avoid using the `event()` option, that is used in the [[splunk-hec-event()|adm-dest-splunk-hec-event]] destination.
Copy file name to clipboardExpand all lines: doc/_admin-guide/120_Parser/023_db_parser/004_The_syslog-ng_patterndb_format/000_patterndb/000_ruleset/002_actions/000_action/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ when a message matching the rule is received.
43
43
the rule is received.
44
44
45
45
-*timeout*: Execute the action when the correlation timer
46
-
([[context-timeout]] of the
46
+
([[context-timeout|adm-parser-db-elem-rule#attributes]] of the
47
47
pattern database rule expires. This is available only if actions
0 commit comments