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:
log_level
: Logging level, can be one ofINFO
,DEBUG
,WARNING
,ERROR
,TRACE
,CRITICAL
.- Default value is
INFO
- Default value is
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
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
api_key
: The VirusTotal API Key to use for fetching data from virustotal
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 underpassword
The password of the user to run searches under