{
"extractors": [
{
"title": "Nextcloud App",
"extractor_type": "regex",
"converters": [],
"order": 7,
"cursor_strategy": "copy",
"source_field": "apache_access_resource_path",
"target_field": "nextcloud_app",
"extractor_config": {
"regex_value": "apps\\/(\\w+)\\/"
},
"condition_type": "regex",
"condition_value": "index\\.php|v2\\.php"
},
{
"title": "Nextcloud WebDAV User",
"extractor_type": "split_and_index",
"converters": [],
"order": 8,
"cursor_strategy": "copy",
"source_field": "apache_access_resource_path",
"target_field": "nextcloud_webdav_user",
"extractor_config": {
"index": 5,
"split_by": "/"
},
"condition_type": "regex",
"condition_value": "remote\\.php\\/dav\\/"
}
],
"version": "4.0.5"
}