Skip to content

Commit ed2c65a

Browse files
committed
Changed default lookup to opencti_lookup
1 parent 5b4f408 commit ed2c65a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
CONNECTOR_ID = "a6edc906-2f9f-5fb2-a373-efac406f0ef2" # hard-coded opencti connector Identifier
1+
CONNECTOR_ID = (
2+
"a6edc906-2f9f-5fb2-a373-efac406f0ef2" # hard-coded opencti connector Identifier
3+
)
24
CONNECTOR_NAME = "Splunk App" # hard-coded opencti connector name
35
VERIFY_SSL = True # SSL verification by default
4-
INDICATORS_KVSTORE_NAME = "opencti_indicators"
5-
6+
INDICATORS_KVSTORE_NAME = "opencti_lookup"

0 commit comments

Comments
 (0)