diff --git a/docs/xdr/features/collect/integrations/endpoint/sekoiaio.md b/docs/xdr/features/collect/integrations/endpoint/sekoiaio.md index be7644a5ac..048e52aaec 100644 --- a/docs/xdr/features/collect/integrations/endpoint/sekoiaio.md +++ b/docs/xdr/features/collect/integrations/endpoint/sekoiaio.md @@ -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 @@ -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" @@ -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.