issues
search
salspaugh
/
splparser
Simple parser for Splunk Processing Language (SPL) written in Python.
Other
35
stars
14
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Can not parse "," value in EVAL function argument
#134
DarshanLukhi
opened
3 years ago
1
Link to GitHub
#133
lowell80
opened
6 years ago
0
Added json exporter util for the spl parser + utils directory for future additions
#132
gschmidtee
opened
7 years ago
0
Created documentation for the project
#131
salspaugh
closed
10 years ago
1
Port tests to use nose
#130
stevedh
closed
10 years ago
3
Re-implement all tests so they run faster
#129
salspaugh
closed
10 years ago
0
add new rule and test for fillnull
#128
keroro824
closed
10 years ago
3
add rule opt+field for dedup
#127
keroro824
closed
10 years ago
1
fillnull should work when there's only value field
#126
keroro824
closed
10 years ago
1
tstat is not working!
#125
keroro824
opened
10 years ago
4
audit is a command but it appears as field in after search command
#124
keroro824
closed
10 years ago
1
multikv command can have no fields; we should omit new line (\n)
#123
keroro824
opened
10 years ago
1
search field after search command
#122
keroro824
closed
10 years ago
1
dedup argument sequence
#121
keroro824
closed
10 years ago
1
cannot parse " ` ` "
#120
keroro824
opened
10 years ago
3
Fixed some lexing issues that were causing unicode errors and misc. bugs.
#119
salspaugh
closed
10 years ago
1
fix bug: when search is the parameter of other commands
#118
keroro824
opened
10 years ago
2
Implement tests for macros and user-defined commands
#117
salspaugh
opened
10 years ago
0
Fixed loadjob errors.
#116
salspaugh
closed
10 years ago
0
Made some changes to be able to parse user-defined commands.
#115
salspaugh
closed
10 years ago
0
Script to check how many commands we can successfully parse.
#114
salspaugh
closed
10 years ago
1
complete filldown but have problem with tests
#113
keroro824
closed
10 years ago
3
History
#112
keroro824
closed
10 years ago
1
Implemented the tstats command.
#111
salspaugh
closed
10 years ago
0
Outputcsv
#110
keroro824
closed
10 years ago
5
one test fail for metadata
#109
keroro824
closed
10 years ago
8
Implemented the streamstats command.
#108
salspaugh
closed
10 years ago
2
Typeahead
#107
keroro824
closed
10 years ago
11
Implemented the eventstats command.
#106
salspaugh
closed
10 years ago
2
Reconsider the placement of groupby's in commands with groupby's
#105
salspaugh
opened
10 years ago
0
Implemented the spath command.
#104
salspaugh
closed
10 years ago
4
Make sure all option regexes in search regexes have proper ending token
#103
salspaugh
opened
10 years ago
0
Refactor code so that there are not so many near-duplicate files in test/splparser/rules/
#102
salspaugh
closed
10 years ago
0
Updated one command that is aliased.
#101
salspaugh
closed
10 years ago
3
Implemented new command: bin (alias for bucket).
#100
salspaugh
closed
10 years ago
4
Added function to discern data type.
#99
salspaugh
closed
11 years ago
0
Bugfixes
#98
salspaugh
closed
11 years ago
0
Re-factored code to significantly change what parse trees were produced.
#97
salspaugh
closed
11 years ago
0
Rangemap
#96
richzeng
closed
10 years ago
0
added transaction command
#95
richzeng
closed
11 years ago
2
Fix error handling in splparser/decorators.py: print e.args or e.message, whichever is not ""
#94
salspaugh
opened
11 years ago
0
Made important changes in no-logging branch that I infuriatingly can't move elsewhere.
#93
salspaugh
closed
11 years ago
0
left with a strange problem
#92
keroro824
closed
11 years ago
1
outlier done
#91
keroro824
closed
11 years ago
1
fix lexer and add option value
#90
keroro824
closed
11 years ago
1
Extractkv done
#89
keroro824
closed
11 years ago
1
Subsearch commands
#88
richzeng
closed
11 years ago
1
Added schema inference attributes to ParseTreeNodes in a huge number of rules.
#87
salspaugh
closed
11 years ago
0
Some modifications to how commands are flattened into strings, added 'REGULAR_EXPRESSION' as an arg.
#86
salspaugh
closed
11 years ago
0
gauge done
#85
keroro824
closed
11 years ago
1
Next