Configuration
July 22, 2019 ยท View on GitHub
All configuration entries can be modified by setting environment variables that follow the following format (double underscores):
BEAGLE__{SECTION}__{KEY}
For example, setting the log level can be done via BEAGLE__GENERAL__LOG_LEVEL=WARN
Each section below represents a single entry in the configuration file:
general
log_level: Logging level, can be one ofINFO,DEBUG,WARNING,ERROR,TRACE,CRITICAL.- Default value is
INFO
- Default value is
neo4j
host: The neo4j hostname, including protocol.- For example
bolt://localhost:7687
- For example
username: Username to authenticate withpassword: Password for the usernamebatch_size: Number of items to send to Neo4J at once using UNWIND queries.- Default value is
1000
- Default value is
dgraph
host: DGraph host URL- For example,
localhost:9080
- For example,
batch_size: Number of nodes to submit at a time- Default value is
1000
- Default value is
virustotal
api_key: The VirusTotal API Key to use for fetching data from virustotal
splunk
host: The IP or FQDN of the Splunk server (nohttps://)port: The port ofsplunkd(usually this is 8089)username: The username of the user to run searches underpasswordThe password of the user to run searches under