Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support protocol: Cassandra #1959

Merged
merged 30 commits into from
Aug 17, 2016
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
1cfa948
Add protocol: Cassandra
medcl Jul 5, 2016
323b1bb
Fix gofmt style
medcl Jul 5, 2016
ecc5e37
Remove recursive call in errType
medcl Jul 5, 2016
11a8d23
remove duplicated snappy in glide.yaml
medcl Jul 18, 2016
589ae11
update beats config
medcl Jul 18, 2016
26ddaca
fix logging bug
medcl Jul 18, 2016
e3d0122
refactor and try to direct use streambuf.Buffer
medcl Jul 20, 2016
7616dfd
update config comments
medcl Jul 20, 2016
79cac0e
refactor cassandra decoder
medcl Aug 3, 2016
864b1f5
bugfix and refactor
medcl Aug 8, 2016
34ca244
cleanup comments
medcl Aug 8, 2016
beef417
bugfix
medcl Aug 9, 2016
6c4003c
prefer to use debugf, instead of logp.Debug()
medcl Aug 10, 2016
448fd48
remove unused import
medcl Aug 10, 2016
81ad366
minor improve to parser
medcl Aug 10, 2016
34ad18f
refactor framops ignoring, add test methond
medcl Aug 10, 2016
0297c36
fix build
medcl Aug 12, 2016
d0b915c
fix array_decoder
medcl Aug 12, 2016
ff7ed3d
refactor and fix tracing protocol bug
medcl Aug 12, 2016
665de42
minor improvments, add trace test
medcl Aug 15, 2016
9c6547f
minor change to pub.go
medcl Aug 15, 2016
0739c75
throw error while compressor is not set but hit compress flag
medcl Aug 16, 2016
e54663f
add test for compressed frame
medcl Aug 16, 2016
0ce69fa
add docs
medcl Aug 16, 2016
d1c467f
add ignore ops list
medcl Aug 16, 2016
2117cb6
update section in alphabetical order
medcl Aug 16, 2016
615ce3a
add sample output and kibana dashboard
medcl Aug 16, 2016
2675b38
update kibana dashboard
medcl Aug 17, 2016
ccce922
update changelog
medcl Aug 17, 2016
d5f9fbd
update dashboard
medcl Aug 17, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove unused import
  • Loading branch information
medcl committed Aug 17, 2016
commit 448fd4892ffa01b22039f0f58098f4608258462f
1 change: 0 additions & 1 deletion packetbeat/protos/cassandra/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"errors"
"time"

"fmt"
"github.com/elastic/beats/libbeat/common/streambuf"
"github.com/elastic/beats/libbeat/logp"
"github.com/elastic/beats/packetbeat/protos/applayer"
Expand Down