Download and compile etcd-dump-logs¶
https://github.com/etcd-io/etcd/tree/master/tools/etcd-dump-logs
Compile¶
go build main.go
copy to wherever etcd is and run it
etcd-dump-logs -entry-type IRRTxn /var/lib/etcd
will do a tail-like show of etcd
https://github.com/etcd-io/etcd/tree/master/tools/etcd-dump-logs
go build main.go
copy to wherever etcd is and run it
etcd-dump-logs -entry-type IRRTxn /var/lib/etcd
will do a tail-like show of etcd