Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/darktrace/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This module has been tested against **Darktrace Threat Visualizer v5.2**.

### To collect data from Darktrace REST APIs, follow the below steps:

1. Hostname URL will be your <appliance-ip>. (Threat Visualizer Console Hostname)
1. Hostname URL will be your `<appliance-ip>`. (Threat Visualizer Console Hostname)
2. Public and Private Token will be generated by following this [Link](https://customerportal.darktrace.com/product-guides/main/api-tokens).

**Note:** System Status Alert are not supported by REST API.
Expand Down
5 changes: 5 additions & 0 deletions packages/darktrace/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: '0.1.1'
changes:
- description: Fix documentation
type: bugfix
link: https://github.com/elastic/integrations/pull/4427
- version: '0.1.0'
changes:
- description: Initial Release.
Expand Down
2 changes: 1 addition & 1 deletion packages/darktrace/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This module has been tested against **Darktrace Threat Visualizer v5.2**.

### To collect data from Darktrace REST APIs, follow the below steps:

1. Hostname URL will be your <appliance-ip>. (Threat Visualizer Console Hostname)
1. Hostname URL will be your `<appliance-ip>`. (Threat Visualizer Console Hostname)
2. Public and Private Token will be generated by following this [Link](https://customerportal.darktrace.com/product-guides/main/api-tokens).

**Note:** System Status Alert are not supported by REST API.
Expand Down
2 changes: 1 addition & 1 deletion packages/darktrace/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: darktrace
title: Darktrace
version: 0.1.0
version: 0.1.1
license: basic
description: Collect logs from Darktrace with Elastic Agent.
type: integration
Expand Down