From 8d1599a3789843dc3f80b1c22507e009167442ab Mon Sep 17 00:00:00 2001 From: sgulbetekin Date: Fri, 3 Jun 2022 12:23:21 +0200 Subject: [PATCH 1/2] Adding Download a parser example in README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4176123..cea61b4 100644 --- a/README.md +++ b/README.md @@ -69,3 +69,9 @@ python cbn_cli.py --credentials_file=~/.chronicle_credentials.json list ```shell python cbn_cli.py --credentials_file=~/.chronicle_credentials.json error --start_date=2020-09-16T00:00:00Z --end_date=2020-09-18T12:00:00Z --log_type=TANIUM_TH ``` + +- Download a parser to a file, formatted. +```shell +python cbn_cli.py --credentials_file=~/.chronicle_credentials.json download --log_type=TANIUM_TH --config_id=aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa +``` + From 0590db183ceb17a808db378f961e4ad50eeb5aad Mon Sep 17 00:00:00 2001 From: sgulbetekin Date: Fri, 3 Jun 2022 12:29:42 +0200 Subject: [PATCH 2/2] Download a parser to a file command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cea61b4..53f921e 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,6 @@ python cbn_cli.py --credentials_file=~/.chronicle_credentials.json error --start - Download a parser to a file, formatted. ```shell -python cbn_cli.py --credentials_file=~/.chronicle_credentials.json download --log_type=TANIUM_TH --config_id=aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa +python cbn_cli.py --credentials_file=~/.chronicle_credentials.json download --log_type=TANIUM_TH ```