Skip to content

Commit ff955c6

Browse files
authored
Update README links (#43)
1 parent 2dd9a1b commit ff955c6

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22

33
> This project is developed, maintained and supported by Dynatrace.
44
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).
67

78
## Requirements
89

910
- An instance of fluentd >= v1.0 from which logs should be exported
1011
- 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
1314

1415
## Installation
1516

@@ -60,13 +61,13 @@ The `@type` directive tells fluentd which plugin should be used for the correspo
6061

6162
- `required`
6263

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.
6465

6566
### `api_token`
6667

6768
- `required`
6869

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.
7071

7172
### `ssl_verify_none`
7273

example/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ It is possible to have FluentD ingest the logs of your kubernetes nodes and let
77
Generally needed:
88

99
- A Dynatrace namespace, if you do not already have one
10-
- An [API Token](https://www.dynatrace.com/support/help/dynatrace-api/basics/dynatrace-api-authentication/) with "Ingest logs" permission
10+
- An [API Token](https://docs.dynatrace.com/docs/shortlink/api-authentication) with "Ingest logs" permission
1111
- The dynatrace-monitoring service-account
1212

1313
``kubectl apply -f service-account.yaml``
1414

1515
Only needed in combination with a Dynatrace ActiveGate:
1616

17-
- A [PaaS Token](https://www.dynatrace.com/support/help/get-started/access-tokens/)
17+
- A [PaaS Token](https://docs.dynatrace.com/docs/shortlink/token)
1818
- Available persistent storage in your Kubernetes cluster
1919

2020
## Decide on a log ingest endpoint

0 commit comments

Comments
 (0)