Skip to content

Commit 87e5fee

Browse files
committed
Update inputs and restmap configurations
1 parent 8a60040 commit 87e5fee

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

TA-opencti-add-on/default/inputs.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ sourcetype = opencti:stream
44
interval = 30
55
import_from = 30
66
input_type = kvstore
7+
python.version = python3
78

89
[opencti_indicators]
910
index = opencti_stream

TA-opencti-add-on/default/restmap.conf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,18 @@ handlertype = python
88
handlerfile = TA_opencti_add_on_rh_settings.py
99
handleractions = edit, list
1010
handlerpersistentmode = true
11+
python.version = python3
1112

1213
[admin_external:TA_opencti_add_on_opencti_stream]
1314
handlertype = python
1415
handlerfile = TA_opencti_add_on_rh_opencti_stream.py
1516
handleractions = edit, list, remove, create
1617
handlerpersistentmode = true
18+
python.version = python3
1719

1820
[admin_external:TA_opencti_add_on_opencti_indicators]
1921
handlertype = python
2022
handlerfile = TA_opencti_add_on_rh_opencti_indicators.py
2123
handleractions = edit, list, remove, create
22-
handlerpersistentmode = true
24+
handlerpersistentmode = true
25+
python.version = python3

0 commit comments

Comments
 (0)