-
Notifications
You must be signed in to change notification settings - Fork 1
Client side
roxmer edited this page Apr 27, 2017
·
3 revisions
The client is a server in the member organization that is part of the federation.
Only 4 technical tasks need to be done to integrate a client to a federation:
- Map its data to the standard of the federation
- Select a data repository
- 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:
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