A Jupyter Notebook for analyzing log files from API Umbrella.
You can view this notebook online.
You will need to be familiar with Python and how to create virtual environments.
To set up a local environment and run these notbooks, follow these steps:
- Create and activate a virtual environment
- Run
pip install -r requirements.txt
- If you want to run the Elasticsearch notebook
- create an environment variable called
ELASTICSEARCH_URL
with the URL to an Elasticsearch instance - On GNU/Linux: `export ELASTICSEARCH_URL="http://example.com"
- Run
jupyter notebook
- Navigate to the desired notebook and run the cells