{
  "insights_certificate": {
    "certificate_file": "certificate.crt",
    "key_file": "certificate.key",
    "type": "present"
  },
  "insights_source_id": 1,
  "insights_source_token": "my-insights-source-token",
  "insights_url": "https://example.elimity.com",
  "insights_verify_ssl": true,
  "log_sink": {
    "file": "log.txt",
    "type": "file"
  },
  "max_depth": 5,
  "max_depth_overrides": {
    "my-hostname-or-ip-1/my-share-1/my-dir-1/my-sub-dir1": 1,
    "my-hostname-or-ip-1/my-share-1/my-dir-1/my-sub-dir2": 0
  },
  "only_dirs": true,
  "smb_password": "my-smb-password",
  "smb_username": "my-smb-username",
  "targets": [
    {
      "filter": {
        "selections": [
          {
            "max_depth": 3,
            "path": "my-dir-1",
            "path_prefix": "/my-other-server/my-other-share/",
            "share": "my-share-1"
          },
          {
            "path": "my-dir-2/my-sub-dir",
            "path_prefix": "/",
            "share": "my-share-1"
          },
          {
            "path": "",
            "path_prefix": "/",
            "share": "my-share-2"
          }
        ],
        "type": "allow_list"
      },
      "server": "my-hostname-or-ip-1"
    },
    {
      "connection_pool_size": 4,
      "filter": {
        "type": "all"
      },
      "server": "my-hostname-or-ip-2"
    }
  ],
  "timeout": 30
}
