From f5092791e1cb64245aeb445c83bc4fe479726cbc Mon Sep 17 00:00:00 2001 From: rombernier Date: Thu, 6 Jun 2024 15:52:59 +0200 Subject: [PATCH] update indent in agent --- .../features/collect/integrations/endpoint/sekoiaio.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.