Skip to content

Commit

Permalink
update(agent): fix an example
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean GOUDY committed May 7, 2024
1 parent 94aff00 commit e576fbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/xdr/features/collect/integrations/endpoint/sekoiaio.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,8 @@ If you want to collect multiple source files, just add a new entry in the config
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 e576fbf

Please sign in to comment.