Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cisco-en-programmability/dnacenter_splunk_add_on_app
This repo includes a simple Splunk Add-On app that will collect device inventory and overall network health data from Cisco DNA Center.
https://github.com/cisco-en-programmability/dnacenter_splunk_add_on_app
Last synced: 25 days ago
JSON representation
This repo includes a simple Splunk Add-On app that will collect device inventory and overall network health data from Cisco DNA Center.
- Host: GitHub
- URL: https://github.com/cisco-en-programmability/dnacenter_splunk_add_on_app
- Owner: cisco-en-programmability
- License: other
- Created: 2020-04-04T01:01:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T18:00:09.000Z (over 3 years ago)
- Last Synced: 2024-08-03T20:02:59.334Z (4 months ago)
- Language: Python
- Size: 388 KB
- Stars: 3
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-cisco-dnac - dnacenter_splunk_add_on_app
README
# Cisco DNA Center Add-On App for Splunk Enterprise
This Python script collects device inventory and overall network health using the Cisco DNA Center REST APIs.
**Cisco Products & Services:**
- Cisco DNA Center
- Cisco Network Devices Managed by Cisco DNA Center**Tools & Frameworks:**
- Splunk Enterprise Server
**Usage**
Knowledge of creating Splunk Add-On Apps is required.
It is recommended to have a recurring schedule for the app to collect real time data from Cisco DNA Center.The repo includes:
- dnac_rest_apis.py - code that will run on Splunk Enterprise to collect the device inventory (used for reachability
reporting), and device health
- dnacenter_splunk_dashboard.xml - sample Splunk dashboard that will display real time:
- summary device health, during the past 60 minutes
- device reachability, during the past 60 minutes
- events received from Cisco DNA Center, during the past 30 daysCisco DNA Center Splunk Dashboard:
![Cisco DNA Center Splunk Dashboard](https://github.com/cisco-en-programmability/dnacenter_splunk_add_on_app/blob/master/Cisco_DNA_Center_dashboard.png?raw=true)
**License**
This project is licensed to you under the terms of the [Cisco Sample Code License](./LICENSE).