File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ func configureAuditGatherCommand(app *fisk.CmdClause) {
38
38
gather .Flag ("account-endpoints" , "Capture monitoring endpoints for each account" ).Default ("true" ).BoolVar (& c .config .Include .AccountEndpoints )
39
39
gather .Flag ("streams" , "Capture state of each stream" ).Default ("true" ).BoolVar (& c .config .Include .Streams )
40
40
gather .Flag ("consumers" , "Capture state of each stream consumers" ).Default ("true" ).BoolVar (& c .config .Include .Consumers )
41
+ gather .Flag ("details" , "Capture detailed server information from the audit" ).Default ("true" ).BoolVar (& c .config .Detailed )
41
42
}
42
43
43
44
func (c * auditGatherCmd ) gather (_ * fisk.ParseContext ) error {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ require (
18
18
github.com/jedib0t/go-pretty/v6 v6.6.7
19
19
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
20
20
github.com/klauspost/compress v1.18.0
21
- github.com/nats-io/jsm.go v0.1.1-0.20250312171239-80f5a9291c7a
21
+ github.com/nats-io/jsm.go v0.1.1-0.20250317123314-33847c1ba23d
22
22
github.com/nats-io/jwt/v2 v2.7.3
23
23
github.com/nats-io/nats-server/v2 v2.11.0-dev.0.20250311175153-3750f9ccfbae
24
24
github.com/nats-io/nats.go v1.39.1
Original file line number Diff line number Diff line change @@ -105,8 +105,8 @@ github.com/mitchellh/reflectwalk v1.0.2 h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zx
105
105
github.com/mitchellh/reflectwalk v1.0.2 /go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw =
106
106
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA =
107
107
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 /go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ =
108
- github.com/nats-io/jsm.go v0.1.1-0.20250312171239-80f5a9291c7a h1:oUC3GVfjG6LSZ+m4TVzgBG7BdPEHy6mQgsPXyEjwiKE =
109
- github.com/nats-io/jsm.go v0.1.1-0.20250312171239-80f5a9291c7a /go.mod h1:mTNqjG+sD0xON3vEzK2KY/YQ3y3jTWVvqgC6Ess9NEk =
108
+ github.com/nats-io/jsm.go v0.1.1-0.20250317123314-33847c1ba23d h1:k/sxeZ2iZz/CqbtWEV96z7Htw1E9mZsw3nt3iRHq118 =
109
+ github.com/nats-io/jsm.go v0.1.1-0.20250317123314-33847c1ba23d /go.mod h1:mTNqjG+sD0xON3vEzK2KY/YQ3y3jTWVvqgC6Ess9NEk =
110
110
github.com/nats-io/jwt/v2 v2.7.3 h1:6bNPK+FXgBeAqdj4cYQ0F8ViHRbi7woQLq4W29nUAzE =
111
111
github.com/nats-io/jwt/v2 v2.7.3 /go.mod h1:GvkcbHhKquj3pkioy5put1wvPxs78UlZ7D/pY+BgZk4 =
112
112
github.com/nats-io/nats-server/v2 v2.11.0-dev.0.20250311175153-3750f9ccfbae h1:cBybnu7m0gkoSobIcNCHos7ESsVdI9dp5VzPHZ17g7U =
You can’t perform that action at this time.
0 commit comments