Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slashdoom/cdr_parser
Small Python Script to Parse Cisco CDR Records into ElasticSearch/Kibana
https://github.com/slashdoom/cdr_parser
Last synced: about 1 month ago
JSON representation
Small Python Script to Parse Cisco CDR Records into ElasticSearch/Kibana
- Host: GitHub
- URL: https://github.com/slashdoom/cdr_parser
- Owner: slashdoom
- License: bsd-3-clause
- Created: 2014-12-03T15:23:23.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-18T03:46:00.000Z (over 8 years ago)
- Last Synced: 2023-02-27T05:35:37.198Z (almost 2 years ago)
- Language: Python
- Size: 36.1 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Cisco CDR to ES Parser
==========Small Python Script to Parse Cisco CDR Records into ElasticSearch/Kibana
This script set has limited testing. It worked but was not tested over a long period as it was decided we would keep using a
commercial product. I wouldn't consider it complete but might make a nice starting point for someone...Configure an FTP server such as VSFTP and point your CUCM server to FTP CDR records to it. This script will demonize and
process those CDR files upon arrival. It will send the CDR information to your ElasticSearch server and move the CDR file from
the FTP root directory to an archive directory which can be purged as you see fit.Script requires the official ElasticSearch python module and python-daemon (tested with 1.6.1).