issues
search
digitalocean
/
captainslog
A Syslog Protocol Parser
Mozilla Public License 2.0
136
stars
19
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
problem: no test for tags over 32 chars
#88
StimulusFunctions
opened
8 months ago
0
Add test demonstrating long log line parsing
#87
jnadler
closed
2 years ago
0
Allow the option to sanitize a program with a leading path prefix
#85
marc-lebourdais
closed
5 years ago
0
Add Optional Faster Third Party JSON Parsing
#84
jnadler
closed
5 years ago
0
Fix golint import path
#83
golint-fixer
closed
5 years ago
0
Add isjson tests
#82
BuddhikaShaminda
closed
6 years ago
0
Be sure to still set the syslog content on JSON parse failures
#81
marc-lebourdais
closed
6 years ago
0
Problem: rsyslog fails to parse tag without space after colon
#80
marc-lebourdais
closed
6 years ago
0
Add test with adding tags
#79
marc-lebourdais
closed
6 years ago
0
Add a test case for parsing JSON with 'msg' field
#78
marc-lebourdais
closed
6 years ago
0
Problem: Building a SyslogMsg with SetContent does not set IsJSON flag if the message is JSON
#77
marc-lebourdais
closed
6 years ago
1
Add verification of IsJSON to all successful parse tests
#76
jnadler
closed
6 years ago
0
Remove unnecessary opening brace from program name
#75
justinbeal
closed
6 years ago
0
Problem: static checking found a few nitpicks
#74
taotetek
closed
7 years ago
1
travis: update go version
#73
dvrkps
closed
7 years ago
1
Problem: we want code to be as clean as possible
#72
taotetek
closed
7 years ago
1
Problem: SyslogMsg failed go vet
#71
taotetek
closed
7 years ago
0
Problem: README is out of date
#70
taotetek
closed
7 years ago
0
Problem: We can't convert strings to Facility and Severity types
#69
marc-lebourdais
closed
7 years ago
0
Problem: want to support logging to local syslog
#68
taotetek
closed
7 years ago
0
Problem: the syslogmsg builder does not convert to string properly
#67
marc-lebourdais
closed
7 years ago
0
Parse dates in specified location
#66
kesslerm
closed
7 years ago
1
Problem: ParseTag too strict
#65
taotetek
closed
7 years ago
0
Problem: abnf alphanumeric includes - and _
#64
taotetek
closed
7 years ago
0
Problem: msgs with non alphanum at tag start could make it past parser
#63
taotetek
closed
7 years ago
0
Problem: we want to make syslog messages from scratch
#62
taotetek
closed
7 years ago
0
Problem: tests were hard to read and maintain
#61
taotetek
closed
7 years ago
0
Problem: want to suppot JSON without cee tag
#60
taotetek
closed
7 years ago
0
Support for RFC 5424
#59
AlekSi
opened
7 years ago
1
Problem: we want to extract prometheus metrics from logs
#58
taotetek
closed
7 years ago
0
Problem: assigned offset but did not use it
#57
taotetek
closed
7 years ago
0
Problem: want to use parser sections individually
#56
taotetek
closed
7 years ago
0
Problem: programname should not include colon from tag
#55
taotetek
closed
7 years ago
0
Problem: we want to get pid and program name from tag
#54
taotetek
closed
7 years ago
0
Problem: want blackbox testing
#53
taotetek
closed
7 years ago
2
Problem: time parsing code was slow for non best cases
#52
taotetek
closed
7 years ago
0
Problem: go truncates time resolution when ending in 0s
#51
taotetek
closed
7 years ago
0
"Time not found" error for an unknown time
#50
fatih
closed
7 years ago
2
Problem: sometimes dont want to parse json
#49
taotetek
closed
7 years ago
0
Problem: parsing date from local unix sock logs gets timezone wrong
#48
taotetek
closed
7 years ago
0
Problem: need to set time to now if no date
#47
taotetek
closed
8 years ago
0
Problem: NewSyslogMsgFromBytes should handle end of slice as end of c…
#46
taotetek
closed
8 years ago
0
Problem: faciliy and severity should handle their own string conversion
#45
taotetek
closed
8 years ago
0
Problem: captainslog was too broadly focused.
#44
taotetek
closed
8 years ago
0
Problem: want to convert msg back to json
#43
taotetek
closed
8 years ago
0
Problem: need to prefix match on program tag
#42
taotetek
closed
8 years ago
0
Problem: want timesince in ms
#41
taotetek
closed
8 years ago
0
Problem: want to tag logs with durations
#40
taotetek
closed
8 years ago
0
Problem: Did not like new API stye
#39
taotetek
closed
8 years ago
0
Problem: Pipeline was premature abstraction
#38
taotetek
closed
8 years ago
0
Next