Export New Relic events into CSV file (or S3 bucket)
git clone https://github.com/dpacheconr/nr_events_exporter
cd nr_events_exporter
python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
cp .env-sample .env
Update the .env
file as required for your use case.
python3 exporter.py
deactivate