- Fix bug introduced in 8.3.1 that caused `No such file or directory` errors if output files didn't exist (PR #385 closes issues #358 and #382)
- Make the `--silent` CLI option only print errors.
Add the `--warnings` options to also print warnings (PR#383)
* Adding warnings argument; silent logs only errors.
* Fixing flake warning for trailing whitespace
* Change help for --warnings to match existing style
Fixes the problem when only a file path was specified instead of a file
Reportet with Issues:
Not a valid aggregate or forensic report after fresh Install with 8.3.x #338
Not a valid aggregate or forensic report after Update to 7.1.1 #287
Add information on how to fix "Elasticsearch error: RequestError(400, 'validation_exception', 'Validation Failed: 1: this action would add [1] shards, but this cluster currently has [1000]/[1000] maximum normal shards open;"
* Update elasticsearch/kibana instructions
[From elastisearch notes](https://www.elastic.co/guide/en/elasticsearch/reference/current/important-settings.html#heap-size-settings) :
```
By default, Elasticsearch automatically sets the JVM heap size based on a node’s roles and total memory. We recommend the default sizing for most production environments.
```
* Update nginx conf to TLSv1.3 and IPv6
* Replace nginx proxy by native https server
Kibana now provide https web server, remove the nginx proxy part and directly use kibana
* Fix typo
* Add infos how to login to kibana
* Add interface details
* log the stack trace when handling an exception
* fix issue when batch size is not supplied, raise error on fetch_messages
* fix unused var
* initialize graph client with scopes,
* add check for status code
* updates `parse_aggregate_report_xml` to not raise an unhandled
exception on parsing errors
* adds an empty xml file to the aggregate test samples
* adds test for coverage
* Resolves#348
* append to output files if they already exist
instead of overwriting them. fixes#226
* save output with each successive watch result
possible now that it appends to the output
* implement token cache for Graph API
* fix case when username isn't defined (device code)
* add batch size when listing messages from Graph API
* fix string concat