Skip to content

Client side

roxmer edited this page Apr 27, 2017 · 3 revisions

The Client in the federation

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:

  1. Map its data to the standard of the federation
  2. Select a data repository
  3. Configure and install Filebeat according to parameters given by the federation
  4. 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
Clone this wiki locally