Skip to main content

SmbFetcher

Server Message Block (SMB, CIFS, Samba, Windows share) fetcher.

Notes

Fetches documents from SMB/CIFS network shares (Windows shares, Samba). Supports domain credentials, optional ACL metadata collection, and reference-level filtering.

Examples

class: SmbFetcher
credentials:
username: joe
password: joe's-password
domain: WORKGROUP

Usage

Full configuration skeleton, with every option and its default
class: SmbFetcher
aclDisabled: false
credentials:
password: string
passwordKey:
size: 0
source: KEY
value: string
username: string
domain: string
referenceFilters: []

Properties

PropertyTypeRequiredDefault
aclDisabledbooleanNofalse
credentialsCredentialsNoCredentials
domainstringNo-
referenceFiltersReferenceFilter[]No-

Property Details

aclDisabled

When enabled, Access Control List (ACL) permissions are not applied or forwarded to the target system.

credentials

Username and password used to authenticate with the SMB/CIFS share.

domain

The domain name for authentication when accessing the remote resource.

referenceFilters

Filters applied to document references (URLs or file paths) to control which ones are fetched. Documents whose references do not pass the filters are skipped.