Skip to content

apinf/jupyter-api-log-analysis

Repository files navigation

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

About

Jupyter notebook for analyzing API request logs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published