CSV Setup

Last updated: 1 minute read.

Tyk Pump can be configured to create or modify a CSV file to track API Analytics.

JSON / Conf file

Add the following configuration fields to the pumps section within your pump.conf file:

Copy code
{ "csv": { "type": "csv", "meta": { "csv_dir": "./your_directory_here" } } }

Environment variables

Copy code
TYK_PMP_PUMPS_CSV_TYPE=csv TYK_PMP_PUMPS_CSV_META_CSVDIR=./your_directory_here