Add links in configuration docs (#3393)

Added links from configuration docs to osquery logs docs for logging plugins. Resolves #2872
This commit is contained in:
Katheryn Satterlee
2021-12-17 18:06:41 -06:00
committed by GitHub
parent ae8fb5441e
commit 9eeaf5ed16
+3 -2
View File
@@ -888,7 +888,8 @@ Valid time units are `s`, `m`, `h`.
##### osquery_status_log_plugin
Which log output plugin should be used for osquery status logs received from clients.
Which log output plugin should be used for osquery status logs received from clients. Check out the reference documentation for osquery logging options [here in the Fleet documentation](../01-Using-Fleet/05-Osquery-logs.md).
Options are `filesystem`, `firehose`, `kinesis`, `lambda`, `pubsub`, `kafkarest`, and `stdout`.
@@ -903,7 +904,7 @@ Options are `filesystem`, `firehose`, `kinesis`, `lambda`, `pubsub`, `kafkarest`
##### osquery_result_log_plugin
Which log output plugin should be used for osquery result logs received from clients.
Which log output plugin should be used for osquery result logs received from clients. Check out the reference documentation for osquery logging options [here in the Fleet documentation](../01-Using-Fleet/05-Osquery-logs.md).
Options are `filesystem`, `firehose`, `kinesis`, `lambda`, `pubsub`, `kafkarest`, and `stdout`.