Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Configuration

DNS debug logging

  1. Open the DNS Manager with the following command: dnsmgmt.msc.

  2. Right-click the DNS server and click Properties.

  3. Click the Debug Logging tab.

  4. Select Log packets for debugging.

  5. Enter the File path and name, and Maximum size.

  6. Click Apply and OK.
    Configuration sample:

...

  1. Image Added

Endpoint Agent Manager

Using ansible roles (recommended)

  1. Locate the inventory file we used in your Devo EA Manager deployment.

  2. Open it with your preferred text editor, search for deam_fleet_config_devoext_fetchfiles_paths_win(or add it under vars if you have no previously configured fetchfiles) and add a new pattern with our previously configured log file path, a custom tag and multiline processing enabled with the following regular expression as a separator: '^\d\d?/\d\d?/\d{4}'

    The following screenshot shows a configuration sample:

...

  1. Image Added

If you are running a new deployment, continue with the normal process of deployment, the change will not be applied until the devo-endpoint-agent playbook is run.

...

Note

Please be aware that modifying the osquery configuration via the WebUI, just applies to the actual config instance of EA Manager and do not replicates the change to the inventory file in the ansible playbook. This means that the changes in configuration done in the Web UI, need to be consolidated to the inventory file in the ansible playbooks before performing any new deployment in the ansible or applied changes will be overwritten.

  1. Log in to your Devo EA Manager administration console (https://<devo_ea_manager_ip>:8080)

  2. Once logged in, access the osquery configuration in https://<DEAM_IP:8080>/ -> settings -> Global agent options

...

  1. Image Added
  2. Here, we will see a text editor with the default configuration values and the ones loaded from DEA Manager inventory file as in the following screenshot:

...

  1. Image Added

     

  2. We need to search for the windows -> devo_extensions -> fetchfiles section and add our previously configured log file path with a custom tag and multiline processing enabled with the following regular expression as a separator:

    Code Block
    content_separator: '^\d\d?/\d\d?/\d{4}'


    Configuration sample:

...

  1. Image Added

Note

Remember to follow these steps if you have previously deployed the pattern in fetchfiles.

...