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: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,14 @@ Run the following on your Logstash instance
15
15
output {
16
16
lmlogs {
17
17
portal_name => "your company name"
18
+
portal_domain => "your LM company domain."
18
19
access_id => "your lm access id"
19
20
access_key => "your access key"
20
21
}
21
22
}
22
23
```
23
-
You would need either `access_id` and `access_id` both or `bearer_token` for authentication with Logicmonitor.
24
+
You would need either `access_id` and `access_id` both or `bearer_token` for authentication with Logicmonitor.
25
+
The portal_domain is the domain of your LM portal. If not set the default is set to `logicmonitor.com`. Eg if your LM portal URL is `https://test.domain.com`, portal_name should be set to `test` and portal_domain to `domain.com`
0 commit comments