2017-12-12 13:43:51 +01:00
|
|
|
[Server]
|
|
|
|
host = localhost
|
2017-12-12 16:48:54 +01:00
|
|
|
port = 8001
|
2019-06-01 09:24:26 +02:00
|
|
|
debug = False
|
2017-12-12 13:43:51 +01:00
|
|
|
|
2019-10-02 03:06:29 +02:00
|
|
|
[Auth]
|
|
|
|
misp_fqdn = "https://misp.local"
|
2019-10-02 19:35:12 +02:00
|
|
|
ssl_verify = True
|
2019-10-02 22:34:27 +02:00
|
|
|
session_secret = **Change_Me**
|
2019-10-02 03:06:29 +02:00
|
|
|
|
2017-10-30 09:17:57 +01:00
|
|
|
[Dashboard]
|
|
|
|
#hours
|
|
|
|
graph_log_refresh_rate = 1
|
|
|
|
#sec
|
|
|
|
rotation_wait_time = 30
|
|
|
|
max_img_rotation = 10
|
|
|
|
hours_spanned = 48
|
|
|
|
zoomlevel = 15
|
2018-10-01 08:32:58 +02:00
|
|
|
maxCacheHistory = 30
|
2017-10-30 09:17:57 +01:00
|
|
|
# [1->12]
|
|
|
|
size_dashboard_left_width = 5
|
|
|
|
size_openStreet_pannel_perc = 55
|
|
|
|
size_world_pannel_perc = 35
|
2017-12-05 11:04:26 +01:00
|
|
|
item_to_plot = Attribute.category
|
2019-06-18 11:25:17 +02:00
|
|
|
fieldname_order=["Attribute.timestamp", "Event.id", "Attribute.Tag", "Attribute.category", "Attribute.type", ["Attribute.value", "Attribute.comment"]]
|
2017-12-05 10:23:40 +01:00
|
|
|
char_separator=||
|
2017-10-30 09:17:57 +01:00
|
|
|
|
|
|
|
[GEO]
|
|
|
|
#min
|
|
|
|
updateFrequency = 60
|
|
|
|
zoomlevel = 11
|
|
|
|
# ~meter
|
|
|
|
clusteringDistance = 10
|
|
|
|
|
2017-11-02 15:15:09 +01:00
|
|
|
[CONTRIB]
|
2017-11-03 09:32:07 +01:00
|
|
|
max_number_of_last_contributor = 10
|
2017-11-06 15:00:51 +01:00
|
|
|
min_between_reload = 5
|
2017-11-06 17:14:10 +01:00
|
|
|
additional_help_text = ["Sightings multiplies earned points by 2", "Editing an attribute earns you the same as creating one"]
|
2017-11-02 15:15:09 +01:00
|
|
|
|
2017-10-30 09:17:57 +01:00
|
|
|
[Log]
|
2017-12-05 10:23:40 +01:00
|
|
|
directory=logs
|
2019-05-29 03:41:43 +02:00
|
|
|
dispatcher_filename=zmq_dispatcher.log
|
|
|
|
subscriber_filename=zmq_subscriber.log
|
|
|
|
helpers_filename=helpers.log
|
2019-06-18 09:25:46 +02:00
|
|
|
update_filename=updates.log
|
2017-10-30 09:17:57 +01:00
|
|
|
|
|
|
|
[RedisGlobal]
|
|
|
|
host=localhost
|
2018-03-12 09:40:21 +01:00
|
|
|
port=6250
|
2019-02-26 15:45:38 +01:00
|
|
|
misp_web_url = http://0.0.0.0
|
|
|
|
misp_instances = [{
|
|
|
|
"name": "misp1",
|
|
|
|
"url": "http://localhost",
|
|
|
|
"zmq": "tcp://localhost:50000"}]
|
|
|
|
|
|
|
|
#misp_instances = [{
|
|
|
|
# "name": "misp1",
|
|
|
|
# "url": "http://localhost",
|
|
|
|
# "zmq": "tcp://localhost:50000"},
|
|
|
|
# {
|
|
|
|
# "name": "misp2",
|
|
|
|
# "url": "http://10.0.2.4",
|
|
|
|
# "zmq": "tcp://10.0.2.4:50000"}
|
|
|
|
# ]
|
2017-10-30 09:17:57 +01:00
|
|
|
|
2017-11-30 08:17:53 +01:00
|
|
|
[RedisLIST]
|
|
|
|
db=3
|
2017-12-01 15:09:26 +01:00
|
|
|
listName=bufferList
|
2017-11-30 08:17:53 +01:00
|
|
|
|
2017-10-30 09:17:57 +01:00
|
|
|
[RedisLog]
|
|
|
|
db=0
|
2018-10-01 08:32:58 +02:00
|
|
|
streamLogCacheKey = streamLogCache
|
|
|
|
streamMapCacheKey = streamMapsCache
|
2017-10-30 09:17:57 +01:00
|
|
|
channel=1
|
2017-11-06 13:43:55 +01:00
|
|
|
channelLastContributor = lastContributor
|
2017-11-21 15:56:27 +01:00
|
|
|
channelLastAwards = lastAwards
|
2017-10-30 09:17:57 +01:00
|
|
|
|
|
|
|
[RedisMap]
|
|
|
|
db=1
|
|
|
|
channelDisp=PicToDisplay
|
2018-01-06 12:07:14 +01:00
|
|
|
# Database updates regularly make sure to adapt date
|
2018-03-15 17:02:53 +01:00
|
|
|
pathMaxMindDB=./data/GeoLite2-City/GeoLite2-City.mmdb
|
2017-11-27 16:30:49 +01:00
|
|
|
path_countrycode_to_coord_JSON=./data/country_code_lat_long.json
|
2017-10-30 09:17:57 +01:00
|
|
|
|
|
|
|
[RedisDB]
|
|
|
|
db=2
|
2019-06-18 09:57:28 +02:00
|
|
|
dbVersion=db_version
|