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: content/docs/configuration/plugins/outputs/lm_logs.md
+7-13Lines changed: 7 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,9 @@ weight: 200
4
4
generated_file: true
5
5
---
6
6
7
-
# LogicMonitor Logs output plugin for Fluentd
8
7
## Overview
9
8
10
-
LogicMonitor Logs output plugin for Fluentd
11
-
12
-
Sends log records to LogicMonitor Logs via the LM API.
13
-
14
-
For details, see [https://github.com/logicmonitor/lm-logs-fluentd](https://github.com/logicmonitor/lm-logs-fluentd).
9
+
The LogicMonitor Logs output plugin for Fluentd sends log records to LogicMonitor Logs via the LM API. For details, see [https://github.com/logicmonitor/lm-logs-fluentd](https://github.com/logicmonitor/lm-logs-fluentd).
LM API Bearer Token. Either specify access_id and access_key both or bearer_token. If all specified, LMv1 token(access_id and access_key) will be used for authentication with LogicMonitor [Secret](../secret/)
47
+
LM API Bearer Token. Either specify `access_id` and `access_key` both or `bearer_token`. If all three are specified, `LMv1 token(access_id and access_key)` will be used for authentication with LogicMonitor [Secret](../secret/)
The mapping that defines the source of the log event to the LM resource. In this case, the <event_key> in the incoming event is mapped to the value of <lm_property>
106
+
The mapping that defines the source of the log event to the LM resource. In this case, the `<event_key>` in the incoming event is mapped to the value of` <lm_property>`
0 commit comments