Skip to content

Commit

Permalink
Merge pull request #1776 from SEKOIA-IO/update/agent
Browse files Browse the repository at this point in the history
update(agent): fix an example
  • Loading branch information
goudyj authored May 7, 2024
2 parents 94aff00 + ae43dc7 commit d9ceb14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/xdr/features/collect/integrations/endpoint/sekoiaio.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,14 +368,14 @@ If you want to enable this feature, follow these steps:

For example, an intake key from the NGINX format is required for watching NGINX access logs.

If you want to collect multiple source files, just add a new entry in the configuration. For instance:
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
intakekey: {intake_key_nginx} # Intake key to use to send the events
- filepath: /var/log/apache2/access.log
intakekey: {intake_key_apache}
- filepath: /var/log/mysql/mysql.log
intakekey: {intake_key_mysql}
```

Once the configuration file is modified, restart the agent:
Expand Down

0 comments on commit d9ceb14

Please sign in to comment.