Skip to content

Commit 266712d

Browse files
committed
Formatting and editorial fixes in lm_logs
1 parent f94f319 commit 266712d

File tree

1 file changed

+7
-13
lines changed
  • content/docs/configuration/plugins/outputs

1 file changed

+7
-13
lines changed

content/docs/configuration/plugins/outputs/lm_logs.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,9 @@ weight: 200
44
generated_file: true
55
---
66

7-
# LogicMonitor Logs output plugin for Fluentd
87
## Overview
98

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).
1510

1611
## Example output configurations
1712

@@ -36,7 +31,6 @@ spec:
3631
3732
3833
## Configuration
39-
## LogicMonitorLogs
4034
4135
### access_id (*secret.Secret, optional) {#logicmonitorlogs-access_id}
4236
@@ -50,7 +44,7 @@ LM API Token access key [Secret](../secret/)
5044
5145
### bearer_token (*secret.Secret, optional) {#logicmonitorlogs-bearer_token}
5246
53-
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/)
5448

5549

5650
### buffer (*Buffer, optional) {#logicmonitorlogs-buffer}
@@ -60,9 +54,9 @@ LM API Bearer Token. Either specify access_id and access_key both or bearer_toke
6054

6155
### company_domain (string, optional) {#logicmonitorlogs-company_domain}
6256

63-
LogicMonitor account domain. For eg. for url test.logicmonitor.com, company_domain is logicmonitor.com (default: logicmonitor.com)
57+
LogicMonitor account domain. For example, for the `test.logicmonitor.com` URL, `company_domain` is `logicmonitor.com`
6458

65-
Default: logicmonitor.com
59+
Default: `logicmonitor.com`
6660

6761
### company_name (string, required) {#logicmonitorlogs-company_name}
6862

@@ -71,12 +65,12 @@ LogicMonitor account name
7165

7266
### debug (*bool, optional) {#logicmonitorlogs-debug}
7367

74-
When true, logs more information to the fluentd console
68+
When true, the plugin logs more information to the Fluentd console
7569

7670

7771
### device_less_logs (*bool, optional) {#logicmonitorlogs-device_less_logs}
7872

79-
When true, do not map log with any resource. record must have service when true
73+
When true, do not map logs with any resource. Record must have service when true
8074

8175
Default: false
8276

@@ -109,7 +103,7 @@ Default: false
109103

110104
### resource_mapping (string, required) {#logicmonitorlogs-resource_mapping}
111105

112-
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>`
113107

114108

115109

0 commit comments

Comments
 (0)