Skip to content

Commit

Permalink
fix: add required
Browse files Browse the repository at this point in the history
Signed-off-by: 35C4n0r <[email protected]>
  • Loading branch information
35C4n0r committed Oct 26, 2024
1 parent d35f0e7 commit b0fb854
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/providers/documentation/graylog-provider.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ The **Graylog Provider** facilitates receiving alerts from Graylog by setting up

## Authentication Parameters

- **graylogUserName**: Username for authenticating with Graylog's API.
- **graylogAccessToken**: Access token for authenticating with Graylog's API.
- **deploymentUrl**: Deployment URL for connecting to the Graylog instance (e.g., `http://localhost:9000`).
- **Username** (required): Username for authenticating with Graylog's API.
- **Graylog Access Token** (required): Access token for authenticating with Graylog's API.
- **Deployment Url** (required): Deployment URL for connecting to the Graylog instance (e.g., `http://localhost:9000`).

## Scopes

Expand Down

0 comments on commit b0fb854

Please sign in to comment.