Skip to content

Commit

Permalink
update indent in agent
Browse files Browse the repository at this point in the history
  • Loading branch information
rombernier committed Jun 6, 2024
1 parent 7ada096 commit f509279
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/xdr/features/collect/integrations/endpoint/sekoiaio.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ If you want to enable this feature, follow these steps:

If you want to collect multiple source files on the host, just add a new entry in the configuration.
For instance:

```yaml
logfiles:
- filepath: /var/log/nginx/access.log # Path to the file to watch
Expand All @@ -379,6 +379,9 @@ For instance:
intakekey: {intake key}
```

!!! WARNING
Your configuration file must be a valid YAML. An invalid file can prevent the agent from starting.

Once the configuration file is modified, restart the agent:

=== "Windows"
Expand All @@ -405,9 +408,6 @@ Once the configuration file is modified, restart the agent:
sudo /Applications/SekoiaEndpointAgent.app/Contents/MacOs/SekoiaEndpointAgent service restart
```

!!! WARNING
Your configuration file must be a valid YAML. An invalid file can prevent the agent from starting.

### Using file patterns

It is possible to specify patterns in the `filepath` attribute to match multiple files.
Expand Down

0 comments on commit f509279

Please sign in to comment.