Skip to content

Repository files navigation

New Relic events exporter

Export New Relic events into CSV file (or S3 bucket)

⚙️ Setup Instructions

1️⃣ Clone the Repository

git clone https://github.com/dpacheconr/nr_events_exporter
cd nr_events_exporter

2️⃣ Create a Virtual Environment

python3 -m venv venv
source venv/bin/activate

3️⃣ Install Dependencies

pip install --upgrade pip
pip install -r requirements.txt

4️⃣ Configure Environment Variables

cp .env-sample .env

Update the .env file as required for your use case.

5️⃣ Run the Script

python3 exporter.py

Add --debug to write logs to a timestamped file (log_YYYY-MM-DD_HH-MM-SS.txt):

python3 exporter.py --debug

6️⃣ Deactiveate virtual environment

deactivate

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages