Skip to content

omgwarrior/tmo-python-deploytment-dashboards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Splunk HTTP 400 Response Ratio Monitor

This repository contains configuration files for a Splunk dashboard and alert to monitor the ratio of HTTP 400 responses within a 24-hour period. If the ratio exceeds 10:20 (50%), an alert is triggered, and notifications are sent via email or Microsoft Teams.

Files Included

  • dashboard.json: Configuration for the Splunk dashboard that visualizes the ratio of HTTP 400 responses.
  • alert_config.json: Configuration for the Splunk alert that sends notifications based on the defined ratio.

Prerequisites

  • A Splunk Enterprise or Splunk Cloud instance.
  • A Splunk API Token with permission to create dashboards and alerts.
  • Python 3.x installed on your machine.
  • A Microsoft Teams webhook URL (if using Teams for notifications).

Python Deployment Setup

Step 1: Install Required Libraries

Make sure you have the necessary Python libraries installed by running:

pip install requests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages