Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 975 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 975 Bytes

Binder

Jupyter Notebook - API log analysis

A Jupyter Notebook for analyzing log files from API Umbrella.

Try it out

You can view this notebook online.

Run locally

Prerequisites

You will need to be familiar with Python and how to create virtual environments.

Setup

To set up a local environment and run these notbooks, follow these steps:

  1. Create and activate a virtual environment
  2. Run pip install -r requirements.txt
  3. 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"
  1. Run jupyter notebook
  2. Navigate to the desired notebook and run the cells