This document contains the help content for the es4forensics command-line program.
Command Overview:
This crates provides structs and functions to insert timeline data into an elasticsearch index
Usage: es4forensics [OPTIONS] --index <INDEX_NAME> --password <PASSWORD> <COMMAND>
create-index—import—
-
--strict— strict mode: do not only warn, but abort if an error occursPossible values:
true,false -
-I,--index <INDEX_NAME>— name of the elasticsearch index -
-H,--host <HOST>— server name or IP address of elasticsearch serverDefault value:
localhost -
-P,--port <PORT>— API port number of elasticsearch serverDefault value:
9200 -
--proto <PROTOCOL>— protocol to be used to connect to elasticsearchDefault value:
httpsPossible values:
http,https -
-k,--insecure— omit certificate validationDefault value:
falsePossible values:
true,false -
-U,--username <USERNAME>— username for elasticsearch serverDefault value:
elastic -
-W,--password <PASSWORD>— password for authenticating at elasticsearch -
-v,--verbose— Increase logging verbosity -
-q,--quiet— Decrease logging verbosity
Usage: es4forensics create-index
Usage: es4forensics import [OPTIONS] [INPUT_FILE]
-
<INPUT_FILE>— path to input file or '-' for stdin (files ending with .gz will be treated as being gzipped)Default value:
-
-
--bulk-size <BULK_SIZE>— number of timeline entries to combine in one bulk operationDefault value:
1000
This document was generated automatically by
clap-markdown.