Closed quentinkhoo closed 2 months ago
@quentinkhoo Are you seeing this for RDS report only ? Did you try Postgres report ?
@quentinkhoo Are you seeing this for RDS report only ? Did you try Postgres report ?
@klouddb Yep unfortunately I have the same issue the Postgres reports as well, can't seem to get a json formated report.
@quentinkhoo We have verified this and found that the JSON output is currently available only for the log parser feature. We plan to add JSON output support for other features in future releases
@quentinkhoo We added JSON output in new release (released yesterday).. Also we introduced new features like SSL check etc.. Also you can specify custom path for your config file now
@quentinkhoo Here are the flags you need to use ciscollector -r --output-type json --config ./
1) To specify custom config file path use --config flag 2) To specify JSON type use --output-type json .. Please try these two flags and let us know
Hello all! Thank you for the work on this!
Just wondering, is it possible to output results in JSON? I see that even though the output resulting file is
rdssecreport.json
, I still get a table format. For context this was the command I ranciscollector -r -output-type json
and I ran this against theAWS RDS Sec Report
optionBut for some reason my results are still in
table
format and not JSON.If it matters, this is my
ciscollector --version