duanshuaimin / splparser

Simple parser for Splunk Processing Language (SPL) written in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project provides a simple parser for the Splunk Processing Language (SPL) in Python. It outputs parse trees of SPL queries. It is not necessarily intended to be used as part of a compiler.

It is capable of parsing 66 of the most common approximately 132 SPL commands.

Pull requests welcome.

Contact: Sara Alspaugh saraalspaugh@gmail.com

About

Simple parser for Splunk Processing Language (SPL) written in Python.

License:Other


Languages

Language:Python 99.9%Language:Shell 0.1%