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
Unzip the file
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