You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configure and install Filebeat according to parameters given by the federation
Provide the Federation with the results of the mapping and the complete path to the data repository
Filebeat configuration file (example)
filebeat:
prospectors:
paths:
"C:/dataset/rdconnect/Sample.csv"
input_type: log
document_type: rdconnect_data # Type given by the federation
fields:
origin: RDCBB # Biobank name given by the federation
output:
logstash:
hosts: ["130.229.59.11:5066"] # logstash port given by the federation