connectors
connectors copied to clipboard
[Sekoia] No labels created on indicators
Description
We had set the var
SEKOIA_IMPORT_SOURCE_LIST: "true" but we are not seeing labels on the indicators. They do appear for other entity types, just not for indicators.
Environment
- SaaS 6.6.7
Expected Output
Label on the indicator
Actual Output
Label does not appear for indicators
@Lhorus6 : Do you remember if your modifications to apply sources as labels also work with indicators?
@romain-filigran:
That's what I thought, but after reviewing the code, I feel like I missed something. I think that after line 205, I have to add:
items = self._add_sources_to_items(items)
On it :)