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
+6-5
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,15 @@
2
2
3
3
> This project is developed, maintained and supported by Dynatrace.
4
4
5
-
A fluentd output plugin for sending logs to the Dynatrace [Generic log ingest API v2](https://www.dynatrace.com/support/help/shortlink/log-monitoring-log-data-ingestion).
5
+
A fluentd output plugin for sending logs to the Dynatrace [Generic log ingest API v2](https://docs.dynatrace.com/docs/shortlink/log-monitoring-log-data-ingestion).
6
+
For more information, see [the Dynatrace documentation on streaming logs with Fluentd](https://docs.dynatrace.com/docs/shortlink/log-monitoring-stream-logs-with-fluentd).
6
7
7
8
## Requirements
8
9
9
10
- An instance of fluentd >= v1.0 from which logs should be exported
10
11
- Ruby version >= 2.7.0
11
-
- An ActiveGate with the Generic log ingest API v2 enabled as described in the [Dynatrace documentation](https://www.dynatrace.com/support/help/shortlink/log-monitoring-log-data-ingestion)
12
-
- A [Dynatrace API token](https://www.dynatrace.com/support/help/shortlink/api-authentication) with the `logs.ingest` (Ingest Logs) scope
12
+
- An ActiveGate with the Generic log ingest API v2 enabled as described in the [Dynatrace documentation](https://docs.dynatrace.com/docs/shortlink/log-monitoring-log-data-ingestion)
13
+
- A [Dynatrace API token](https://docs.dynatrace.com/docs/shortlink/api-authentication) with the `logs.ingest` (Ingest Logs) scope
13
14
14
15
## Installation
15
16
@@ -60,13 +61,13 @@ The `@type` directive tells fluentd which plugin should be used for the correspo
60
61
61
62
-`required`
62
63
63
-
This is the full URL of the [Generic log ingest API v2](https://www.dynatrace.com/support/help/shortlink/log-monitoring-log-data-ingestion) endpoint on your ActiveGate.
64
+
This is the full URL of the [Generic log ingest API v2](https://docs.dynatrace.com/docs/shortlink/log-monitoring-log-data-ingestion) endpoint on your ActiveGate.
64
65
65
66
### `api_token`
66
67
67
68
-`required`
68
69
69
-
This is the [Dynatrace API token](https://www.dynatrace.com/support/help/shortlink/api-authentication) which will be used to authenticate log ingest requests. It should be assigned only the `logs.ingest` (Ingest Logs) scope.
70
+
This is the [Dynatrace API token](https://docs.dynatrace.com/docs/shortlink/api-authentication) which will be used to authenticate log ingest requests. It should be assigned only the `logs.ingest` (Ingest Logs) scope.
0 commit comments