Skip to content

Commit

Permalink
add links to relevant docs per api
Browse files Browse the repository at this point in the history
  • Loading branch information
8naama committed Oct 20, 2024
1 parent 84f09db commit 6645167
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/shipping/Azure/azure-active-directory.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ apis:

```

:::note
You can customize the endpoints to collect data from by adding or modifying the configurations under the `apis` section. Refer to the [relevant API documentation](https://learn.microsoft.com/en-us/graph/api/overview?view=graph-rest-1.0) for more details.
:::

| Parameter Name | Description | Required/Optional | Default |
|-----------------------|-----------------------------------------------------------------------------------------------------|-------------------|-------------|
| name | Name of the API (custom name) | Optional | `azure api` |
Expand Down
4 changes: 4 additions & 0 deletions docs/shipping/Azure/azure-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ apis:
days_back_fetch: 30
```
:::note
You can customize the endpoints to collect data from by adding or modifying the configurations under the `apis` section. Refer to the [relevant API documentation](https://learn.microsoft.com/en-us/graph/api/overview?view=graph-rest-1.0) for more details.
:::

| Parameter Name | Description | Required/Optional | Default |
|-----------------------|-----------------------------------------------------------------------------------------------------|-------------------|-------------|
| name | Name of the API (custom name) | Optional | `azure api` |
Expand Down
4 changes: 4 additions & 0 deletions docs/shipping/Azure/azure-mail-reports.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ apis:

```

:::note
You can customize the endpoints to collect data from by adding or modifying the configurations under the `apis` section. Refer to the [relevant API documentation](https://learn.microsoft.com/en-us/previous-versions/office/developer/o365-enterprise-developers/jj984320(v=office.15)) for more details.
:::

| Parameter Name | Description | Required/Optional | Default |
|-----------------------|-----------------------------------------------------------------------------------------------------|-------------------|-------------|
| name | Name of the API (custom name) | Optional | `azure api` |
Expand Down
4 changes: 4 additions & 0 deletions docs/shipping/Azure/azure-security-center.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ apis:

```

:::note
You can customize the endpoints to collect data from by adding or modifying the configurations under the `apis` section. Refer to the [relevant API documentation](https://learn.microsoft.com/en-us/graph/api/overview?view=graph-rest-1.0) for more details.
:::

| Parameter Name | Description | Required/Optional | Default |
|-----------------------|-----------------------------------------------------------------------------------------------------|-------------------|-------------|
| name | Name of the API (custom name) | Optional | `azure api` |
Expand Down
2 changes: 1 addition & 1 deletion docs/shipping/Network/cloudflare.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ logzio:
```
:::note
You can customize the endpoints to collect data from by adding extra API configurations under `apis`.
You can customize the endpoints to collect data from by adding or modifying the configurations under the `apis` section. Refer to the [relevant API documentation](https://developers.cloudflare.com/api/) for more details.
:::

### Cloudflare configuration options
Expand Down
4 changes: 4 additions & 0 deletions docs/shipping/Other/microsoft-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ apis:
days_back_fetch: 30
```
:::note
You can customize the endpoints to collect data from by adding or modifying the configurations under the `apis` section. Refer to the [relevant API documentation](https://learn.microsoft.com/en-us/graph/api/overview?view=graph-rest-1.0) for more details.
:::

| Parameter Name | Description | Required/Optional | Default |
|-----------------------|-----------------------------------------------------------------------------------------------------|-------------------|-------------|
| name | Name of the API (custom name) | Optional | `azure api` |
Expand Down
2 changes: 1 addition & 1 deletion docs/shipping/Security/one-password.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ logzio:
```
:::note
You can customize the endpoints to collect data from by adding extra API configurations under `apis`. 1Password API Docs can be found [here](https://developer.1password.com/docs/connect/connect-api-reference/).
You can customize the endpoints to collect data from by adding or modifying the configurations under the `apis` section. Refer to the [relevant API documentation](https://developer.1password.com/docs/connect/connect-api-reference/) for more details.
:::

### 1Password configuration options
Expand Down
4 changes: 4 additions & 0 deletions docs/user-guide/log-management/api-fetcher.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ apis:
response_data_path: result
```
:::note
You can customize the endpoints to collect data from by adding or modifying the configurations under the `apis` section. Refer to the relevant API documentation for more details.
:::

## Configuration
Create a local config file `config.yaml`.

Expand Down

0 comments on commit 6645167

Please sign in to comment.