[elastic] Elastic Threat Intel Connector: AttributeError: 'NoneType' object has no attribute 'split'
See original GitHub issueI’m running OpenCti 5.1.3 on docker; I have a problem with Elastic Threat Intel Connector:
[2021-12-28T10:08:21.872][INFO] Connected to Elasticsearch
[2021-12-28T10:08:21.872][INFO] Setting up Elasticsearch for OpenCTI Connector
[2021-12-28T10:08:21.882][INFO] Installing index template: opencti
[2021-12-28T10:08:21.888][INFO] Index already exists
[2021-12-28T10:08:21.891][INFO] Signals manager thread initialized
[2021-12-28T10:08:21.891][INFO] Signals manager thread starting
[2021-12-28T10:13:55.577][ERROR] Data type unsupported: identity. Only 'indicators are currently supported.
[2021-12-28T10:13:56.275][ERROR] Data type unsupported: identity. Only 'indicators are currently supported.
[2021-12-28T10:43:56.003][ERROR] Data type unsupported: identity. Only 'indicators are currently supported.
[2021-12-28T14:29:54.954][ERROR] Data type unsupported: url. Only 'indicators are currently supported.
[2021-12-28T14:30:00.685][WARNING] _parse() not implemented for url
Exception in thread Thread-3:
Traceback (most recent call last):
File “/usr/local/lib/python3.9/threading.py”, line 973, in _bootstrap_inner
self.run()
File “/runtime/lib/python3.9/site-packages/pycti/connector/opencti_connector_helper.py”, line 365, in run
self.callback(msg)
File “/runtime/lib/python3.9/site-packages/elastic/elastic.py”, line 147, in _process_message
round(int(event_id.split(“-”)[0]) / 1000), tz=timezone.utc
AttributeError: ‘NoneType’ object has no attribute ‘split’
Can you help me ? regards.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (4 by maintainers)

Top Related StackOverflow Question
@dcode Could you take a look at this please?