diff --git a/docs/xdr/features/collect/integrations/endpoint/sekoiaio.md b/docs/xdr/features/collect/integrations/endpoint/sekoiaio.md index bd58f68d35..697b21d69d 100644 --- a/docs/xdr/features/collect/integrations/endpoint/sekoiaio.md +++ b/docs/xdr/features/collect/integrations/endpoint/sekoiaio.md @@ -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: