Provide data

In your copy of the transaction-analysis-workbench-elastic repository, the file fuw-sample-data/fuw_sample_data.zip contains sample data from Transaction Analysis Workbench.

Forwarding the sample data

  1. Unzip the file

  2. Use a TCP forwarder to send the sample data file, fuw_sample_data.jsonl, to the listening TCP port.

For example, via socat:

socat -u fuw_sample_data.jsonl TCP4:localhost:5046

or ncat:

ncat --send-only -v localhost 5046 < fuw_sample_data.jsonl
Last Updated:
Contributors: Viaceslavas Michalkevicius