We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4f408 commit ed2c65aCopy full SHA for ed2c65a
TA-opencti-add-on/bin/ta_opencti_add_on/constants.py
@@ -1,5 +1,6 @@
1
-CONNECTOR_ID = "a6edc906-2f9f-5fb2-a373-efac406f0ef2" # hard-coded opencti connector Identifier
+CONNECTOR_ID = (
2
+ "a6edc906-2f9f-5fb2-a373-efac406f0ef2" # hard-coded opencti connector Identifier
3
+)
4
CONNECTOR_NAME = "Splunk App" # hard-coded opencti connector name
5
VERIFY_SSL = True # SSL verification by default
-INDICATORS_KVSTORE_NAME = "opencti_indicators"
-
6
+INDICATORS_KVSTORE_NAME = "opencti_lookup"
0 commit comments