Skip to content
Open
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
5 changes: 5 additions & 0 deletions palo_alto_panorama/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ Linux command:
sudo -u dd-agent -- datadog-agent integration install datadog-palo_alto_panorama==1.0.0
```

Windows command:
```shell
Comment on lines +24 to +25
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Windows command:
```shell
Windows command:
```powershell

I wasn't sure if this is correctly rendered, or if it matters
Image

& "$env:ProgramFiles\Datadog\Datadog Agent\bin\agent.exe" integration install datadog-palo_alto_panorama==1.0.0
```

### Configuration

#### Log collection
Expand Down
Loading